summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/a_time.c
AgeCommit message (Expand)Author
2024-05-07Move ossl_asn1_string_to_time_t() to libtestutilshridhar kalavagunta
2024-04-11VMS: Move defining _XOPEN_SOURCE and _XOPEN_SOURCE_EXTENDED to config targetRichard Levitte
2024-04-09Copyright year updatesRichard Levitte
2024-04-04Diverse small VMS build fixupsRichard Levitte
2024-02-25Add appropriate lower bound checks for GeneralizedTime and UTCTimeJob Snijders
2024-01-18prevent integer overflow in ossl_asn1_time_from_tmPaul Dreik
2023-09-07Copyright year updatesMatt Caswell
2023-07-12Add more fixes for WebAssembly/WASI buildMarcin Kolny
2023-06-10Coverity 1528492: Fix possible memory leak if t == NULLTomas Mraz
2022-10-12crypto: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-09-29djgpp: Set TZ=UTC to convert UTC timestamp to time_tJ.W. Jagersma
2022-07-19libcrypto and test: rename asn1_string_to_time_t to ossl_asn1_string_to_time_tDr. David von Oheimb
2022-06-17crypto/asn1/a_time.c: Add check for OPENSSL_mallocJiasheng Jiang
2022-03-03asn1_string_to_time_t: Use timegm on FreeBSD.John Baldwin
2022-02-14Add tests for do_updatedbArmin Fuerst
2021-06-11Add support for ISO 8601 datetime formatWilliam Edmisten
2021-04-14crypto: raise error on malloc failureFdaSilvaYY
2021-03-18Add ossl_asn1 symbolsShane Lontis
2021-01-28Update copyright yearRichard Levitte
2021-01-20X509: Enable printing cert even with invalid validity times, saying 'Bad time...Dr. David von Oheimb
2021-01-20ASN1_TIME_print() etc.: Improve doc and add comment on handling invalid time ...Dr. David von Oheimb
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-04-23Update copyright yearMatt Caswell
2020-01-17Add duplication APIs to ASN1_TIME and related typesPaul Yang
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-08-14Add missing EBCDIC stringsopensslonzos-github
2019-07-02Fix TyposAntoine Cœur
2018-12-06Following the license change, modify the boilerplates in crypto/asn1/Richard Levitte
2017-08-30Fix return value of ASN1_TIME_compareTodd Short
2017-08-22This has been added to avoid the situation where some host ctype.h functionsPauli
2017-08-04Consolidate to a single asn1_time_from_tm() functionTodd Short
2017-08-01asn1/a_time.c: make handling of 'fractional point' formally correct.Andy Polyakov
2017-07-30Refactor ASN1_TIME_print functionsPaul Yang
2017-07-27Fix trivial coding style nits in a_time/a_tm filesPauli
2017-07-24Improve struct tm populationPauli
2017-07-24Add asn1_time_to_tm function and check days in monthPaul Yang
2017-07-06Memory bounds checking in asn1 code.Pauli
2017-07-05Undo commit d420ac2Rich Salz
2017-06-11Introduce ASN1_TIME_set_string_X509 APIRich Salz
2017-06-08Fix #340: Parse ASN1_TIME to struct tmTodd Short
2017-05-19Fix ASN1_TIME_to_generalizedtime to take a const ASN1_TIMEMatt Caswell
2017-02-23Fix potential memory leak in ASN1_TIME_to_generalizedtime()Todd Short
2016-05-17Copyright consolidation 08/10Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-09-22Move functions.Dr. Stephen Henson
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz