diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-01-18 15:35:42 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-01-18 15:35:42 +0000 |
commit | 83da1223921fe30362e8374951360dcc8f21c4e7 (patch) | |
tree | 174a4beafbf240347d2ecad6d35640469baf96e8 /test/confs | |
parent | 7b90bba702ae0f7267931524c4c523c4ee9d46b6 (diff) |
Add gnutls_require_{kx,mac,protocols}.
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/2011 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/test/confs/2011 b/test/confs/2011 index f5f707eb1..334ca894f 100644 --- a/test/confs/2011 +++ b/test/confs/2011 @@ -1,6 +1,10 @@ # Exim test configuration 2011 SERVER = +CREQCIP = +CREQMAC = +SREQCIP = +SREQMAC = exim_path = EXIM_PATH host_lookup_order = bydns @@ -28,6 +32,9 @@ tls_privatekey = ${if eq {SERVER}{server}{DIR/aux-fixed/cert1}fail} tls_verify_hosts = * tls_verify_certificates = ${if eq {SERVER}{server}{DIR/aux-fixed/cert2}fail} +SREQCIP +SREQMAC + # ----- Routers ----- @@ -52,7 +59,7 @@ send_to_server: port = PORT_D tls_certificate = DIR/aux-fixed/cert2 tls_privatekey = DIR/aux-fixed/cert2 - tls_require_ciphers = IDEA-CBC-MD5 \ - ${if eq{$host_address}{127.0.0.1}{:DES-CBC3-SHA:RSA_ARCFOUR_SHA}} + CREQCIP + CREQMAC # End |