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/stdout/3721 | |
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/stdout/3721')
-rw-r--r-- | test/stdout/3721 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/stdout/3721 b/test/stdout/3721 index 049c87d36..854382ee5 100644 --- a/test/stdout/3721 +++ b/test/stdout/3721 @@ -1,6 +1,6 @@ Connecting to 127.0.0.1 port 1225 ... connected -Certificate file = TESTSUITE/aux-fixed/cert2 -Key file = TESTSUITE/aux-fixed/cert2 +Certificate file = TESTSUITE/aux-fixed/exim-ca/example.org/server2.example.org/server2.example.org.pem +Key file = TESTSUITE/aux-fixed/exim-ca/example.org/server2.example.org/server2.example.org.unlocked.key ??? 220 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000 >>> EHLO tester @@ -34,7 +34,7 @@ Succeeded in starting TLS <<< 250-AUTH EXTERNAL ??? 250 HELP <<< 250 HELP ->>> AUTH EXTERNAL UGhpbCBQZW5ub2Nr +>>> AUTH EXTERNAL c2VydmVyMi5leGFtcGxlLm9yZw== ??? 235 <<< 235 Authentication succeeded >>> quit |