From 9a30178105caeb168256189ab29c26491845adf5 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Thu, 14 Dec 2023 16:37:58 +0100 Subject: [PATCH] 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) --- test/sysdefault.cnf | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2