Fix 12 Boring tests involving NULL-SHA ciphersuites
authorMatt Caswell <matt@openssl.org>
Tue, 14 Mar 2017 14:16:19 +0000 (14:16 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 14 Mar 2017 14:29:31 +0000 (14:29 +0000)
commit64e2b23ce3b75fc6c73ac8c979894e190c9e78d1
tree99c385ea2d250bec56fa655d52edcb85b7151cc0
parent49619ab008a651e49e7524c73ba6fb4b3c96f67f
Fix 12 Boring tests involving NULL-SHA ciphersuites

The Boring runner attempts to enable the NULL-SHA ciphersuite using the
cipherstring "DEFAULT:NULL-SHA". However in OpenSSL DEFAULT permanently
switches off NULL ciphersuites, so we fix this up to be "ALL:NULL-SHA"
instead. We can't change the runner so we have to change the shim to
detect this.

(Merged from https://github.com/openssl/openssl/pull/2933)
Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Emilia Käsper <emilia@openssl.org>
test/ossl_shim/ossl_config.json
test/ossl_shim/test_config.cc