aboutsummaryrefslogtreecommitdiff
path: root/test/asn1_time_test.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-07Move ossl_asn1_string_to_time_t() to libtestutilshridhar kalavagunta1-2/+2
2024-04-09Copyright year updatesRichard Levitte1-1/+1
2024-02-25Add appropriate lower bound checks for GeneralizedTime and UTCTimeJob Snijders1-2/+4
2024-01-18add test for provoking integer overflow in ossl_asn1_time_from_tmPaul Dreik1-0/+26
2022-11-14Cast values to match printf format strings.J.W. Jagersma1-2/+4
2022-07-19libcrypto and test: rename asn1_string_to_time_t to ossl_asn1_string_to_time_tDr. David von Oheimb1-2/+2
2022-02-14Add tests for do_updatedbArmin Fuerst1-1/+64
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-01-17Add duplication APIs to ASN1_TIME and related typesPaul Yang1-0/+60
2019-07-02Fix TyposAntoine Cœur1-2/+2
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2018-04-08test/asn1_time_test.c: make it work on 64-bit HP-UX.Andy Polyakov1-0/+2
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-01-31test/asn1_time_test.c: fix pre-C90 warning.Andy Polyakov1-1/+1
2017-11-13Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov1-7/+8
2017-08-30Fix return value of ASN1_TIME_compareTodd Short1-0/+46
2017-08-22Use "" not <> for internal/ includesRich Salz1-1/+1
2017-08-18test/asn1_time_test.c: Better check of signed time_tRichard Levitte1-2/+15
2017-08-18Remove tests dependence on e_os.hPauli1-1/+1
2017-08-04Consolidate to a single asn1_time_from_tm() functionTodd Short1-0/+296