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>
Thu, 4 May 2017 10:49:20 +0000 (11:49 +0100)
commitf315b665715bc499b5b97b18d3a7933c7b81ee5d
treecb3cd5b8288d8fe88392883e1274b5f4ee89f56e
parentae4765396f19f5aa8aeb6565707e8e5ada4f3e6d
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: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3334)
test/ssl-tests/protocol_version.pm