diff options
author | Phil Pennock <pdp@exim.org> | 2012-05-17 17:24:36 -0400 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2012-05-17 17:24:36 -0400 |
commit | 75fe387d4b7dd458b79fc22d593095cd84ca8ea4 (patch) | |
tree | 5277f61ddc0ad8abde4d7eeaada57111c85668a2 /test/mail | |
parent | 4fe99a6c7949056e1bf27f146ad604061b6a3669 (diff) |
fix tls_cipher memory lifetime.
Some tests had not been updated for the new cert because they were missing an X= log-line.
Updated those tests now.
Diffstat (limited to 'test/mail')
-rw-r--r-- | test/mail/2019.userx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mail/2019.userx b/test/mail/2019.userx index fa92f6055..6ac2073a3 100644 --- a/test/mail/2019.userx +++ b/test/mail/2019.userx @@ -16,7 +16,7 @@ Received: from [ip4.ip4.ip4.ip4] (envelope-from <userx@test.ex>) id 10HmaY-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=C=UK,L=Cambridge,O=University of Cambridge,OU=Computing Service,CN=Philip Hazel +TLS: cipher=TLS1.0:RSA_AES_256_CBC_SHA1:256 peerdn=C=UK,O=The Exim Maintainers,OU=Test Suite,CN=Phil Pennock This is a test encrypted message from a verified host. |