summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/asn1/asn1time.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* asn1: merge invalid generalized time tests into invalid time testsjoshua2025-05-221-16/+10
* asn1time: indicate which comparison function failedtb2024-07-211-4/+7
* Eliminate last timegm() correctly this timetb2024-05-251-5/+25
* Revert previoustb2024-05-251-10/+4
* asn1time: another use of gmtime was hiding heretb2024-05-251-4/+10
* Make ASN1_TIME_set_string_X509 and ASN1_TIME_set_string match the man pagebeck2024-04-081-5/+45
* asn1time: remove some debugging codetb2024-02-181-3/+1
* Tweak previoustb2024-02-181-7/+6
* Adjust regress test for memset() requested by jsing on reviewtb2024-02-181-4/+18
* Add regress coverage for the new APItb2024-02-181-1/+195
* Add regress coverage for ASN1_UTCTIME_cmp_time_t()tb2023-10-051-5/+12
* Add some coverage for ASN1_TIME_cmp_time_t() as welltb2023-10-021-1/+14
* Add regress coverage for ASN1_TIME_compare()tb2023-10-021-1/+78
* Minor asn1time tweakstb2023-10-021-26/+12
* Ensure no memory is leaked after passing NULL to ASN1_TIME_normalize()libressl-v3.8.1job2023-08-301-1/+4
* Convert from %i to %dtb2022-09-051-29/+29
* cast time_t to long long before printing for portabilitytb2022-09-051-2/+2
* cope with ASN1_TIME_set_string_X509() renameanton2022-07-051-3/+3
* Add valid time test from ruby regress, and check ASN1_time_to_tmbeck2022-06-301-1/+27
* add valid utc time that should fail to parse as generalizedbeck2022-06-301-2/+6
* Add tests for times missing seconds, and to be able to testbeck2022-06-301-3/+43
* Add new time manipulation funcitons that OpenSSL has exposed thatbeck2022-06-271-2/+35
* Fix missing return in asn1_compare_bytes()jsing2021-12-091-1/+2
* 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