summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto/asn1 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Only asn1time needs to be static for now.tb2022-06-281-2/+4
* Make this regress test link staticly and use internal symbolsbeck2022-06-281-1/+2
* Add new time manipulation funcitons that OpenSSL has exposed thatbeck2022-06-271-2/+35
* Check pointer argument after {d2i,i2d}_ASN1_{BIT_STRING,BOOLEAN,INTEGER}()jsing2022-06-251-2/+46
* Add regress for ASN1_INTEGER_{get,set}_{u,}int64()jsing2022-06-251-1/+103
* Add regress for ASN1_INTEGER_cmp()jsing2022-06-251-1/+76
* Fix format string: use %zu for size_t, not %lu.tb2022-06-221-3/+3
* Drop bogus DPADD += ${LIBSSL}tb2022-06-191-2/+2
* Add a simple test that exercises ASN1_STRING_to_UTF8() a little.tb2022-05-162-1/+130
* Tweak regress in such a way that it would have caught the bug intb2022-05-131-1/+6
* Add tests that decode sequences into ASN.1 strings.jsing2022-04-281-1/+97
* Ensure we clear the error stack before running tests that print errors.jsing2022-04-272-2/+10
* Enable ASN.1 INTEGER tests with invalid lengths/encodings.jsing2022-04-271-3/+1
* Add ASN1_INTEGER test coverage.jsing2022-04-231-1/+248
* Revise regress for ascii/text to ASN.1 object conversion rewrite.jsing2022-03-191-58/+10
* Add another invalid separator test case.jsing2022-03-191-1/+5
* Check BIO_reset() return value to make gcc happy.tb2022-03-151-2/+5
* Add test coverage for i2a_ASN1_OBJECT()jsing2022-03-051-3/+39
* Provide additional ASN1_OBJECT test coverage.jsing2022-03-021-16/+114
* Add regress coverage for ASN1_OBJECT public interfaces.jsing2022-02-262-1/+399
* Undo static linking and other workarounds that are no longer neededtb2022-01-141-3/+2
* Fix asn1x509 build with opaque structures. Link statically for now.tb2022-01-122-20/+25
* Rework Makefile to use regress framework and link asn1basic statically.tb2022-01-122-14/+16
* Add regress tests for ASN1_BIT_STRING.jsing2022-01-061-2/+113
* Print the name of the test before we run it.jsing2021-12-241-1/+2