summarylogtreecommitdiffstats
path: root/ssl3-test-failure.patch
diff options
context:
space:
mode:
authorFelix Golatofski2020-01-08 22:38:17 +0100
committerFelix Golatofski2020-01-08 22:38:17 +0100
commit8814226eabb3c34a451dcf76d2261b44f3bf8773 (patch)
tree71a83d08721f948109cf02be63045359cd6d83e1 /ssl3-test-failure.patch
parentc9e2e183b2eac07633531660dea0bfd527b27c54 (diff)
downloadaur-8814226eabb3c34a451dcf76d2261b44f3bf8773.tar.gz
Updated to 1.1.1d
Diffstat (limited to 'ssl3-test-failure.patch')
-rw-r--r--ssl3-test-failure.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/ssl3-test-failure.patch b/ssl3-test-failure.patch
deleted file mode 100644
index d161c3d4a593..000000000000
--- a/ssl3-test-failure.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From: Kurt Roeckx <kurt@roeckx.be>
-Date: Sun, 6 Sep 2015 16:04:11 +0200
-Subject: Disable SSLv3 test in test suite
-
-When testing SSLv3 the test program returns 0 for skip. The test for weak DH
-expects a failure, but gets success.
-
-It should probably be changed to return something other than 0 for a skipped
-test.
----
- test/testssl | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/test/testssl b/test/testssl
-index 747e4ba..1e4370b 100644
---- a/test/testssl
-+++ b/test/testssl
-@@ -160,7 +160,7 @@ test_cipher() {
- }
-
- echo "Testing ciphersuites"
--for protocol in TLSv1.2 SSLv3; do
-+for protocol in TLSv1.2; do
- echo "Testing ciphersuites for $protocol"
- for cipher in `../util/shlib_wrap.sh ../apps/openssl ciphers "RSA+$protocol" | tr ':' ' '`; do
- test_cipher $cipher $protocol