summaryrefslogtreecommitdiffstats
path: root/test/recipes/70-test_tls13hrr.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/recipes/70-test_tls13hrr.t')
-rw-r--r--test/recipes/70-test_tls13hrr.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/70-test_tls13hrr.t b/test/recipes/70-test_tls13hrr.t
index 77daccae90..5892159414 100644
--- a/test/recipes/70-test_tls13hrr.t
+++ b/test/recipes/70-test_tls13hrr.t
@@ -58,7 +58,7 @@ $proxy->clear();
if (disabled("ec")) {
$proxy->serverflags("-curves ffdhe3072");
} else {
- $proxy->serverflags("-curves P-256");
+ $proxy->serverflags("-curves P-384");
}
$proxy->ciphersuitess("TLS_AES_128_GCM_SHA256:TLS_AES_256_GCM_SHA384");
$testtype = CHANGE_CH1_CIPHERSUITE;