summaryrefslogtreecommitdiff
path: root/src/regress/lib/libcrypto (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Provide prototype for X509_ALGOR_set_md()tb2023-10-261-1/+3
* 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
* 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
* Fix reference to x509v3.cnf(5) bistb2023-09-261-6/+6
* Fix reference to x509v3.cnf(5)tb2023-09-261-6/+6
* 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
* knfmt(1) to the rescuetb2023-08-201-139/+146
* Another OPENSSL_NO_DEPRECATED hits the bit buckettb2023-08-201-7/+1
* Drop unnecessary OPENSSL_NO_DEPRECATED dancetb2023-08-201-7/+1
* Use a separate flags variable for the error flags in DH_check()tb2023-08-201-7/+8
* 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
* first batch of intentionally undocumented EVP constants:schwarze2023-08-121-1/+10
* Now that the DH is sensibly called dh instead of a, we can also renametb2023-08-121-10/+10
* a is a silly name for a DHtb2023-08-121-14/+14
* Use printf for consistencytb2023-08-121-5/+5
* Check that {DH,DSA}_get0_engine() returns NULL if OPENSSL_NO_ENGINE istb2023-08-122-2/+16
* Add regress coverage for DH and for DSA parameterstb2023-08-111-2/+267
* X509_STORE_CTX_get_check_issued(3) is weird.schwarze2023-08-081-0/+9
* In objects.h rev. 1.17 (Jan 14, 2022),schwarze2023-08-081-7/+1
* No need to mark BN_options() as intentionally undocumented any longer.schwarze2023-08-071-1/+0
* Mark asn1_ps_func as obsolete and intentionally undocumented.schwarze2023-08-071-0/+1
* Mark BIT_STRING_BITNAME as obsolete and intentionally undocumented.schwarze2023-08-071-0/+1