diff options
author | Phil Pennock <pdp@exim.org> | 2012-05-19 22:22:06 -0400 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2012-05-19 22:22:06 -0400 |
commit | c13827780aadebf5785a72a6ed5677af7ae0f0cc (patch) | |
tree | 5c3c773695a918f2a06b02514195cd3dd6af9034 /test/mail | |
parent | 37dd1b19b4304fd3f0b8a3bf2019f435bd7bfb18 (diff) |
Cipher munging continues.
I omitted log/2025 pending further investigation.
Diffstat (limited to 'test/mail')
-rw-r--r-- | test/mail/2002.CALLER | 8 | ||||
-rw-r--r-- | test/mail/2003.userx | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/test/mail/2002.CALLER b/test/mail/2002.CALLER index 83dd8f48f..cc606bb0e 100644 --- a/test/mail/2002.CALLER +++ b/test/mail/2002.CALLER @@ -1,24 +1,24 @@ From CALLER@test.ex Tue Mar 02 09:44:33 1999 Received: from [127.0.0.1] - by myhost.test.ex with smtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) + by myhost.test.ex with smtps (TLS1.x:xxxxRSA_AES_256_CBC_SHAnnn:256) (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=TLS1.0:RSA_AES_256_CBC_SHA1:256 peerdn= +TLS: cipher=TLS1.x:xxxxRSA_AES_256_CBC_SHAnnn:256 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 (TLS1.0:RSA_AES_256_CBC_SHA1:256) + by myhost.test.ex with smtps (TLS1.x:xxxxRSA_AES_256_CBC_SHAnnn:256) (Exim x.yz) (envelope-from <CALLER@test.ex>) id 10HmaY-0005vi-00 for CALLER@test.ex; Tue, 2 Mar 1999 09:44:33 +0000 tls-certificate-verified: 1 -TLS: cipher=TLS1.0:RSA_AES_256_CBC_SHA1:256 peerdn=C=UK,O=The Exim Maintainers,OU=Test Suite,CN=Phil Pennock +TLS: cipher=TLS1.x:xxxxRSA_AES_256_CBC_SHAnnn:256 peerdn=C=UK,O=The Exim Maintainers,OU=Test Suite,CN=Phil Pennock This is a test encrypted message from a verified host. diff --git a/test/mail/2003.userx b/test/mail/2003.userx index 01c3f68d2..2862ffa2a 100644 --- a/test/mail/2003.userx +++ b/test/mail/2003.userx @@ -1,11 +1,11 @@ From userx@test.ex Tue Mar 02 09:44:33 1999 Received: from [127.0.0.1] (helo=rhu.barb) - by myhost.test.ex with smtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) + by myhost.test.ex with smtps (TLS1.x:xxxxRSA_AES_256_CBC_SHAnnn:256) (Exim x.yz) (envelope-from <userx@test.ex>) id 10HmaX-0005vi-00 for userx@test.ex; Tue, 2 Mar 1999 09:44:33 +0000 -TLS: cipher=TLS1.0:RSA_AES_256_CBC_SHA1:256 peerdn= +TLS: cipher=TLS1.x:xxxxRSA_AES_256_CBC_SHAnnn:256 peerdn= This is a test encrypted message. |