git://git.exim.org
/
users
/
jgh
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Two-phase queue run perf: parallel processes for phase one
[users/jgh/exim.git]
/
test
/
scripts
/
2000-GnuTLS
/
2015
1
# TLS server: timeout or close after accepting STARTTLS
2
gnutls
3
exim -DSERVER=server -bd -oX PORT_D
4
****
5
client-gnutls 127.0.0.1 PORT_D
6
??? 220
7
ehlo timeout.rhu.barb
8
??? 250-
9
??? 250-
10
??? 250-
11
??? 250-
12
??? 250-
13
??? 250
14
starttls_wait
15
??? 220
16
+++ 2
17
??? 421
18
****
19
client-gnutls 127.0.0.1 PORT_D
20
??? 220
21
ehlo close.rhu.barb
22
??? 250-
23
??? 250-
24
??? 250-
25
??? 250-
26
??? 250-
27
??? 250
28
starttls_wait
29
??? 220
30
****
31
millisleep 500
32
killdaemon