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
appendfile: tidying
[users/jgh/exim.git]
/
test
/
scripts
/
2000-GnuTLS
/
2034
1
# TLS server: error in TLS session startup
2
gnutls
3
exim -DSERVER=server -bd -oX PORT_D
4
****
5
# timeout case
6
client 127.0.0.1 PORT_D
7
??? 220
8
ehlo rhu1.barb
9
??? 250-
10
??? 250-
11
??? 250-
12
??? 250-
13
??? 250-
14
??? 250
15
starttls
16
??? 220
17
+++ 3
18
****
19
#
20
# bad TLS negotiation case
21
client 127.0.0.1 PORT_D
22
??? 220
23
ehlo rhu2.barb
24
??? 250-
25
??? 250-
26
??? 250-
27
??? 250-
28
??? 250-
29
??? 250
30
starttls
31
??? 220
32
bogus
33
****
34
millisleep 500
35
killdaemon