summaryrefslogtreecommitdiff
path: root/test/scripts/5820-DANE-GnuTLS/5821
blob: 7f83a401bb118933246b389adbbc40b67a07d77a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# DANE client: ciphers option
#
gnutls
exim -DSERVER=server -bd -oX PORT_D
****

### Baseline, dane unused
exim -odf CALLER@localhost.test.ex
Testing
****
### Baseline, dane used
exim -odf CALLER@dane256ee.test.ex
Testing
****
#
#
### Dane cipher specified, dane unused
# Since dane unused, should get the same cipher as the baseline
exim -odf -DOPT=NORMAL:-CIPHER-ALL:+CAMELLIA-256-GCM CALLER@localhost.test.ex
Testing
****
### Dane cipher specified, dane used
# Should get the cipher specified here
exim -odf -DOPT=NORMAL:-CIPHER-ALL:+CAMELLIA-256-GCM CALLER@dane256ee.test.ex
Testing
****
#
#
killdaemon
no_msglog_check