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

emit "ECDHE" instead of "EECDH" for kX packet trace output

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