git://git.exim.org
/
users
/
heiko
/
exim.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Testsuite: build a generic tls enabled client: client-anytls
[users/heiko/exim.git]
/
test
/
scripts
/
2000-GnuTLS
/
2040
1
# TLS server: uncork in pipelining mode
2
gnutls
3
exim -DSERVER=server -bd -oX PORT_D:PORT_S
4
****
5
client-gnutls 127.0.0.1 PORT_D
6
??? 220
7
EHLO rhu.barb
8
????250
9
STARTTLS
10
??? 220
11
EHLO rhu.barb
12
????250
13
>>> MAIL FROM:<>\r\nRCPT TO:test@example.com\r\n
14
??? 250 OK
15
??? 250 Accepted (rcpt via callout)
16
QUIT
17
??? 2
18
****
19
killdaemon