提交 aa1e56b0 编写于 作者: B Bodo Möller

remove comment

Submitted by: Douglas Stebila
上级 7ef524ea
......@@ -526,14 +526,6 @@ int ssl_cert_type(X509 *x, EVP_PKEY *pkey)
}
}
#ifndef OPENSSL_NO_EC
/* As for ECC certificates, additional
* information (e.g. in the optional key usage X509v3
* extension) could be used when available to distinguish
* between ECDH and ECDSA certificates. For now, we do not
* make that distinction here. Instead, we shift the burden
* of checking for appropriate key usage to the SSL code
* responsible for sending/processing ECC certificates.
*/
else if (i == EVP_PKEY_EC)
{
ret = SSL_PKEY_ECC;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册