From 038597d295fa0ebd48ed4c00a6dfff0f30a2353a Mon Sep 17 00:00:00 2001 From: Phil Pennock Date: Tue, 26 May 2015 10:48:46 +0100 Subject: TLS: Enable ECDHE on OpenSSL, just the NIST P-256 curve. Bug 1397 Original by Phil Pennock; tweaked by JH. --- test/confs/2119 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/confs/2119') 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 -- cgit v1.2.3