New testcase output from SSL library.
[exim.git] / test / stdout / 3464
1 Connecting to 127.0.0.1 port 1225 ... connected
2 ??? 220
3 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
4 >>> ehlo foobar
5 ??? 250-
6 <<< 250-myhost.test.ex Hello foobar [127.0.0.1]
7 ??? 250-
8 <<< 250-SIZE 52428800
9 ??? 250-
10 <<< 250-PIPELINING
11 ??? 250-
12 <<< 250-AUTH PLAIN
13 ??? 250-
14 <<< 250-STARTTLS
15 ??? 250
16 <<< 250 HELP
17 >>> starttls
18 ??? 220
19 <<< 220 TLS go ahead
20 Attempting to start TLS
21 SSL info: before/connect initialization
22 SSL info: before/connect initialization
23 SSL info: SSLv2/v3 write client hello A
24 SSL info: SSLv3 read server hello A
25 SSL info: SSLv3 read server certificate A
26 SSL info: SSLv3 read server done A
27 SSL info: SSLv3 write client key exchange A
28 SSL info: SSLv3 write change cipher spec A
29 SSL info: SSLv3 write finished A
30 SSL info: SSLv3 flush data
31 SSL info: SSLv3 read server session ticket A
32 SSL info: SSLv3 read finished A
33 SSL info: SSL negotiation finished successfully
34 SSL info: SSL negotiation finished successfully
35 SSL connection using AES256-SHA
36 Succeeded in starting TLS
37 >>> auth plain AHVzZXJ4AHNlY3JldA==
38 ??? 503
39 <<< 503 AUTH command used when not advertised
40 End of script
41 Connecting to 127.0.0.1 port 1225 ... connected
42 ??? 220
43 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
44 >>> ehlo foobar
45 ??? 250-
46 <<< 250-myhost.test.ex Hello foobar [127.0.0.1]
47 ??? 250-
48 <<< 250-SIZE 52428800
49 ??? 250-
50 <<< 250-PIPELINING
51 ??? 250-
52 <<< 250-AUTH PLAIN
53 ??? 250-
54 <<< 250-STARTTLS
55 ??? 250
56 <<< 250 HELP
57 >>> starttls
58 ??? 220
59 <<< 220 TLS go ahead
60 Attempting to start TLS
61 SSL info: before/connect initialization
62 SSL info: before/connect initialization
63 SSL info: SSLv2/v3 write client hello A
64 SSL info: SSLv3 read server hello A
65 SSL info: SSLv3 read server certificate A
66 SSL info: SSLv3 read server done A
67 SSL info: SSLv3 write client key exchange A
68 SSL info: SSLv3 write change cipher spec A
69 SSL info: SSLv3 write finished A
70 SSL info: SSLv3 flush data
71 SSL info: SSLv3 read server session ticket A
72 SSL info: SSLv3 read finished A
73 SSL info: SSL negotiation finished successfully
74 SSL info: SSL negotiation finished successfully
75 SSL connection using AES256-SHA
76 Succeeded in starting TLS
77 >>> ehlo foobar
78 ??? 250-
79 <<< 250-myhost.test.ex Hello foobar [127.0.0.1]
80 ??? 250-
81 <<< 250-SIZE 52428800
82 ??? 250-
83 <<< 250-PIPELINING
84 ??? 250-
85 <<< 250-AUTH PLAIN
86 ??? 250
87 <<< 250 HELP
88 >>> auth plain AHVzZXJ4AHNlY3JldA==
89 ??? 235
90 <<< 235 Authentication succeeded
91 >>> quit
92 ??? 221
93 <<< 221 myhost.test.ex closing connection
94 End of script