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)
This commit is contained in:
Tomas Mraz 2023-12-14 16:37:58 +01:00
parent 69c067ffbc
commit 17b4277d9a
1 changed files with 1 additions and 0 deletions

View File

@ -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
[ssl_default_sect]
SignatureAlgorithms = RSA+SHA256:nonex
MaxProtocol = TLSv1.2
MinProtocol = TLSv1.2