2dc94ebe0ddeaba29f9820bd8f1582f2104a5130
[exim.git] / test / scripts / 5840-DANE-OpenSSL / 5841
1 # DANE client: ciphers option
2 #
3 exim -DSERVER=server -bd -oX PORT_D
4 ****
5
6 ### Baseline, dane unused
7 exim -odf CALLER@localhost.test.ex
8 Testing
9 ****
10 ### Baseline, dane used
11 exim -odf CALLER@dane256ee.test.ex
12 Testing
13 ****
14 #
15 #
16 ### Dane cipher specified, dane unused
17 # Since dane unused, should get the same cipher as the baseline
18 exim -odf -DLIST=DHE-RSA-CAMELLIA256-SHA CALLER@localhost.test.ex
19 Testing
20 ****
21 ### Dane cipher specified, dane used
22 # Should get the cipher specified here
23 exim -odf -DLIST=DHE-RSA-CAMELLIA256-SHA CALLER@dane256ee.test.ex
24 Testing
25 ****
26 #
27 #
28 killdaemon
29 no_msglog_check