summaryrefslogtreecommitdiffstats
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:07:00 +0100
commit3f67f86598d2031061866674d7454f14aee5858f (patch)
tree82be04a8df220bbe18c4a75dbc313bde2e3bf7c4
parent1e52e92599cec5306be3b6448aedc612857c307f (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)
-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