summarylogtreecommitdiffstats
path: root/ssl3-test-failure.patch
diff options
context:
space:
mode:
authorAllen Zhong2017-04-30 03:18:30 +0800
committerAllen Zhong2017-04-30 03:18:30 +0800
commit2286bb8bd0c080dd4f7f479714856e7f7e434f31 (patch)
treedde1c9c847f1dcd237fc617d68bf659913248cdd /ssl3-test-failure.patch
parent46413113645dd62645c7340822285f271128e43d (diff)
downloadaur-2286bb8bd0c080dd4f7f479714856e7f7e434f31.tar.gz
Revert "Update to 1.1.0e"
This reverts commit 3d2c209b72a0908dad5122c848e1dacebb2c477f.
Diffstat (limited to 'ssl3-test-failure.patch')
-rw-r--r--ssl3-test-failure.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/ssl3-test-failure.patch b/ssl3-test-failure.patch
new file mode 100644
index 000000000000..d161c3d4a593
--- /dev/null
+++ b/ssl3-test-failure.patch
@@ -0,0 +1,26 @@
+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