diff options
author | Phil Pennock <pdp@exim.org> | 2012-05-27 10:57:32 -0400 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2012-05-27 10:57:32 -0400 |
commit | 1508acb8629a6ac1517ab524a9f29257a2335d5e (patch) | |
tree | 1dbb90a80aca10e43e947ea0bf3c54c6879bf5f5 /test/confs | |
parent | cb66e5ee237d34f906e5b7a8907f6b0e6ad69a58 (diff) |
Test: update for new tls_dhparam
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/2000 | 2 | ||||
-rw-r--r-- | test/confs/2102 | 1 | ||||
-rw-r--r-- | test/confs/2119 | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/test/confs/2000 b/test/confs/2000 index b1999124e..06e5a153c 100644 --- a/test/confs/2000 +++ b/test/confs/2000 @@ -21,6 +21,8 @@ queue_only queue_run_in_order tls_advertise_hosts = * +# needed to force generation +tls_dhparam = historic # Set certificate only if server diff --git a/test/confs/2102 b/test/confs/2102 index 83180721a..f43e5c2c7 100644 --- a/test/confs/2102 +++ b/test/confs/2102 @@ -38,6 +38,7 @@ check_recipient: AES256-GCM-SHA384 : \ IDEA-CBC-MD5 : \ DES-CBC3-SHA : \ + DHE-RSA-AES256-GCM-SHA384 : \ DHE_RSA_AES_256_CBC_SHA1 : \ DHE_RSA_3DES_EDE_CBC_SHA accept diff --git a/test/confs/2119 b/test/confs/2119 index c5182a14e..8cc6874c3 100644 --- a/test/confs/2119 +++ b/test/confs/2119 @@ -38,6 +38,7 @@ check_recipient: AES256-GCM-SHA384:\ IDEA-CBC-MD5:\ DES-CBC3-SHA:\ + DHE-RSA-AES256-GCM-SHA384:\ DHE_RSA_AES_256_CBC_SHA1:\ DHE_RSA_3DES_EDE_CBC_SHA accept |