aboutsummaryrefslogtreecommitdiffstats
path: root/tests/tls-protocols/openssl.cnf
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2022-02-21 13:05:44 +0100
committerGuilhem Moulin <guilhem@fripost.org>2022-02-21 13:49:30 +0100
commit556f02ce636e11e898ed5608b3b130ce4e7c6ba6 (patch)
tree35bdf56349c0208b68f5bed720bcc1be80b14feb /tests/tls-protocols/openssl.cnf
parent48d35e65472e29d808a4bf604b7f99270496b810 (diff)
Tests: TLS ciphers/protocols: Downgrade security level to 0.
This is required to test TLS version <1.2 on systems with higher security levels, see SSL_CTX_set_security_level(3ssl). Addapted from a patch from <xnox> for Unbuntu.
Diffstat (limited to 'tests/tls-protocols/openssl.cnf')
-rw-r--r--tests/tls-protocols/openssl.cnf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tls-protocols/openssl.cnf b/tests/tls-protocols/openssl.cnf
index 980097d..3d9769d 100644
--- a/tests/tls-protocols/openssl.cnf
+++ b/tests/tls-protocols/openssl.cnf
@@ -11,4 +11,4 @@ system_default = system_default_sect
[system_default_sect]
MinProtocol = None
-CipherString = DEFAULT
+CipherString = DEFAULT@SECLEVEL=0