summaryrefslogtreecommitdiffstats
path: root/abs/core/openssl/ssl3-test-failure.patch
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2016-03-14 19:21:23 (GMT)
committerBritney Fransen <brfransen@gmail.com>2016-03-14 19:21:23 (GMT)
commit47f205ef492e07410c2e410fe42abb2e62a7f682 (patch)
tree5d85566c2e57e82bed5c3c61ec9a7806fa0312b0 /abs/core/openssl/ssl3-test-failure.patch
parentf2191d604ffdd618cb2b74428f26cb817e0153ab (diff)
downloadlinhes_pkgbuild-47f205ef492e07410c2e410fe42abb2e62a7f682.zip
linhes_pkgbuild-47f205ef492e07410c2e410fe42abb2e62a7f682.tar.gz
linhes_pkgbuild-47f205ef492e07410c2e410fe42abb2e62a7f682.tar.bz2
openssl: update to 1.0.2.g
Diffstat (limited to 'abs/core/openssl/ssl3-test-failure.patch')
-rw-r--r--abs/core/openssl/ssl3-test-failure.patch26
1 files changed, 26 insertions, 0 deletions
diff --git a/abs/core/openssl/ssl3-test-failure.patch b/abs/core/openssl/ssl3-test-failure.patch
new file mode 100644
index 0000000..d161c3d
--- /dev/null
+++ b/abs/core/openssl/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