[openssl-commits] [openssl] OpenSSL_1_1_0-stable update
kaduk at mit.edu
kaduk at mit.edu
Fri Oct 13 02:41:05 UTC 2017
The branch OpenSSL_1_1_0-stable has been updated
via f1597bb5ed7271ede8afecc8299b0cb4dbb73fa4 (commit)
from aa09c24325b621981f1eab6986dbcbb81c81e065 (commit)
- Log -----------------------------------------------------------------
commit f1597bb5ed7271ede8afecc8299b0cb4dbb73fa4
Author: Ben Kaduk <kaduk at mit.edu>
Date: Thu Oct 12 19:20:07 2017 -0500
Skip ssl-tests/19-mac-then-encrypt.conf for no-tls1_2
The second set of tests in that configuration uses the AES-SHA256
ciphers, which are only available for TLS 1.2. Thus, when TLS 1.2
is disabled, there are no ciphers available and the handshake fails
with an internal error. Apply the same treatment as for
13-fragmentation.conf, which uses the same ciphers.
Reviewed-by: Rich Salz <rsalz at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4526)
-----------------------------------------------------------------------
Summary of changes:
test/recipes/80-test_ssl_new.t | 1 +
1 file changed, 1 insertion(+)
diff --git a/test/recipes/80-test_ssl_new.t b/test/recipes/80-test_ssl_new.t
index e986c76..dbd6aeb 100644
--- a/test/recipes/80-test_ssl_new.t
+++ b/test/recipes/80-test_ssl_new.t
@@ -76,6 +76,7 @@ my %skip = (
"15-certstatus.conf" => $no_tls || $no_ocsp,
"16-dtls-certstatus.conf" => $no_dtls || $no_ocsp,
"18-dtls-renegotiate.conf" => $no_dtls,
+ "19-mac-then-encrypt.conf" => disabled("tls1_2"),
);
foreach my $conf (@conf_files) {
More information about the openssl-commits
mailing list