summaryrefslogtreecommitdiff
path: root/src/regress/lib/libssl/ciphers/cipherstest.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update for OPENSSL_cpu_caps() now being machine independent.jsing2024-08-311-5/+1
* Revise regress for ssl3_get_cipher() changes.jsing2024-07-231-8/+3
* Add RCS idtb2024-07-171-0/+1
* Enable regress for SSL_CIPHER_get_handshake_digest()jsing2024-07-171-4/+0
* Rework cipher find test to also provide coverage for SSL_CIPHER_*()jsing2024-07-171-8/+754
* Remove the ciphers_by_values_test()tb2024-03-011-56/+0
* Add test that ensures ssl3_ciphers[] is sorted by cipher id.jsing2021-07-031-0/+37
* Rewrite get_put_test() as cipher_find_test().jsing2021-07-031-54/+25
* Disable some tests that probably no longer make sense.jsing2021-06-301-0/+5
* make this test compile and pass on sparc64tb2020-10-161-2/+2
* Add cipher set tests with empty SSL_set_ciphersuites().jsing2020-09-161-0/+22
* Correct cipher_set_test() when run on a machine without AES acceleration.jsing2020-09-161-1/+19
* Make cipher_set_test() log failures and continue, rather than aborting.jsing2020-09-161-11/+3
* Add regress for SSL_{CTX_,}set_ciphersuites().jsing2020-09-131-5/+316
* Remove SSLv3 support from LibreSSL regression tests.doug2015-08-271-4/+0
* Add regress tests for SSL_CIPHER_get_by_value() and SSL_CIPHER_get_by_id().jsing2015-02-071-1/+61
* Add libssl ciphers regress, which currently only coversjsing2015-02-061-0/+119