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