summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2023-12-14 16:37:58 +0100
committerTomas Mraz <tomas@openssl.org>2023-12-19 12:06:35 +0100
commite0c4f317d7060a1185cda7642a5d2568d9ea75c4 (patch)
tree9d00ca96ca34db8298853587b38b3ae7b6474897 /test
parent009a6053258cfac5024445eec638f34fad15885e (diff)
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 17b4277d9ac6665e9b53a6270949418154cab2dc)
Diffstat (limited to 'test')
-rw-r--r--test/sysdefault.cnf1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/sysdefault.cnf b/test/sysdefault.cnf
index 20712b5bda..1c8915074a 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