summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/a_time.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for ISO 8601 datetime formatWilliam Edmisten2021-06-111-5/+31
* crypto: raise error on malloc failureFdaSilvaYY2021-04-141-1/+3
* Add ossl_asn1 symbolsShane Lontis2021-03-181-17/+17
* Update copyright yearRichard Levitte2021-01-281-1/+1
* X509: Enable printing cert even with invalid validity times, saying 'Bad time...Dr. David von Oheimb2021-01-201-6/+11
* ASN1_TIME_print() etc.: Improve doc and add comment on handling invalid time ...Dr. David von Oheimb2021-01-201-4/+3
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-1/+1
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Add duplication APIs to ASN1_TIME and related typesPaul Yang2020-01-171-0/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Add missing EBCDIC stringsopensslonzos-github2019-08-141-19/+24
* Fix TyposAntoine Cœur2019-07-021-1/+1
* Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte2018-12-061-1/+1
* Fix return value of ASN1_TIME_compareTodd Short2017-08-301-1/+1
* This has been added to avoid the situation where some host ctype.h functionsPauli2017-08-221-7/+7
* Consolidate to a single asn1_time_from_tm() functionTodd Short2017-08-041-64/+123
* asn1/a_time.c: make handling of 'fractional point' formally correct.Andy Polyakov2017-08-011-17/+20
* Refactor ASN1_TIME_print functionsPaul Yang2017-07-311-3/+41
* Fix trivial coding style nits in a_time/a_tm filesPauli2017-07-271-4/+5
* Improve struct tm populationPauli2017-07-241-0/+33
* Add asn1_time_to_tm function and check days in monthPaul Yang2017-07-241-11/+195
* Memory bounds checking in asn1 code.Pauli2017-07-061-8/+11
* Undo commit d420ac2Rich Salz2017-07-051-6/+3
* Introduce ASN1_TIME_set_string_X509 APIRich Salz2017-06-111-1/+59
* Fix #340: Parse ASN1_TIME to struct tmTodd Short2017-06-081-8/+15
* Fix ASN1_TIME_to_generalizedtime to take a const ASN1_TIMEMatt Caswell2017-05-191-1/+1
* Fix potential memory leak in ASN1_TIME_to_generalizedtime()Todd Short2017-02-231-9/+16
* Copyright consolidation 08/10Rich Salz2016-05-171-52/+6
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-3/+3
* Move functions.Dr. Stephen Henson2015-09-221-0/+10
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-2/+2
* Dead code removal: #if 0 asn1, pkcs7Rich Salz2015-01-301-27/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-140/+138
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+2
* Remove references to o_time.hDr. Stephen Henson2014-02-191-1/+0
* Reorganise parameters for OPENSSL_gmtime_diff.Dr. Stephen Henson2012-11-211-1/+1
* first parameter is difference in days, not yearsDr. Stephen Henson2012-11-201-2/+2
* new function ASN1_TIME_diff to calculate difference between two ASN1_TIME str...Dr. Stephen Henson2012-11-191-57/+26
* experimental function to convert ASN1_TIME to tm, not used or even compiled i...Dr. Stephen Henson2010-05-031-1/+63
* Update from 1.0.0-stable.Dr. Stephen Henson2009-07-111-0/+1
* Updates from 1.0.0-stableDr. Stephen Henson2009-04-061-1/+1
* PR: 1854Dr. Stephen Henson2009-03-091-0/+22
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-3/+2
* size_tification.Ben Laurie2008-11-011-2/+3
* Experimental new date handling routines. These fix issues with X509_time_adj()Dr. Stephen Henson2008-10-081-2/+13
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-3/+6
* Check return value of gmtime() and add error codesDr. Stephen Henson2003-01-241-0/+3