summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/asn1 (follow)
Commit message (Expand)AuthorAgeFilesLines
* asn1object: improve error message to include returned valuetb2025-02-261-2/+2
* asn1time: indicate which comparison function failedtb2024-07-211-4/+7
* asn1object: zap trailing whitespacetb2024-05-291-3/+3
* Make it possible for the large OID test to failtb2024-05-291-3/+3
* Add regress coverage for some corner cases of i2d_ASN1_OBJECT()tb2024-05-291-1/+40
* Add regress coverage for i2d_ASN1_OBJECT() fixestb2024-05-291-3/+27
* 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-082-13/+46
* Link x509_algor test statically and switch to the internaltb2024-02-292-9/+18
* 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-182-2/+197
* Fix asn1_integer_null_data_test()tb2024-02-041-2/+2
* Remove the string_table testtb2023-12-152-130/+1
* Provide prototype for X509_ALGOR_set_md()tb2023-10-261-1/+3
* x509_algor: fix error messagetb2023-10-121-7/+7
* x509_algor: add a few missing includestb2023-10-121-1/+4
* x509_algor: Turn expected failure into actual failure now that the API istb2023-10-111-3/+3
* Add preallocation dance for X509_ALGOR_set_md() as documentedtb2023-10-111-1/+5
* Add regress coverage for X509_ALGOR_*tb2023-10-112-2/+377
* 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
* Add regress coverage for ASN1_STRING_cmp()tb2023-08-151-1/+147
* Add some regress coverage for various ASN1_STRING types to codify sometb2023-08-151-1/+229
* Add regress coverage for DH and for DSA parameterstb2023-08-111-2/+267
* Assert that test->want != NULL at this pointtb2023-05-131-1/+3
* asn1oct: add a couple more teststb2023-05-121-1/+10
* asn1oct: minor tweak in error messagetb2023-05-121-3/+3
* Add regress coverage for {s2i,i2s}_ASN1_OCTET_STRINGtb2023-05-122-1/+271
* asn1x509 test: Remove unnecessary line continuationstb2023-02-131-24/+24
* Let bsd.regress.mk take care of running teststb2022-12-021-8/+1
* Make internal header file names consistenttb2022-11-262-4/+4
* asn1_string_to_utf8 test: appease coveritytb2022-11-231-2/+8
* link asn1object test statically in preparation for upcoming bumptb2022-09-111-1/+2
* Two more missing long long caststb2022-09-051-3/+3
* More long long casts for printing time_ttb2022-09-051-3/+3
* Convert from %i to %dtb2022-09-056-56/+56
* cast time_t to long long before printing for portabilitytb2022-09-051-2/+2
* Ensure a constructed ASN.1 INTEGER is considered invalid when decoding.jsing2022-09-031-1/+15
* Add regress test for the encoding of an ASN1_INTEGER with NULL data.jsing2022-08-281-1/+38
* The asn1time test no longer needs static linking.tb2022-07-121-4/+1
* Check that ASN1_{INTEGER,ENUMERATED}_get(NULL) return 0 as documented.tb2022-07-091-1/+22
* 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