Re: modssl_load_engine_keypair() for server

2018-05-16 Thread zzz
Hi Joe, do you know what version of Apache init_server() was introduced? I am looking at two versions that appear in RHEL6/7 (2.2.15, 2.4.6) and neither of them have this function, or even the header file mod_ssl_openssl.h. On a related note, do you know what version of Apache will ship with

Re: modssl_load_engine_keypair() for server

2018-05-16 Thread zzz
Hi Joe, no I was not particularly aware of init_server() but I will take a look. Thanks. On 16 May 2018 at 18:55, Joe Orton wrote: > On Mon, May 14, 2018 at 08:48:52AM +1000, zzz wrote: > > Basically my use case is I want to construct (or obtain) an SSL_CTX from > > another

Re: modssl_load_engine_keypair() for server

2018-05-16 Thread Joe Orton
On Mon, May 14, 2018 at 08:48:52AM +1000, zzz wrote: > Basically my use case is I want to construct (or obtain) an SSL_CTX from > another server for an authorization module - partly to avoid having to deal > directly with loading encrypted certificates myself. Allowing Apache to "do > it's thing"

modssl_load_engine_keypair() for server

2018-05-13 Thread zzz
Hello I noticed this commit recently to mod_ssl by Joe Orton (notroj): *mod_ssl: Add support for loading TLS certificates through the PKCS#11 * https://github.com/apache/httpd/commit/9007b62ecc0ad59edb37ec5f267a08868064699c I am interested in something similar, but for servers (virtualhosts)