Add tests for version/ciphersuite sanity checks
authorMatt Caswell <matt@openssl.org>
Wed, 26 Apr 2017 10:43:05 +0000 (11:43 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 26 Apr 2017 13:31:00 +0000 (14:31 +0100)
commit975922fd0c6a3089a49b9bcdcd77c672d97e36b2
treee1fbccca56b9db6315afd93ecc73297df80d8acf
parent38a7315060ec4ca49799b2a7ea83e8678e3acd20
Add tests for version/ciphersuite sanity checks

The previous commits added sanity checks for where the max enabled protocol
version does not have any configured ciphersuites. We should check that we
fail in those circumstances.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3316)
test/ssl-tests/protocol_version.pm