提交 52434847 编写于 作者: D Dr. Stephen Henson

Add ffdhe groups to trace output

Reviewed-by: NRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2747)
上级 b9d71999
...@@ -504,6 +504,11 @@ static ssl_trace_tbl ssl_groups_tbl[] = { ...@@ -504,6 +504,11 @@ static ssl_trace_tbl ssl_groups_tbl[] = {
{27, "brainpoolP384r1"}, {27, "brainpoolP384r1"},
{28, "brainpoolP512r1"}, {28, "brainpoolP512r1"},
{29, "ecdh_x25519"}, {29, "ecdh_x25519"},
{256, "ffdhe2048"},
{257, "ffdhe3072"},
{258, "ffdhe4096"},
{259, "ffdhe6144"},
{260, "ffdhe8192"},
{0xFF01, "arbitrary_explicit_prime_curves"}, {0xFF01, "arbitrary_explicit_prime_curves"},
{0xFF02, "arbitrary_explicit_char2_curves"} {0xFF02, "arbitrary_explicit_char2_curves"}
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册