From: Jeremy Harris Date: Wed, 10 Jun 2015 20:33:06 +0000 (+0100) Subject: Testsuite: additional EC encryptions seen X-Git-Tag: exim-4_86_RC2~1 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/28a169c6cdc03bfab1240724eae05ec061d22b20 Testsuite: additional EC encryptions seen --- diff --git a/test/confs/2102 b/test/confs/2102 index 293474a71..804a846bf 100644 --- a/test/confs/2102 +++ b/test/confs/2102 @@ -43,6 +43,7 @@ check_recipient: DHE-RSA-AES256-GCM-SHA384 : \ DHE_RSA_AES_256_CBC_SHA1 : \ DHE_RSA_3DES_EDE_CBC_SHA : \ + ECDHE-RSA-AES256-GCM-SHA384 : \ ECDHE-RSA-AES128-GCM-SHA256 warn logwrite = ${if def:tls_in_ourcert \ {Our cert SN: <${certextract{subject}{$tls_in_ourcert}}>} \ diff --git a/test/confs/2119 b/test/confs/2119 index 3714f97c6..7d382d9ac 100644 --- a/test/confs/2119 +++ b/test/confs/2119 @@ -42,6 +42,7 @@ check_recipient: DHE-RSA-AES256-GCM-SHA384:\ DHE_RSA_AES_256_CBC_SHA1:\ DHE_RSA_3DES_EDE_CBC_SHA:\ + ECDHE-RSA-AES256-GCM-SHA384:\ ECDHE-RSA-AES128-GCM-SHA256 accept diff --git a/test/confs/2132 b/test/confs/2132 index f2d67d9a7..11dc3ce21 100644 --- a/test/confs/2132 +++ b/test/confs/2132 @@ -42,6 +42,7 @@ check_recipient: DHE-RSA-AES256-GCM-SHA384 : \ DHE_RSA_AES_256_CBC_SHA1 : \ DHE_RSA_3DES_EDE_CBC_SHA : \ + ECDHE-RSA-AES256-GCM-SHA384 : \ ECDHE-RSA-AES128-GCM-SHA256 warn logwrite = ${if def:tls_in_ourcert \ {Our cert SN: <${certextract{subject}{$tls_in_ourcert}}>} \