diff options
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/2102 | 3 | ||||
-rw-r--r-- | test/confs/2119 | 3 | ||||
-rw-r--r-- | test/confs/2132 | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/test/confs/2102 b/test/confs/2102 index 38441e9d6..293474a71 100644 --- a/test/confs/2102 +++ b/test/confs/2102 @@ -42,7 +42,8 @@ check_recipient: DHE-RSA-AES256-SHA : \ DHE-RSA-AES256-GCM-SHA384 : \ DHE_RSA_AES_256_CBC_SHA1 : \ - DHE_RSA_3DES_EDE_CBC_SHA + DHE_RSA_3DES_EDE_CBC_SHA : \ + ECDHE-RSA-AES128-GCM-SHA256 warn logwrite = ${if def:tls_in_ourcert \ {Our cert SN: <${certextract{subject}{$tls_in_ourcert}}>} \ {We did not present a cert}} diff --git a/test/confs/2119 b/test/confs/2119 index de1cd2e22..3714f97c6 100644 --- a/test/confs/2119 +++ b/test/confs/2119 @@ -41,7 +41,8 @@ check_recipient: DHE-RSA-AES256-SHA:\ DHE-RSA-AES256-GCM-SHA384:\ DHE_RSA_AES_256_CBC_SHA1:\ - DHE_RSA_3DES_EDE_CBC_SHA + DHE_RSA_3DES_EDE_CBC_SHA:\ + ECDHE-RSA-AES128-GCM-SHA256 accept diff --git a/test/confs/2132 b/test/confs/2132 index 2b06d6c4a..f2d67d9a7 100644 --- a/test/confs/2132 +++ b/test/confs/2132 @@ -41,7 +41,8 @@ check_recipient: DHE-RSA-AES256-SHA : \ DHE-RSA-AES256-GCM-SHA384 : \ DHE_RSA_AES_256_CBC_SHA1 : \ - DHE_RSA_3DES_EDE_CBC_SHA + DHE_RSA_3DES_EDE_CBC_SHA : \ + ECDHE-RSA-AES128-GCM-SHA256 warn logwrite = ${if def:tls_in_ourcert \ {Our cert SN: <${certextract{subject}{$tls_in_ourcert}}>} \ {We did not present a cert}} |