Skip ssl-tests/19-mac-then-encrypt.conf for no-tls1_2
authorBen Kaduk <kaduk@mit.edu>
Fri, 13 Oct 2017 00:20:07 +0000 (19:20 -0500)
committerBen Kaduk <kaduk@mit.edu>
Fri, 13 Oct 2017 00:22:16 +0000 (19:22 -0500)
commitf1597bb5ed7271ede8afecc8299b0cb4dbb73fa4
treec6583570104c657d783d0179d32401a0e9c529aa
parentaa09c24325b621981f1eab6986dbcbb81c81e065
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@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4526)
test/recipes/80-test_ssl_new.t