提交 75cb3771 编写于 作者: D Daniel Kahn Gillmor 提交者: Dr. Stephen Henson

emit "DHE" instead of "edh" for kX packet trace output

other parts of packet tracing emit the standard "DHE" label instead of
"edh".  This change brings the output of ssl_print_client_keyex() and
ssl_print_server_keyex() into accordance with the standard term.
上级 7988163c
...@@ -812,7 +812,7 @@ static int ssl_get_keyex(const char **pname, SSL *ssl) ...@@ -812,7 +812,7 @@ static int ssl_get_keyex(const char **pname, SSL *ssl)
} }
if (alg_k & SSL_kEDH) if (alg_k & SSL_kEDH)
{ {
*pname = "edh"; *pname = "DHE";
return SSL_kEDH; return SSL_kEDH;
} }
if (alg_k & SSL_kECDHE) if (alg_k & SSL_kECDHE)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册