diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-11-07 16:09:28 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-11-07 16:09:28 +0000 |
commit | ba86e143c7aeb0d70ea4c9d73a617a98f06f6baa (patch) | |
tree | 13d8b028088d6aec1b1436dcf3ad48addaf516fd /test/stdout/2119 | |
parent | ea792dac9f89e1a0b396e6c8982ff04afafe91be (diff) |
TLS: support multiple certificate files in server. Bug 2092
Diffstat (limited to 'test/stdout/2119')
-rw-r--r-- | test/stdout/2119 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/stdout/2119 b/test/stdout/2119 index 5fffd603a..d5a9abd7b 100644 --- a/test/stdout/2119 +++ b/test/stdout/2119 @@ -1,6 +1,6 @@ Connecting to 127.0.0.1 port 1225 ... connected Attempting to start TLS -SSL connection using AES256-SHA +SSL connection using ke-RSA-AES256-SHAxx Succeeded in starting TLS ??? 220 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000 @@ -36,7 +36,7 @@ Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected Certificate file = aux-fixed/cert2 Key file = aux-fixed/cert2 Attempting to start TLS -SSL connection using AES256-SHA +SSL connection using ke-RSA-AES256-SHAxx Succeeded in starting TLS ??? 220 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000 |