summaryrefslogtreecommitdiffstats
path: root/regress/lib/libssl/ciphers/cipherstest.c
diff options
context:
space:
mode:
authordoug <doug@openbsd.org>2015-08-27 07:19:17 +0000
committerdoug <doug@openbsd.org>2015-08-27 07:19:17 +0000
commit5ff16b15c5929b1a02419cebc2ce5dc030bb1520 (patch)
tree9da7681ad56d40de2aaa4bb97b8da99fddcca913 /regress/lib/libssl/ciphers/cipherstest.c
parentMake functions that are internal to tls verify static. (diff)
downloadwireguard-openbsd-5ff16b15c5929b1a02419cebc2ce5dc030bb1520.tar.xz
wireguard-openbsd-5ff16b15c5929b1a02419cebc2ce5dc030bb1520.zip
Remove SSLv3 support from LibreSSL regression tests.
Diffstat (limited to 'regress/lib/libssl/ciphers/cipherstest.c')
-rw-r--r--regress/lib/libssl/ciphers/cipherstest.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/regress/lib/libssl/ciphers/cipherstest.c b/regress/lib/libssl/ciphers/cipherstest.c
index b20ec8bd528..d76fbfc8c03 100644
--- a/regress/lib/libssl/ciphers/cipherstest.c
+++ b/regress/lib/libssl/ciphers/cipherstest.c
@@ -87,10 +87,6 @@ cipher_get_put_tests(void)
failed |= get_put_test("SSLv23_client", SSLv23_client_method());
failed |= get_put_test("SSLv23_server", SSLv23_server_method());
- failed |= get_put_test("SSLv3", SSLv3_method());
- failed |= get_put_test("SSLv3_client", SSLv3_client_method());
- failed |= get_put_test("SSLv3_server", SSLv3_server_method());
-
failed |= get_put_test("TLSv1", TLSv1_method());
failed |= get_put_test("TLSv1_client", TLSv1_client_method());
failed |= get_put_test("TLSv1_server", TLSv1_server_method());