diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2020-12-11 18:39:46 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2020-12-11 19:33:30 +0100 |
commit | feeb91998a29ca040f6e5dd103e09507a6355e32 (patch) | |
tree | 95888d5f7be25f6af366827d7f347441977c8911 /tests/tls-rsa+ecdsa | |
parent | ed263d4a380036b654525ee268db615c17d0d216 (diff) |
libinterimap: deprecate SSL_protocols and introduce SSL_protocol_{min,max}.
Using the libssl interface simplifies our protocol black/whitelist
greatly; this only allows simple min/max bounds, but holes are arguably
not very useful here.
Using the new settings bumps the required libssl version to 1.1.0.
Diffstat (limited to 'tests/tls-rsa+ecdsa')
-rw-r--r-- | tests/tls-rsa+ecdsa/t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tls-rsa+ecdsa/t b/tests/tls-rsa+ecdsa/t index 2adf930..8b811fd 100644 --- a/tests/tls-rsa+ecdsa/t +++ b/tests/tls-rsa+ecdsa/t @@ -38,7 +38,7 @@ grep -Fx -e "remote: Peer certificate matches pinned SPKI digest sha256\$$PKEY_S # force RSA (XXX do we really have to force TLSv1.2 here?) cat >>"$XDG_CONFIG_HOME/interimap/config" <<-EOF - SSL_protocols = TLSv1.2 + SSL_protocol_max = TLSv1.2 SSL_cipherlist = EECDH+AESGCM+aRSA EOF interimap --debug || error |