Testsuite: avoid time-quantization issue
[exim.git] / test / stdout / 2132.openssl_1_1_1
CommitLineData
fd3cf789
JH
1### Should accept message
2Connecting to 127.0.0.1 port 1225 ... connected
3??? 220
4<<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
5>>> ehlo rhu.barb
6??? 250-
7<<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
8??? 250-
9<<< 250-SIZE 52428800
10??? 250-
11<<< 250-8BITMIME
12??? 250-
13<<< 250-PIPELINING
14??? 250-
15<<< 250-STARTTLS
16??? 250
17<<< 250 HELP
18>>> starttls
19??? 220
20<<< 220 TLS go ahead
21Attempting to start TLS
22SSL connection using ke-RSA-AES256-SHA
23Succeeded in starting TLS
24>>> mail from:<CALLER@test.ex>
25??? 250
26<<< 250 OK
27>>> rcpt to:<CALLER@test.ex>
28??? 250
29<<< 250 Accepted
30>>> DATA
31??? 3
32<<< 354 Enter message, ending with "." on a line by itself
33>>> This is a test encrypted message.
34>>> .
35??? 250
36<<< 250 OK id=10HmaX-0005vi-00
37>>> quit
38??? 221
39<<< 221 myhost.test.ex closing connection
40End of script
41### Should accept message (with a difficult env-from)
42Connecting to 127.0.0.1 port 1225 ... connected
43??? 220
44<<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
45>>> ehlo rhu.barb
46??? 250-
47<<< 250-myhost.test.ex Hello rhu.barb [127.0.0.1]
48??? 250-
49<<< 250-SIZE 52428800
50??? 250-
51<<< 250-8BITMIME
52??? 250-
53<<< 250-PIPELINING
54??? 250-
55<<< 250-STARTTLS
56??? 250
57<<< 250 HELP
58>>> starttls
59??? 220
60<<< 220 TLS go ahead
61Attempting to start TLS
62SSL connection using ke-RSA-AES256-SHA
63Succeeded in starting TLS
64>>> mail from:<"name with spaces"@test.ex>
65??? 250
66<<< 250 OK
67>>> rcpt to:<CALLER@test.ex>
68??? 250
69<<< 250 Accepted
70>>> DATA
71??? 3
72<<< 354 Enter message, ending with "." on a line by itself
73>>> This is a test encrypted message.
74>>> .
75??? 250
76<<< 250 OK id=10HmaY-0005vi-00
77>>> quit
78??? 221
79<<< 221 myhost.test.ex closing connection
80End of script
81### client cert verify required; none given
82Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
83??? 220
84<<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
85>>> ehlo rhu.barb
86??? 250-
87<<< 250-myhost.test.ex Hello rhu.barb [ip4.ip4.ip4.ip4]
88??? 250-
89<<< 250-SIZE 52428800
90??? 250-
91<<< 250-8BITMIME
92??? 250-
93<<< 250-PIPELINING
94??? 250-
95<<< 250-STARTTLS
96??? 250
97<<< 250 HELP
98>>> starttls
99??? 220
100<<< 220 TLS go ahead
101Attempting to start TLS
102SSL connection using ke-RSA-AES256-SHA
103Succeeded in starting TLS
104>>> noop
105????554
106error:dddddddd:SSL routines:ssl3_read_bytes:tlsv13 alert certificate required
107TLS terminated
108>>> noop
109??? 554
110<<< 554 Security failure
111End of script
112### client cert verify required; good one supplied
113Connecting to ip4.ip4.ip4.ip4 port 1225 ... connected
114Certificate file = TESTSUITE/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.pem
115Key file = TESTSUITE/aux-fixed/exim-ca/example.com/server1.example.com/server1.example.com.unlocked.key
116??? 220
117<<< 220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
118>>> ehlo rhu.barb
119??? 250-
120<<< 250-myhost.test.ex Hello rhu.barb [ip4.ip4.ip4.ip4]
121??? 250-
122<<< 250-SIZE 52428800
123??? 250-
124<<< 250-8BITMIME
125??? 250-
126<<< 250-PIPELINING
127??? 250-
128<<< 250-STARTTLS
129??? 250
130<<< 250 HELP
131>>> starttls
132??? 220
133<<< 220 TLS go ahead
134Attempting to start TLS
135SSL connection using ke-RSA-AES256-SHA
136Succeeded in starting TLS
137>>> mail from:<CALLER@test.ex>
138??? 250
139<<< 250 OK
140>>> rcpt to:<CALLER@test.ex>
141??? 250
142<<< 250 Accepted
143>>> DATA
144??? 3
145<<< 354 Enter message, ending with "." on a line by itself
146>>> This is a test encrypted message from a verified host.
147>>> .
148??? 250
149<<< 250 OK id=10HmaZ-0005vi-00
150>>> quit
151??? 221
152<<< 221 myhost.test.ex closing connection
153End of script
154
155**** SMTP testing session as if from host 10.0.0.1
156**** but without any ident (RFC 1413) callback.
157**** This is not for real!
158
159220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000\r
160503 STARTTLS command used when not advertised\r
161221 myhost.test.ex closing connection\r
162
163******** SERVER ********
164### Should accept message
165### Should accept message (with a difficult env-from)
166### client cert verify required; none given
167### client cert verify required; good one supplied