diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-05-28 17:33:13 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-06-03 23:44:12 +0100 |
commit | 8af4fd7e0f697d9585f013b9664f88d32131b5df (patch) | |
tree | a8cd800e375a0ca72798db4b8e2af192ce32cb93 /test/scripts | |
parent | ef77ddc9239a2a96442b7708c825235823d6c9ce (diff) |
Testsuite: use higher-spec certs, for more-recent GnuTLS versions which deprecate weaker ones
Needed for GnuTLS 3.6.15 (on Fedora 33)
Diffstat (limited to 'test/scripts')
-rw-r--r-- | test/scripts/1100-Basic-TLS/1110 | 2 | ||||
-rw-r--r-- | test/scripts/3720-external-auth-GnuTLS/3720 | 4 | ||||
-rw-r--r-- | test/scripts/3721-external-auth-OpenSSL/3721 | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/test/scripts/1100-Basic-TLS/1110 b/test/scripts/1100-Basic-TLS/1110 index 865b2202f..effc75006 100644 --- a/test/scripts/1100-Basic-TLS/1110 +++ b/test/scripts/1100-Basic-TLS/1110 @@ -22,7 +22,7 @@ This is a test encrypted message. quit ??? 221 **** -client-anytls -tls-on-connect HOSTIPV4 PORT_D aux-fixed/cert2 aux-fixed/cert2 +client-anytls -tls-on-connect HOSTIPV4 PORT_D aux-fixed/exim-ca/example.org/server2.example.org/server2.example.org.pem aux-fixed/exim-ca/example.org/server2.example.org/server2.example.org.unlocked.key ??? 220 mail from:<userx@test.ex> ??? 250 diff --git a/test/scripts/3720-external-auth-GnuTLS/3720 b/test/scripts/3720-external-auth-GnuTLS/3720 index 49d95205e..1b932e69b 100644 --- a/test/scripts/3720-external-auth-GnuTLS/3720 +++ b/test/scripts/3720-external-auth-GnuTLS/3720 @@ -5,7 +5,7 @@ exim -DSERVER=server -bd -oX PORT_D **** # # -client-gnutls 127.0.0.1 PORT_D 127.0.0.1 DIR/aux-fixed/cert2 DIR/aux-fixed/cert2 +client-gnutls 127.0.0.1 PORT_D 127.0.0.1 DIR/aux-fixed/exim-ca/example.org/server2.example.org/server2.example.org.pem DIR/aux-fixed/exim-ca/example.org/server2.example.org/server2.example.org.unlocked.key ??? 220 EHLO tester ??? 250- @@ -23,7 +23,7 @@ EHLO tester ??? 250- ??? 250-AUTH EXTERNAL ??? 250 HELP -AUTH EXTERNAL UGhpbCBQZW5ub2Nr +AUTH EXTERNAL c2VydmVyMi5leGFtcGxlLm9yZw== ??? 235 quit ??? 221 diff --git a/test/scripts/3721-external-auth-OpenSSL/3721 b/test/scripts/3721-external-auth-OpenSSL/3721 index 310b8d2ae..35cc11bd4 100644 --- a/test/scripts/3721-external-auth-OpenSSL/3721 +++ b/test/scripts/3721-external-auth-OpenSSL/3721 @@ -5,7 +5,7 @@ exim -DSERVER=server -bd -oX PORT_D **** # # -client-ssl 127.0.0.1 PORT_D 127.0.0.1 DIR/aux-fixed/cert2 DIR/aux-fixed/cert2 +client-ssl 127.0.0.1 PORT_D 127.0.0.1 DIR/aux-fixed/exim-ca/example.org/server2.example.org/server2.example.org.pem DIR/aux-fixed/exim-ca/example.org/server2.example.org/server2.example.org.unlocked.key ??? 220 EHLO tester ??? 250- @@ -23,7 +23,7 @@ EHLO tester ??? 250- ??? 250-AUTH EXTERNAL ??? 250 HELP -AUTH EXTERNAL UGhpbCBQZW5ub2Nr +AUTH EXTERNAL c2VydmVyMi5leGFtcGxlLm9yZw== ??? 235 quit ??? 221 |