summaryrefslogtreecommitdiff
path: root/test/scripts/5710-GnuTLS-events/5711
blob: 6817c8c29859444efa7bb69e5a131d3f7a822676 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# smtp-on-connect drop-before-tls-accept
#
exim -DSERVER=server -tls-on-connect -bd -oX PORT_D:PORT_D2:PORT_D3:PORT_D4
****
#
# Normal, full connect and quit
client-anytls -tls-on-connect 127.0.0.1 PORT_D
??? 220
quit
??? 221
****
#
# full connect but no quit
client-anytls -tls-on-connect 127.0.0.1 PORT_D
??? 220
****
#
# server rejects using host_reject_connection option
client-anytls -tls-on-connect 127.0.0.1 PORT_D2
???*
****
#
# server rejects using conn ACL
client-anytls -tls-on-connect 127.0.0.1 PORT_D3
???*
****
#
# server fails banner expansion
client-anytls -tls-on-connect 127.0.0.1 PORT_D4
???*
****
#
# client disconnects before server TLS accept completes
client 127.0.0.1 PORT_D
+++ 1
****
#
sleep 1
killdaemon