diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-02-03 21:00:37 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-02-04 13:19:24 +0000 |
commit | 25d5d9f98ebb30acc8b269c6594f4bc1e1abe654 (patch) | |
tree | a16f478003d4087a7be58905fdc1f226cd098f24 /test/mail/2132.CALLER | |
parent | 72c385bddd9732b63b9c8fedb18e4469ddbead75 (diff) |
Testsuite: munge GnuTLS and OpenSSL ciphersuite strings to be more similar
Diffstat (limited to 'test/mail/2132.CALLER')
-rw-r--r-- | test/mail/2132.CALLER | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/mail/2132.CALLER b/test/mail/2132.CALLER index eb9eedeb4..1edd49384 100644 --- a/test/mail/2132.CALLER +++ b/test/mail/2132.CALLER @@ -1,36 +1,36 @@ From CALLER@test.ex Tue Mar 02 09:44:33 1999 Received: from [127.0.0.1] - by myhost.test.ex with smtps (TLSv1:ke-RSA-AES256-SHA:xxx) + by myhost.test.ex with smtps (TLS1.x:ke-RSA-AES256-SHAnnn:xxx) (Exim x.yz) (envelope-from <CALLER@test.ex>) id 10HmaX-0005vi-00 for CALLER@test.ex; Tue, 2 Mar 1999 09:44:33 +0000 tls-certificate-verified: 0 -TLS: cipher=TLSv1:ke-RSA-AES256-SHA:xxx peerdn= +TLS: cipher=TLS1.x:ke-RSA-AES256-SHAnnn:xxx peerdn= This is a test encrypted message. From "name with spaces"@test.ex Tue Mar 02 09:44:33 1999 Received: from [127.0.0.1] - by myhost.test.ex with smtps (TLSv1:ke-RSA-AES256-SHA:xxx) + by myhost.test.ex with smtps (TLS1.x:ke-RSA-AES256-SHAnnn:xxx) (Exim x.yz) (envelope-from <"name with spaces"@test.ex>) id 10HmaY-0005vi-00 for CALLER@test.ex; Tue, 2 Mar 1999 09:44:33 +0000 tls-certificate-verified: 0 -TLS: cipher=TLSv1:ke-RSA-AES256-SHA:xxx peerdn= +TLS: cipher=TLS1.x:ke-RSA-AES256-SHAnnn:xxx peerdn= This is a test encrypted message. From CALLER@test.ex Tue Mar 02 09:44:33 1999 Received: from [ip4.ip4.ip4.ip4] - by myhost.test.ex with smtps (TLSv1:ke-RSA-AES256-SHA:xxx) + by myhost.test.ex with smtps (TLS1.x:ke-RSA-AES256-SHAnnn:xxx) (Exim x.yz) (envelope-from <CALLER@test.ex>) id 10HmaZ-0005vi-00 for CALLER@test.ex; Tue, 2 Mar 1999 09:44:33 +0000 tls-certificate-verified: 1 -TLS: cipher=TLSv1:ke-RSA-AES256-SHA:xxx peerdn=/CN=server1.example.com +TLS: cipher=TLS1.x:ke-RSA-AES256-SHAnnn:xxx peerdn=/CN=server1.example.com This is a test encrypted message from a verified host. |