summaryrefslogtreecommitdiff
path: root/test/x509_time_test.c
Commit message (Expand)AuthorAgeFilesLines
* apps & al : Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-121-4/+4
* Fix test code to not assume NUL terminated stringsMatt Caswell2021-08-241-4/+6
* Update copyright yearMatt Caswell2021-06-171-1/+1
* Add support for ISO 8601 datetime formatWilliam Edmisten2021-06-111-5/+61
* Update copyright yearMatt Caswell2020-04-231-1/+1
* coverity 1456639: fix NULL dereferencePauli2020-01-051-3/+5
* add X509_cmp_timeframe() including its documentationDr. David von Oheimb2019-12-041-0/+51
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* Update copyright yearMatt Caswell2018-05-291-1/+1
* Use void in all function definitions that do not take any argumentsKurt Roeckx2018-05-111-1/+1
* Use "" not <> for internal/ includesRich Salz2017-08-221-1/+1
* Remove tests dependence on e_os.hPauli2017-08-181-1/+1
* [Win] Fix some test method signatures ...FdaSilvaYY2017-08-161-1/+1
* Add test case for ASN1_TIME_printPaul Yang2017-08-011-0/+59
* Update the test framework so that the need for test_main is removed. EverythingPauli2017-07-271-1/+2
* Improve struct tm populationPauli2017-07-241-0/+80
* Add asn1_time_to_tm function and check days in monthPaul Yang2017-07-241-0/+16
* Introduce ASN1_TIME_set_string_X509 APIRich Salz2017-06-111-0/+143
* Adapt all test programsRichard Levitte2017-04-241-1/+0
* Test infrastructure additions.Pauli2017-03-291-10/+4
* X509 time: tighten validation per RFC 5280Emilia Kasper2017-02-241-0/+201