summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/asn1/asn1time.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* initialize pointer to avoid undefined free on failurebcook2015-12-281-2/+2
* Missing initializer; spotted by coverity.miod2015-10-251-2/+2
* Extend tests to call ASN1_{GENERALIZED,UTC,}TIME_set_string() with a NULLjsing2015-10-221-1/+19
* Fix case where we wanted to test ASN1_TIME_set_string() but were testingjsing2015-10-221-2/+2
* Change regress to not believe legacy times are validbeck2015-10-191-65/+4
* Add another invalid time, which is currently accepted.jsing2015-10-021-1/+4
* Add DER encoding/decoding coverage for ASN.1 GENERALIZEDTIME and UTCTIME.jsing2015-09-251-39/+158
* Add initial regress tests for ASN.1 times.jsing2015-09-251-0/+349