aboutsummaryrefslogtreecommitdiff
path: root/crypto/asn1/a_utctm.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-08Update copyright yearMatt Caswell1-1/+1
2021-03-18Add ossl_asn1 symbolsShane Lontis1-6/+6
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-01-17Add duplication APIs to ASN1_TIME and related typesPaul Yang1-0/+3
2019-09-28Reorganize local header filesDr. Matthias St. Pierre1-1/+1
2018-12-11typo ANS1 -> ASN1nxtstep1-1/+1
2018-12-06Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte1-1/+1
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli1-1/+0
2017-08-04Consolidate to a single asn1_time_from_tm() functionTodd Short1-53/+15
2017-07-30Refactor ASN1_TIME_print functionsPaul Yang1-39/+3
2017-07-27Fix trivial coding style nits in a_time/a_tm filesPauli1-6/+9
2017-07-24Add asn1_time_to_tm function and check days in monthPaul Yang1-111/+2
2017-07-06Memory bounds checking in asn1 code.Pauli1-15/+13
2017-07-05Undo commit d420ac2Rich Salz1-3/+3
2017-06-11Introduce ASN1_TIME_set_string_X509 APIRich Salz1-8/+35
2017-05-02Fix time offset calculation.Todd Short1-1/+1
2016-08-23Constify some inputs buffersFdaSilvaYY1-2/+1
2016-05-17Copyright consolidation 08/10Rich Salz1-54/+6
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-09-22Move functions.Dr. Stephen Henson1-0/+41
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-01free null cleanup finaleRich Salz1-2/+1
2015-03-24free NULL cleanupRich Salz1-4/+4
2015-03-23Remove old ASN.1 code.Dr. Stephen Henson1-2/+2
2015-03-15Fix regression in ASN1_UTCTIME_cmp_time_tCarl Jackson1-1/+1
2015-01-30Dead code removal: #if 0 asn1, pkcs7Rich Salz1-87/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-279/+269
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell1-8/+11
2014-06-27Memory leak and NULL dereference fixes.Dr. Stephen Henson1-5/+14
2014-02-19Remove references to o_time.hDr. Stephen Henson1-1/+0
2012-11-21Reorganise parameters for OPENSSL_gmtime_diff.Dr. Stephen Henson1-33/+20
2012-11-19new function ASN1_TIME_diff to calculate difference between two ASN1_TIME str...Dr. Stephen Henson1-4/+49
2010-05-03experimental function to convert ASN1_TIME to tm, not used or even compiled i...Dr. Stephen Henson1-1/+1
2009-04-06Updates from 1.0.0-stableDr. Stephen Henson1-1/+1
2008-10-07Experimental new date handling routines. These fix issues with X509_time_adj()Dr. Stephen Henson1-0/+15
2007-10-13Bunch of constifications.Andy Polyakov1-2/+2
2004-12-12Remove duplicate lines.Dr. Stephen Henson1-1/+0
2004-12-05Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson1-3/+9
2004-03-15Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte1-1/+1
2004-01-27Avoid signed vs. unsigned warnings (which are treated like errors onRichard Levitte1-1/+1
2003-12-27Use BUF_strlcpy() instead of strcpy().Richard Levitte1-4/+5
2002-06-05It's not good to have a pointer point at something in an inner block.Richard Levitte1-1/+2
2001-05-16New internal function OPENSSL_gmtime, which is intended to do the sameRichard Levitte1-55/+5
2001-02-20Include OpenSSL header files earlier so macros like OPENSSL_SYS_VMSRichard Levitte1-2/+2
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte1-5/+5
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-3/+3
2001-02-10Fix CRL printing to correctly show when there are no revoked certificates.Dr. Stephen Henson1-0/+1
2000-12-08Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson1-6/+3
2000-09-09Fix some CygWin problems.Ulf Möller1-3/+4
2000-09-06Get rid of ASN1_UTCTIME_get, which cannot work with time_tBodo Möller1-0/+45