diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-03-19 21:16:37 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-03-19 21:16:37 +0000 |
commit | 24c83d149054570a727c6229adc611c9e9cf1064 (patch) | |
tree | f8c6044e7e75e5ccaee8af21a7e63099fcc4fabb /test/confs | |
parent | dc4dc04e65b8011b9242c47099ab1f87f5143b3e (diff) |
Fix testcase for GnuTLS tls_require_ciphers
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/2025 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/confs/2025 b/test/confs/2025 index b84407202..c19f65e9d 100644 --- a/test/confs/2025 +++ b/test/confs/2025 @@ -23,7 +23,7 @@ queue_run_in_order tls_advertise_hosts = * tls_require_ciphers = ${if eq{$sender_host_address}{HOSTIPV4}\ - {IDEA-CBC-MD5}{!RSA_AES_256:DES-CBC3-SHA}} + {NONE}{SECURE256}} # Set certificate only if server |