]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Test that incorrect entry in the ssl section is not fatal
authorTomas Mraz <tomas@openssl.org>
Thu, 14 Dec 2023 15:37:58 +0000 (16:37 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 19 Dec 2023 11:03:02 +0000 (12:03 +0100)
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)

test/sysdefault.cnf

index 20712b5bda40cd7878927ccbf74b54206f10a418..1c8915074a7829c671f1986481fdbc2bda24f899 100644 (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