From: Tomas Mraz Date: Thu, 14 Dec 2023 15:37:58 +0000 (+0100) Subject: Test that incorrect entry in the ssl section is not fatal X-Git-Tag: openssl-3.1.5~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a30178105caeb168256189ab29c26491845adf5;p=thirdparty%2Fopenssl.git Test that incorrect entry in the ssl section is not fatal The following entries should be still applied. Reviewed-by: Neil Horman Reviewed-by: Dmitry Belyavskiy (Merged from https://github.com/openssl/openssl/pull/23048) (cherry picked from commit 17b4277d9ac6665e9b53a6270949418154cab2dc) --- diff --git a/test/sysdefault.cnf b/test/sysdefault.cnf index 20712b5bda4..1c8915074a7 100644 --- a/test/sysdefault.cnf +++ b/test/sysdefault.cnf @@ -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