Loading ssl/s3_both.c +0 −8 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
ssl/s3_both.c +0 −8 Original line number Diff line number Diff line Loading @@ -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; Loading