[exim-cvs] Testsuite: compat vs. older GnuTLS

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Testsuite: compat vs. older GnuTLS
Gitweb: https://git.exim.org/exim.git/commitdiff/96c5bd4049c62215b741ff7b6ff7a3bf24bea7c0
Commit:     96c5bd4049c62215b741ff7b6ff7a3bf24bea7c0
Parent:     7a9e0ae14e5544e8377d1f91298d0ec9a482bf12
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Tue Jun 4 16:06:27 2019 +0100
Committer:  Jeremy Harris <jgh146exb@???>
CommitDate: Tue Jun 4 16:07:07 2019 +0100


    Testsuite: compat vs. older GnuTLS
---
 test/confs/5821 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


diff --git a/test/confs/5821 b/test/confs/5821
index 8a2d645..97d0cb8 100644
--- a/test/confs/5821
+++ b/test/confs/5821
@@ -1,5 +1,5 @@
# Exim test configuration 5821
-# DANE/OpenSSL - ciphers option
+# DANE/GnuTLS - ciphers option

SERVER=
OPT=
@@ -23,7 +23,7 @@ tls_certificate = ${if eq {SERVER}{server} {CDIR2/fullchain.pem}fail}
tls_privatekey = ${if eq {SERVER}{server} {CDIR2/server1.example.com.unlocked.key}fail}

# Permit two specific ciphers
-tls_require_ciphers = NORMAL:-VERS-TLS1.3:-KX-ALL:+RSA:-CIPHER-ALL:+AES-128-CBC:+CAMELLIA-256-GCM
+tls_require_ciphers = NORMAL:-VERS-ALL:+VERS-TLS1.2:-KX-ALL:+RSA:-CIPHER-ALL:+AES-128-CBC:+CAMELLIA-256-GCM

# ----- Routers -----
begin routers