summaryrefslogtreecommitdiff
path: root/src/regress (follow)
Commit message (Expand)AuthorAgeFilesLines
* Sprinkle a handfull of missing continuetb2023-12-311-1/+10
* Add extended regress coverage for ASN.1 methodstb2023-12-301-1/+147
* Add initial regress for CRYPTO_EX_DATA.jsing2023-12-273-1/+237
* Remove engine regress.jsing2023-12-273-264/+1
* c2sp: replace openssl 3.0 with 3.2 supporttb2023-12-171-2/+2
* Remove the string_table testtb2023-12-152-130/+1
* rfc3779: remove redundant const.tb2023-12-131-5/+5
* tlsexttest: \178 isn't a valid octal escape sequencetb2023-12-131-2/+2
* constraints: \178 isn't a valid octal escape sequencetb2023-12-131-2/+2
* x509_asn1: avoid lookup table that makes some compilers whinetb2023-12-131-59/+37
* evp_test: zap extra empty linetb2023-12-101-2/+1
* Add regress coverage for OBJ_NAME_do_all*()tb2023-12-081-2/+99
* EVP test: fix includestb2023-11-271-3/+3
* EVP test: add regress coverage for the do_all() APItb2023-11-271-1/+132
* Still need engine.h for ENGINE_free()tb2023-11-201-1/+2
* Remove last OPENSSL_NO_ENGINE from libssl regresstb2023-11-191-7/+1
* Unifdef OPENSSL_NO_ENGINE in libcrypto regresstb2023-11-198-68/+8
* Fix an error message left out in the mustDecodeHexString() conversiontb2023-11-071-2/+2
* Pull up the handling of the two webcrypto special snowflakestb2023-11-071-13/+9
* Drop a useless line and bump copyright yearstb2023-11-071-4/+3
* Unwrap a few linestb2023-11-071-72/+32
* Wrap hex.DecodeString() into mustDecodeHexString()tb2023-11-071-390/+78
* Use maps to retrieve various AES variantstb2023-11-071-60/+72
* Convert hashEvpMdFromString() to a maptb2023-11-071-26/+19
* Add stringer interfaces to the test groupstb2023-11-071-102/+126
* Pull everything except the actual run call out of the closuretb2023-11-061-11/+9
* Introduce testGroupFromAlgorithm()tb2023-11-061-50/+54
* Add a wycheproofTestGroupRunner interfacetb2023-11-061-72/+26
* Add aliases for AES AEAD constructions and ChaChatb2023-11-061-9/+12
* Fix a for loop bug introduced in the concurrency refactortb2023-11-061-3/+4
* Uncomment json webcrypto line. Packages will have caught up...tb2023-11-061-3/+2
* Remove 3 expected failures those got fixed in the regress code.claudio2023-10-311-4/+1
* unlink("/") just needs to error. Checking for a specific errno makesclaudio2023-10-311-2/+2
* When creating a file in a directory the file gid is inherited fromclaudio2023-10-311-2/+2
* Ignore closefrom() failure. This fails normally since fd 4 and up are allclaudio2023-10-311-3/+2
* Add support for OpenSSL 3.1 interop teststb2023-10-308-11/+74
* Include wait(2) status in error message, in the hopes of providing cluesanton2023-10-271-2/+2
* Provide prototype for X509_ALGOR_set_md()tb2023-10-261-1/+3
* A few more testsotto2023-10-221-1/+15
* Add a few more test cases for mod_exp aliasingtb2023-10-191-33/+78
* The bn_mod_exp test is no longer an expected failuretb2023-10-191-3/+1
* Add test case checking aliasing of the result with other argumentstb2023-10-192-2/+108
* Make libssl interop server/client tests less flaky by ensuring theanton2023-10-181-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