summaryrefslogtreecommitdiff
path: root/src/regress/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add regress coverage for ASN1_TIME_compare()tb2023-10-021-1/+78
* Minor asn1time tweakstb2023-10-021-26/+12
* Add an empty linetb2023-10-011-1/+2
* Allow IP addresses to be specified in a URI.beck2023-09-291-4/+50
* Appease coveritytb2023-09-291-2/+4
* Fix error messagetb2023-09-281-2/+2
* Don't leak ctx on failuretb2023-09-281-3/+2
* Add more regress coverage for EVP_CIPHER_CTX_iv_length()tb2023-09-281-1/+268
* Check that EVP_CIPHER_CTX_iv_length() matches what was settb2023-09-281-1/+9
* whitespacetb2023-09-281-3/+3
* We're not interested in the core dump, so prevent it. Also catchotto2023-09-271-3/+17
* Fix reference to x509v3.cnf(5) bistb2023-09-261-6/+6
* Fix reference to x509v3.cnf(5)tb2023-09-261-6/+6
* openssl-ruby tests: remove fallback to ruby31tb2023-09-241-5/+1
* Ensure no memory is leaked after passing NULL to ASN1_TIME_normalize()libressl-v3.8.1job2023-08-301-1/+4
* Make some global variables consttb2023-08-201-14/+15
* Bye bye to all people out theretb2023-08-201-28/+1
* Add some spaces after commatb2023-08-201-6/+6
* unifdef -D FULL_TESTtb2023-08-201-7/+1