summaryrefslogtreecommitdiffstats
path: root/ssl/t1_trce.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2017-02-26 01:16:30 +0000
committerDr. Stephen Henson <steve@openssl.org>2017-02-26 18:26:08 +0000
commit52434847b10858548f32be086d2855b4beb94a78 (patch)
tree4c7379321ad8664205e9451a1dbe0b999b8af4e9 /ssl/t1_trce.c
parentb9d71999b06cff481c40f87a6e512dbf6e5daa01 (diff)
Add ffdhe groups to trace output
Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2747)
Diffstat (limited to 'ssl/t1_trce.c')
-rw-r--r--ssl/t1_trce.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/ssl/t1_trce.c b/ssl/t1_trce.c
index 49299a3ce1..190be97eee 100644
--- a/ssl/t1_trce.c
+++ b/ssl/t1_trce.c
@@ -504,6 +504,11 @@ static ssl_trace_tbl ssl_groups_tbl[] = {
{27, "brainpoolP384r1"},
{28, "brainpoolP512r1"},
{29, "ecdh_x25519"},
+ {256, "ffdhe2048"},
+ {257, "ffdhe3072"},
+ {258, "ffdhe4096"},
+ {259, "ffdhe6144"},
+ {260, "ffdhe8192"},
{0xFF01, "arbitrary_explicit_prime_curves"},
{0xFF02, "arbitrary_explicit_char2_curves"}
};