#
a75d20e9 |
| 31-Aug-2024 |
jsing <jsing@openbsd.org> |
Update for OPENSSL_cpu_caps() now being machine independent.
|
#
b7814219 |
| 23-Jul-2024 |
jsing <jsing@openbsd.org> |
Revise regress for ssl3_get_cipher() changes.
|
#
0faba8f2 |
| 17-Jul-2024 |
tb <tb@openbsd.org> |
Add RCS id
|
#
6bbe7482 |
| 17-Jul-2024 |
jsing <jsing@openbsd.org> |
Enable regress for SSL_CIPHER_get_handshake_digest()
Turns out this is already linked statically.
|
#
6cd8a8c9 |
| 17-Jul-2024 |
jsing <jsing@openbsd.org> |
Rework cipher find test to also provide coverage for SSL_CIPHER_*()
|
#
9f17c515 |
| 01-Mar-2024 |
tb <tb@openbsd.org> |
Remove the ciphers_by_values_test()
|
#
6676c440 |
| 03-Jul-2021 |
jsing <jsing@openbsd.org> |
Add test that ensures ssl3_ciphers[] is sorted by cipher id.
|
#
f3e6074a |
| 03-Jul-2021 |
jsing <jsing@openbsd.org> |
Rewrite get_put_test() as cipher_find_test().
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 t
Rewrite get_put_test() as cipher_find_test().
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.
show more ...
|
#
ab25e87d |
| 30-Jun-2021 |
jsing <jsing@openbsd.org> |
Disable some tests that probably no longer make sense.
We'll either fix these or remove them in the near future.
|
#
1eda1a0f |
| 16-Oct-2020 |
tb <tb@openbsd.org> |
make this test compile and pass on sparc64
Two functions missed (void) in their declaration which made gcc whine "warning: function declaration isn't a prototype".
|
#
243d6200 |
| 16-Sep-2020 |
jsing <jsing@openbsd.org> |
Add cipher set tests with empty SSL_set_ciphersuites().
|
#
e5c1aa10 |
| 16-Sep-2020 |
jsing <jsing@openbsd.org> |
Correct cipher_set_test() when run on a machine without AES acceleration.
Noted by bcook@ and inoguchi@ while working on portable.
|
#
7d482723 |
| 16-Sep-2020 |
jsing <jsing@openbsd.org> |
Make cipher_set_test() log failures and continue, rather than aborting.
|
#
6b911d76 |
| 13-Sep-2020 |
jsing <jsing@openbsd.org> |
Add regress for SSL_{CTX_,}set_ciphersuites().
|
#
5ff16b15 |
| 27-Aug-2015 |
doug <doug@openbsd.org> |
Remove SSLv3 support from LibreSSL regression tests.
|
#
8a66d644 |
| 07-Feb-2015 |
jsing <jsing@openbsd.org> |
Add regress tests for SSL_CIPHER_get_by_value() and SSL_CIPHER_get_by_id().
|
#
bd69bbf0 |
| 06-Feb-2015 |
jsing <jsing@openbsd.org> |
Add libssl ciphers regress, which currently only covers get_cipher_by_char/put_cipher_by_char.
|