summaryrefslogtreecommitdiff
path: root/test/scripts/5820-DANE-GnuTLS
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2020-09-20 23:40:40 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2020-09-20 23:40:40 +0100
commit2377e1d8c7263b4f83aa714e4c8c315babb57c6a (patch)
tree30349fa39aad2c80bf49359f630770096ef267bf /test/scripts/5820-DANE-GnuTLS
parenta0093024fe0f1c50705f5463832ae04eea64dd97 (diff)
Testsuite: avoid cipher vs. cert validity problem
Diffstat (limited to 'test/scripts/5820-DANE-GnuTLS')
-rw-r--r--test/scripts/5820-DANE-GnuTLS/58214
1 files changed, 2 insertions, 2 deletions
diff --git a/test/scripts/5820-DANE-GnuTLS/5821 b/test/scripts/5820-DANE-GnuTLS/5821
index 7f83a401b..94f23ce19 100644
--- a/test/scripts/5820-DANE-GnuTLS/5821
+++ b/test/scripts/5820-DANE-GnuTLS/5821
@@ -16,12 +16,12 @@ 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
+exim -odf -DOPT=NORMAL:-CIPHER-ALL:+AES-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
+exim -odf -DOPT=NORMAL:-CIPHER-ALL:+AES-256-GCM CALLER@dane256ee.test.ex
Testing
****
#