aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/asn1/a_time.c
Commit message (Expand)AuthorAgeFilesLines
* Move ossl_asn1_string_to_time_t() to libtestutilshridhar kalavagunta2024-05-071-75/+0
* VMS: Move defining _XOPEN_SOURCE and _XOPEN_SOURCE_EXTENDED to config targetRichard Levitte2024-04-111-2/+0
* Copyright year updatesRichard Levitte2024-04-091-1/+1
* Diverse small VMS build fixupsRichard Levitte2024-04-041-0/+2
* Add appropriate lower bound checks for GeneralizedTime and UTCTimeJob Snijders2024-02-251-5/+3
* prevent integer overflow in ossl_asn1_time_from_tmPaul Dreik2024-01-181-2/+8
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* Add more fixes for WebAssembly/WASI buildMarcin Kolny2023-07-121-1/+1
* Coverity 1528492: Fix possible memory leak if t == NULLTomas Mraz2023-06-101-1/+1
* crypto: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-121-1/+1
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-3/+1
* djgpp: Set TZ=UTC to convert UTC timestamp to time_tJ.W. Jagersma2022-09-291-6/+29
* libcrypto and test: rename asn1_string_to_time_t to ossl_asn1_string_to_time_tDr. David von Oheimb2022-07-191-1/+1
* crypto/asn1/a_time.c: Add check for OPENSSL_mallocJiasheng Jiang2022-06-171-1/+4
* asn1_string_to_time_t: Use timegm on FreeBSD.John Baldwin2022-03-031-0/+11
* Add tests for do_updatedbArmin Fuerst2022-02-141-1/+39
* 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-301-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