aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/a_gentm.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Add ossl_asn1 symbolsShane Lontis2021-03-181-4/+5
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Add duplication APIs to ASN1_TIME and related typesPaul Yang2020-01-171-0/+3
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte2018-12-061-1/+1
* This has been added to avoid the situation where some host ctype.h functionsPauli2017-08-221-1/+0
* Consolidate to a single asn1_time_from_tm() functionTodd Short2017-08-041-45/+12
* Refactor ASN1_TIME_print functionsPaul Yang2017-07-301-50/+3
* Fix trivial coding style nits in a_time/a_tm filesPauli2017-07-271-12/+9
* Add asn1_time_to_tm function and check days in monthPaul Yang2017-07-241-148/+4
* Memory bounds checking in asn1 code.Pauli2017-07-061-6/+6
* Undo commit d420ac2Rich Salz2017-07-051-3/+3
* Introduce ASN1_TIME_set_string_X509 APIRich Salz2017-06-111-10/+47
* Fix time offset calculation.Todd Short2017-05-021-1/+1
* Constify some inputs buffersFdaSilvaYY2016-08-231-2/+1
* Don't leak memory on ASN1_GENERALIZEDTIME_adj() error pathMatt Caswell2016-06-011-14/+21
* Copyright consolidation 09/10Rich Salz2016-05-171-55/+7
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Move functions.Dr. Stephen Henson2015-09-221-0/+57
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* free null cleanup finaleRich Salz2015-05-011-2/+1
* Remove old ASN.1 code.Dr. Stephen Henson2015-03-231-1/+1
* Dead code removal: #if 0 asn1, pkcs7Rich Salz2015-01-301-51/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-218/+219
* Remove references to o_time.hDr. Stephen Henson2014-02-191-1/+0
* new function ASN1_TIME_diff to calculate difference between two ASN1_TIME str...Dr. Stephen Henson2012-11-191-3/+51
* experimental function to convert ASN1_TIME to tm, not used or even compiled i...Dr. Stephen Henson2010-05-031-1/+1
* Updates from 1.0.0-stableDr. Stephen Henson2009-04-061-1/+1
* Experimental new date handling routines. These fix issues with X509_time_adj()Dr. Stephen Henson2008-10-071-0/+12
* Bunch of constifications.Andy Polyakov2007-10-131-2/+2
* RFC 3161 compliant time stamp request creation, response generationUlf Möller2006-02-121-0/+5
* Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson2004-12-051-3/+9
* Constify d2i, s2i, c2i and r2i functions and other associatedRichard Levitte2004-03-151-1/+1
* Avoid signed vs. unsigned warnings (which are treated like errors onRichard Levitte2004-01-271-1/+1
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-4/+5
* Support fractional seconds in GeneralizedTimeDr. Stephen Henson2001-09-281-0/+13
* New internal function OPENSSL_gmtime, which is intended to do the sameRichard Levitte2001-05-161-8/+5
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-2/+2
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-2/+2
* Fix CRL printing to correctly show when there are no revoked certificates.Dr. Stephen Henson2001-02-101-0/+1
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-081-5/+3
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-2/+2
* Don't return stuff from void functions.Ben Laurie1999-10-231-1/+1
* Replace the macros in asn1.h with function equivalents. Also make UTF8StringsDr. Stephen Henson1999-10-201-2/+8
* Support the EBCDIC character set and BS2000/OSD-POSIX (work in progress).Ulf Möller1999-06-041-0/+18
* GeneralizedTime setting fixes.Dr. Stephen Henson1999-05-081-1/+1
* Some comments.Bodo Möller1999-05-061-2/+2
* Update HPUX config, work around HPUX library incompatibility.Ulf Möller1999-05-041-2/+3
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-4/+0