summaryrefslogtreecommitdiff
path: root/src/regress (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use consistent spacing around assignmentstb2022-06-021-4/+4
* Only constraints and verify need static linking in here.tb2022-06-022-5/+9
* *** empty log message ***mbuhl2022-05-284-11/+11
* Recent changes to truncate(2) swapped the ordering of some validationsanton2022-05-241-2/+2
* Add a simple test that exercises ASN1_STRING_to_UTF8() a little.tb2022-05-162-1/+130
* Add the two length tests. Can't currently run them because we need antb2022-05-141-1/+6
* Tweak regress in such a way that it would have caught the bug intb2022-05-131-1/+6
* Enable X509v3_asid_subset() tests now that they no longer segfault.tb2022-05-121-7/+1
* Add a few more testcases for X509v3_asid_subset()tb2022-05-121-1/+144
* If Ruby 3.1 isn't available, try to fall back to Ruby 3.0 so thattb2022-05-101-1/+5
* Default Ruby is now 3.1tb2022-05-081-2/+2
* Switch wycheproof.go to using the EVP HKDF API.tb2022-05-051-6/+67
* 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
* Add missing self. From antontb2022-04-211-2/+2
* Initialize the mutex before making us of it from many threads. Preventsanton2022-04-031-28/+23
* Check EVPDigest* return values.tb2022-03-311-4/+7
* Add a simple test to ensure that pmeth->cleanup() can cope with NULLtb2022-03-302-2/+93
* Remove double slash in path to test program.anton2022-03-301-9/+9
* Adjust the signer test to link statically and work with hidden tls_signertb2022-03-242-3/+7
* 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
* Fix dependency to build bn_mod_sqrt.bluhm2022-03-161-2/+2
* Check BIO_reset() return value to make gcc happy.tb2022-03-151-2/+5
* Add a simple regress to verify that the infinite loop in BN_mod_sqrt()tb2022-03-152-1/+138
* Add a few regress test cases for name constraints.tb2022-03-143-5/+25
* Simple regress for NULL deref reported by Guido Vranken and fixed intb2022-03-102-1/+51
* Some more c99 initializers for consistency and readabilitytb2022-03-081-23/+62
* 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
* Test OBJ_obj2txt() with NULL and short buffers.jsing2022-02-201-1/+12
* Add memory BIO small I/O tests.jsing2022-02-191-1/+72
* Add tests for memory BIO.jsing2022-02-171-2/+254
* Add test coverage for OBJ_txt2obj()/OBJ_obj2txt() with no_name == 0.jsing2022-02-121-4/+99
* Revise for OBJ_obj2txt() OID arc limits.jsing2022-02-121-4/+4
* Test OBJ_obj2nid() with an undefined (NID_undef) object.jsing2022-02-111-2/+2
* Add initial regress for objects.jsing2022-02-113-1/+449
* If running with ASAN, mark test_with{,out}_bzero() with thetb2022-02-101-3/+14
* silence "function declaration isn't a prototype" warning by changingtb2022-02-091-6/+6
* Plug leaks reported by Ilya Shipitsintb2022-02-081-1/+5
* Plug a number of leaks reported by Ilya Shipitsintb2022-02-081-2/+9
* Garbage collect the unused hash and print kp->pubkey_hash instead of NULL.tb2022-02-081-7/+4
* Fix memleaks reported by Ilya Shipitsintb2022-02-081-3/+5
* cope with recent S3I removal; ok tb@anton2022-02-061-2/+2
* Adapt appstest.sh for the new TLS_ names.tb2022-02-051-9/+5
* Add a workaround due to OpenSSL's limitation of SSL_CTX_set_cipher_listtb2022-02-051-1/+5
* Mechanically adjust from AEAD- to TLS_ to adjust to the new cipher names.tb2022-02-051-10/+5