git://git.exim.org
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix build with DISABLE_EVENT (proper spelling)
[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
??? 250
16
starttls
17
??? 220
18
+++ 3
19
****
20
#
21
# bad TLS negotiation case
22
client 127.0.0.1 PORT_D
23
??? 220
24
ehlo rhu2.barb
25
??? 250-
26
??? 250-
27
??? 250-
28
??? 250-
29
??? 250-
30
??? 250-
31
??? 250
32
starttls
33
??? 220
34
bogus
35
****
36
millisleep 500
37
killdaemon