diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-06-10 21:33:06 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-06-10 21:33:06 +0100 |
commit | 28a169c6cdc03bfab1240724eae05ec061d22b20 (patch) | |
tree | 0475c59cbd595f3a83311375c43b15df9406019f | |
parent | f6f261e6d7e40eb25fb1bb17807ea59085e20813 (diff) |
Testsuite: additional EC encryptions seen
-rw-r--r-- | test/confs/2102 | 1 | ||||
-rw-r--r-- | test/confs/2119 | 1 | ||||
-rw-r--r-- | test/confs/2132 | 1 |
3 files changed, 3 insertions, 0 deletions
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}}>} \ |