aboutsummaryrefslogtreecommitdiff
path: root/test/x509_time_test.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-09Copyright year updatesRichard Levitte1-1/+1
2024-02-25Add appropriate lower bound checks for GeneralizedTime and UTCTimeJob Snijders1-4/+4
2022-10-12apps & al : Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY1-4/+4
2021-08-24Fix test code to not assume NUL terminated stringsMatt Caswell1-4/+6
2021-06-17Update copyright yearMatt Caswell1-1/+1
2021-06-11Add support for ISO 8601 datetime formatWilliam Edmisten1-5/+61
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-01-05coverity 1456639: fix NULL dereferencePauli1-3/+5
2019-12-04add X509_cmp_timeframe() including its documentationDr. David von Oheimb1-0/+51
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2018-05-29Update copyright yearMatt Caswell1-1/+1
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx1-1/+1
2017-08-22Use "" not <> for internal/ includesRich Salz1-1/+1
2017-08-18Remove tests dependence on e_os.hPauli1-1/+1
2017-08-16[Win] Fix some test method signatures ...FdaSilvaYY1-1/+1
2017-08-01Add test case for ASN1_TIME_printPaul Yang1-0/+59
2017-07-27Update the test framework so that the need for test_main is removed. EverythingPauli1-1/+2
2017-07-24Improve struct tm populationPauli1-0/+80
2017-07-24Add asn1_time_to_tm function and check days in monthPaul Yang1-0/+16
2017-06-11Introduce ASN1_TIME_set_string_X509 APIRich Salz1-0/+143
2017-04-24Adapt all test programsRichard Levitte1-1/+0
2017-03-29Test infrastructure additions.Pauli1-10/+4
2017-02-24X509 time: tighten validation per RFC 5280Emilia Kasper1-0/+201