summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/a_time.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make sure the last character of the ASN.1 time string (the 'Z') is copied.Richard Levitte2003-01-011-1/+1
* This didn't get to the 0.9.8-dev thread...Richard Levitte2002-11-131-1/+1
* New internal function OPENSSL_gmtime, which is intended to do the sameRichard Levitte2001-05-161-6/+4
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-1/+1
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-1/+1
* Fix ASN1_TIME_to_generlizedtime().Dr. Stephen Henson2001-02-041-2/+2
* Various OCSP responder utility functions.Dr. Stephen Henson2001-02-031-0/+46