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
/
2031
1
# TLS server: SNI used to select certificate
2
gnutls
3
exim -DSERVER=server -bd -oX PORT_D
4
****
5
# Extended: certificate choice is unchanged by received SNI
6
exim CALLER@test.ex
7
Test message.
8
****
9
sleep 1
10
#
11
#
12
# Extended: server uses SNI to choose certificate
13
exim abcd@test.ex
14
Test message.
15
****
16
sleep 1
17
#
18
#
19
killdaemon