mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
Drop support for the RSA BSAFE SSL-C toolkit from configure,
and remove #ifdef'ed code from mod_ssl and ab where applicable. Consensus for dropping support for SSL/TLS toolkits other than OpenSSL was reached on dev@httpd in June 2010 (message with ID <20100602162310.GA11156@redhat.com> and follow-ups). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1154683 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1671,11 +1671,8 @@ int ssl_callback_SSLVerify_CRL(int ok, X509_STORE_CTX *ctx, conn_rec *c)
|
||||
*/
|
||||
pubkey = X509_get_pubkey(cert);
|
||||
rc = X509_CRL_verify(crl, pubkey);
|
||||
#ifdef OPENSSL_VERSION_NUMBER
|
||||
/* Only refcounted in OpenSSL */
|
||||
if (pubkey)
|
||||
EVP_PKEY_free(pubkey);
|
||||
#endif
|
||||
if (rc <= 0) {
|
||||
ap_log_error(APLOG_MARK, APLOG_WARNING, 0, s,
|
||||
"Invalid signature on CRL");
|
||||
|
Reference in New Issue
Block a user