summaryrefslogtreecommitdiff
path: root/test/asn1_time_test.c
Commit message (Expand)AuthorAgeFilesLines
* Cast values to match printf format strings.J.W. Jagersma2022-11-141-2/+4
* libcrypto and test: rename asn1_string_to_time_t to ossl_asn1_string_to_time_tDr. David von Oheimb2022-07-191-2/+2
* Add tests for do_updatedbArmin Fuerst2022-02-141-1/+64
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Add duplication APIs to ASN1_TIME and related typesPaul Yang2020-01-171-0/+60
* Fix TyposAntoine Cœur2019-07-021-2/+2
* Following the license change, modify the boilerplates in test/Richard Levitte2018-12-061-1/+1
* test/asn1_time_test.c: make it work on 64-bit HP-UX.Andy Polyakov2018-04-081-0/+2
* Update copyright yearMatt Caswell2018-02-131-1/+1
* test/asn1_time_test.c: fix pre-C90 warning.Andy Polyakov2018-01-311-1/+1
* Resolve warnings in VC-WIN32 build, which allows to add /WX.Andy Polyakov2017-11-131-7/+8
* Fix return value of ASN1_TIME_compareTodd Short2017-08-301-0/+46
* Use "" not <> for internal/ includesRich Salz2017-08-221-1/+1
* test/asn1_time_test.c: Better check of signed time_tRichard Levitte2017-08-181-2/+15
* Remove tests dependence on e_os.hPauli2017-08-181-1/+1
* Consolidate to a single asn1_time_from_tm() functionTodd Short2017-08-041-0/+296