Testsuite: Add testcase for OCSP-nonaware client, to supporting server. Bug 1664
[exim.git] / test / stdout / 2119
1 Connecting to 127.0.0.1 port 1225 ... connected
2 Attempting to start TLS
3 SSL info: before/connect initialization
4 SSL info: before/connect initialization
5 SSL info: SSLv3 read server hello A
6 SSL info: SSLv3 read server certificate A
7 SSL info: SSLv3 read server done A
8 SSL info: SSLv3 write client key exchange A
9 SSL info: SSLv3 write change cipher spec A
10 SSL info: SSLv3 write finished A
11 SSL info: SSLv3 flush data
12 SSL info: SSLv3 read server session ticket A
13 SSL info: SSLv3 read finished A
14 SSL info: SSL negotiation finished successfully
15 SSL info: SSL negotiation finished successfully
16 SSL connection using AES256-SHA
17 Succeeded in starting TLS
18 ??? 220
19 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
20 >>> ehlo rhu.barb
21 ??? 250-
22 <<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
23 ??? 250-
24 <<< 250-SIZE 52428800
25 ??? 250-
26 <<< 250-8BITMIME
27 ??? 250-
28 <<< 250-PIPELINING
29 ??? 250
30 <<< 250 HELP
31 >>> mail from:<userx@test.ex>
32 ??? 250
33 <<< 250 OK
34 >>> rcpt to:<userx@test.ex>
35 ??? 250
36 <<< 250 Accepted
37 >>> DATA
38 ??? 3
39 <<< 354 Enter message, ending with "." on a line by itself
40 >>> This is a test encrypted message.
41 >>> .
42 ??? 250
43 <<< 250 OK id=10HmaX-0005vi-00
44 >>> quit
45 ??? 221
46 <<< 221 myhost.test.ex closing connection
47 End of script
48 Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
49 Certificate file = aux-fixed/cert2
50 Key file = aux-fixed/cert2
51 Attempting to start TLS
52 SSL info: before/connect initialization
53 SSL info: before/connect initialization
54 SSL info: SSLv3 read server hello A
55 SSL info: SSLv3 read server certificate A
56 SSL info: SSLv3 read server certificate request A
57 SSL info: SSLv3 read server done A
58 SSL info: SSLv3 write client certificate A
59 SSL info: SSLv3 write client key exchange A
60 SSL info: SSLv3 write certificate verify A
61 SSL info: SSLv3 write change cipher spec A
62 SSL info: SSLv3 write finished A
63 SSL info: SSLv3 flush data
64 SSL info: SSLv3 read server session ticket A
65 SSL info: SSLv3 read finished A
66 SSL info: SSL negotiation finished successfully
67 SSL info: SSL negotiation finished successfully
68 SSL connection using AES256-SHA
69 Succeeded in starting TLS
70 ??? 220
71 <<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
72 >>> mail from:<userx@test.ex>
73 ??? 250
74 <<< 250 OK
75 >>> rcpt to:<userx@test.ex>
76 ??? 250
77 <<< 250 Accepted
78 >>> DATA
79 ??? 3
80 <<< 354 Enter message, ending with "." on a line by itself
81 >>> This is a test encrypted message from a verified host.
82 >>> .
83 ??? 250
84 <<< 250 OK id=10HmaY-0005vi-00
85 >>> quit
86 ??? 221
87 <<< 221 myhost.test.ex closing connection
88 End of script