DANE: smtp transport option dane_require_tls_ciphers
[exim.git] / test / scripts / 5820-DANE-GnuTLS / 5821
1 # DANE client: ciphers option
2 #
3 gnutls
4 exim -DSERVER=server -bd -oX PORT_D
5 ****
6
7 ### Baseline, dane unused
8 exim -odf CALLER@localhost.test.ex
9 Testing
10 ****
11 ### Baseline, dane used
12 exim -odf CALLER@dane256ee.test.ex
13 Testing
14 ****
15 #
16 #
17 ### Dane cipher specified, dane unused
18 # Since dane unused, should get the same cipher as the baseline
19 exim -odf -DOPT=NONE:+VERS-TLS-ALL:+MAC-ALL:+RSA:+CAMELLIA-256-GCM:+SIGN-ALL:+COMP-NULL CALLER@localhost.test.ex
20 Testing
21 ****
22 ### Dane cipher specified, dane used
23 # Should get the cipher specified here
24 exim -odf -DOPT=NONE:+VERS-TLS-ALL:+MAC-ALL:+RSA:+CAMELLIA-256-GCM:+SIGN-ALL:+COMP-NULL CALLER@dane256ee.test.ex
25 Testing
26 ****
27 #
28 #
29 killdaemon
30 no_msglog_check