diff options
author | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2015-08-19 16:43:35 +0200 |
---|---|---|
committer | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2015-08-19 16:43:35 +0200 |
commit | db333d1af8c0b3038689f764aad2510fddf8b613 (patch) | |
tree | 63272f11fcb86a1a43161235a78462f20b6ccb8a /test/stdout | |
parent | 6b51df8340eacc95e3def9a4376506610e91996c (diff) |
Testsuite: Update debian8 flavour for 5600
Diffstat (limited to 'test/stdout')
-rw-r--r-- | test/stdout/5600.debian8 | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/test/stdout/5600.debian8 b/test/stdout/5600.debian8 index 804b1556e..039f5152f 100644 --- a/test/stdout/5600.debian8 +++ b/test/stdout/5600.debian8 @@ -97,3 +97,44 @@ SSL info: SSL negotiation finished successfully SSL connection using AES256-SHA Succeeded in starting TLS End of script +Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected +Certificate file = aux-fixed/cert2 +Key file = aux-fixed/cert2 +??? 220 +<<< 220 server1.example.com ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000 +>>> ehlo rhu.barb +??? 250- +<<< 250-server1.example.com Hello rhu.barb [ip4.ip4.ip4.ip4] +??? 250- +<<< 250-SIZE 52428800 +??? 250- +<<< 250-8BITMIME +??? 250- +<<< 250-PIPELINING +??? 250- +<<< 250-STARTTLS +??? 250 +<<< 250 HELP +>>> starttls +??? 220 +<<< 220 TLS go ahead +Attempting to start TLS +SSL info: before/connect initialization +SSL info: before/connect initialization +SSL info: SSL negotiation finished successfully +SSL info: SSL negotiation finished successfully +SSL connection using AES256-SHA +Succeeded in starting TLS +>>> ehlo rhu.barb.tls +??? 250- +<<< 250-server1.example.com Hello rhu.barb.tls [ip4.ip4.ip4.ip4] +??? 250- +<<< 250-SIZE 52428800 +??? 250- +<<< 250-8BITMIME +??? 250- +<<< 250-PIPELINING +??? 250 +<<< 250 HELP +>>> quit +End of script |