mirror of
https://github.com/apache/httpd.git
synced 2025-08-15 23:27:39 +00:00
mod_ssl: Fix regression in r1914365 preventing pkcs11: key/cert lookup
via the ENGINE API without SSLCryptoDevice configured. * modules/ssl/ssl_engine_pphrase.c (modssl_load_keypair_engine): Return APR_ENOTIMPL if the ENGINE could not be loaded for the key. (modssl_load_engine_keypair): Always try loading via ENGINE (as prior to r1914365) but fall back to the STORE API for the new APR_ENOTIMPL case. Github: closes #480 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920597 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
2
changes-entries/modssl-engine-fallback.txt
Normal file
2
changes-entries/modssl-engine-fallback.txt
Normal file
@ -0,0 +1,2 @@
|
||||
*) mod_ssl: Restore support for loading PKCS#11 keys via ENGINE
|
||||
without "SSLCryptoDevice" configured. [Joe Orton]
|
Reference in New Issue
Block a user