diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-11-27 20:50:28 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-11-27 20:55:13 +0000 |
commit | f94aac30115bc94f2a1c8e3536ad7d40e7e4f302 (patch) | |
tree | 486490c39265d9c88b4b358971e1a4fa6ba7c3f9 /test/confs | |
parent | 625f40fc27846bbb28fdd14fdc6941b99a431180 (diff) |
Testsuite: switch ciphersuite use
This is to accomodate RHEL 7, where openssl seems to not support ECDHE Kx + CAMELIA
nor any of the CHACHA20s, but does support DHE Kx + CAMELIA.
All we really wanted was something distinguishable from default
(which is commonly ECDHE-RSA-AUE256-GCM-SHA).
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/5841 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/confs/5841 b/test/confs/5841 index 98de91d76..ccecd7e1f 100644 --- a/test/confs/5841 +++ b/test/confs/5841 @@ -23,7 +23,7 @@ tls_certificate = ${if eq {SERVER}{server} {CDIR2/fullchain.pem}fail} tls_privatekey = ${if eq {SERVER}{server} {CDIR2/server1.example.com.unlocked.key}fail} # Permit two specific ciphers -tls_require_ciphers = ECDHE-RSA-CAMELLIA256-SHA384:ECDHE-RSA-AES256-GCM-SHA384 +tls_require_ciphers = DHE-RSA-CAMELLIA256-SHA:ECDHE-RSA-AES256-GCM-SHA384 # Force TLS1.2 so that the ciphers choice works |