mirror of https://github.com/openssl/openssl.git
Test that incorrect entry in the ssl section is not fatal
The following entries should be still applied.
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/23048)
(cherry picked from commit 17b4277d9a)
This commit is contained in:
parent
a438e5288e
commit
9a30178105
|
|
@ -18,5 +18,6 @@ new-sig-oid = 1.1.1.1.1.1.1.1.1.1.1.1.1.1
|
||||||
system_default = ssl_default_sect
|
system_default = ssl_default_sect
|
||||||
|
|
||||||
[ssl_default_sect]
|
[ssl_default_sect]
|
||||||
|
SignatureAlgorithms = RSA+SHA256:nonex
|
||||||
MaxProtocol = TLSv1.2
|
MaxProtocol = TLSv1.2
|
||||||
MinProtocol = TLSv1.2
|
MinProtocol = TLSv1.2
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue