diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-02-03 21:00:37 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-02-11 00:16:41 +0000 |
commit | 826cb8c29cb1947cfc8f0e1b4e96c97e10a0e18a (patch) | |
tree | 00f6a4fa10ceaf714333788060be434431f9db21 /test/mail/2108.CALLER | |
parent | 8238bc7b7f52da726b6b5cfc92e388c5feab9050 (diff) |
Testsuite: munge GnuTLS and OpenSSL ciphersuite strings to be more similar
(cherry picked from commit 25d5d9f98ebb30acc8b269c6594f4bc1e1abe654)
Diffstat (limited to 'test/mail/2108.CALLER')
-rw-r--r-- | test/mail/2108.CALLER | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/mail/2108.CALLER b/test/mail/2108.CALLER index c7ede6127..f7669bdbc 100644 --- a/test/mail/2108.CALLER +++ b/test/mail/2108.CALLER @@ -1,6 +1,6 @@ From CALLER@myhost.test.ex Tue Mar 02 09:44:33 1999 Received: from [127.0.0.1] (helo=helo.data.changed) - by myhost.test.ex with esmtps (TLSv1:ke-RSA-AES256-SHA:xxx) + by myhost.test.ex with esmtps (TLS1.x:ke-RSA-AES256-SHAnnn:xxx) (Exim x.yz) (envelope-from <CALLER@myhost.test.ex>) id 10HmaZ-0005vi-00 @@ -12,13 +12,13 @@ Received: from CALLER by myhost.test.ex with local (Exim x.yz) Message-Id: <E10HmaX-0005vi-00@myhost.test.ex> From: CALLER_NAME <CALLER@myhost.test.ex> Date: Tue, 2 Mar 1999 09:44:33 +0000 -TLS: cipher=TLSv1:ke-RSA-AES256-SHA:xxx peerdn= +TLS: cipher=TLS1.x:ke-RSA-AES256-SHAnnn:xxx peerdn= Test message. Contains FF: ÿ From CALLER@myhost.test.ex Tue Mar 02 09:44:33 1999 Received: from [127.0.0.1] (helo=helo.data.changed) - by myhost.test.ex with esmtps (TLSv1:ke-RSA-AES256-SHA:xxx) + by myhost.test.ex with esmtps (TLS1.x:ke-RSA-AES256-SHAnnn:xxx) (Exim x.yz) (envelope-from <CALLER@myhost.test.ex>) id 10HmbA-0005vi-00; Tue, 2 Mar 1999 09:44:33 +0000 @@ -28,7 +28,7 @@ Received: from CALLER by myhost.test.ex with local (Exim x.yz) Message-Id: <E10HmaY-0005vi-00@myhost.test.ex> From: CALLER_NAME <CALLER@myhost.test.ex> Date: Tue, 2 Mar 1999 09:44:33 +0000 -TLS: cipher=TLSv1:ke-RSA-AES256-SHA:xxx peerdn= +TLS: cipher=TLS1.x:ke-RSA-AES256-SHAnnn:xxx peerdn= Test message to two different hosts |