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/2103 | |
parent | ea792dac9f89e1a0b396e6c8982ff04afafe91be (diff) |
TLS: support multiple certificate files in server. Bug 2092
Diffstat (limited to 'test/stdout/2103')
-rw-r--r-- | test/stdout/2103 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/stdout/2103 b/test/stdout/2103 index f987fe59c..deb4e87e7 100644 --- a/test/stdout/2103 +++ b/test/stdout/2103 @@ -18,14 +18,14 @@ Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected ??? 220 <<< 220 TLS go ahead Attempting to start TLS -SSL connection using AES256-SHA +SSL connection using ke-RSA-AES256-SHAxx Succeeded in starting TLS >>> mail from:<userx@test.ex> ??? 250 <<< 250 OK >>> rcpt to:<userx@test.ex> ??? 550 -<<< 550 unacceptable cipher TLSv1:AES256-SHA:256 +<<< 550 unacceptable cipher TLSv1:ke-RSA-AES256-SHAxx:256 >>> quit ??? 221 <<< 221 myhost.test.ex closing connection @@ -50,7 +50,7 @@ Connecting to 127.0.0.1 port 1225 ... connected ??? 220 <<< 220 TLS go ahead Attempting to start TLS -SSL connection using AES256-SHA +SSL connection using ke-RSA-AES256-SHAxx Succeeded in starting TLS >>> helo rhu.barb ??? 250 |