Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update for OPENSSL_cpu_caps() now being machine independent. | jsing | 2024-08-31 | 1 | -5/+1 |
| | |||||
* | Revise regress for ssl3_get_cipher() changes. | jsing | 2024-07-23 | 1 | -8/+3 |
| | |||||
* | Add RCS id | tb | 2024-07-17 | 1 | -0/+1 |
| | |||||
* | Enable regress for SSL_CIPHER_get_handshake_digest() | jsing | 2024-07-17 | 1 | -4/+0 |
| | | | | Turns out this is already linked statically. | ||||
* | Rework cipher find test to also provide coverage for SSL_CIPHER_*() | jsing | 2024-07-17 | 1 | -8/+754 |
| | |||||
* | Remove the ciphers_by_values_test() | tb | 2024-03-01 | 1 | -56/+0 |
| | |||||
* | Add test that ensures ssl3_ciphers[] is sorted by cipher id. | jsing | 2021-07-03 | 1 | -0/+37 |
| | |||||
* | Rewrite get_put_test() as cipher_find_test(). | jsing | 2021-07-03 | 1 | -54/+25 |
| | | | | | | The get_cipher_by_char() and put_cipher_by_char() pointers are no longer accessible on the SSL_METHOD (and soon will not even exist). Rewrite the test to use SSL_CIPHER_find() instead. | ||||
* | Disable some tests that probably no longer make sense. | jsing | 2021-06-30 | 1 | -0/+5 |
| | | | | We'll either fix these or remove them in the near future. | ||||
* | make this test compile and pass on sparc64 | tb | 2020-10-16 | 1 | -2/+2 |
| | | | | | Two functions missed (void) in their declaration which made gcc whine "warning: function declaration isn't a prototype". | ||||
* | Add cipher set tests with empty SSL_set_ciphersuites(). | jsing | 2020-09-16 | 1 | -0/+22 |
| | |||||
* | Correct cipher_set_test() when run on a machine without AES acceleration. | jsing | 2020-09-16 | 1 | -1/+19 |
| | | | | Noted by bcook@ and inoguchi@ while working on portable. | ||||
* | Make cipher_set_test() log failures and continue, rather than aborting. | jsing | 2020-09-16 | 1 | -11/+3 |
| | |||||
* | Add regress for SSL_{CTX_,}set_ciphersuites(). | jsing | 2020-09-13 | 2 | -7/+318 |
| | |||||
* | Remove SSLv3 support from LibreSSL regression tests. | doug | 2015-08-27 | 1 | -4/+0 |
| | |||||
* | Add regress tests for SSL_CIPHER_get_by_value() and SSL_CIPHER_get_by_id(). | jsing | 2015-02-07 | 1 | -1/+61 |
| | |||||
* | Add libssl ciphers regress, which currently only covers | jsing | 2015-02-06 | 2 | -0/+128 |
get_cipher_by_char/put_cipher_by_char. |