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) ins

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 > > anothe

Re: modssl_load_engine_keypair() for server

2018-05-16 Thread zzz
RHEL8? 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 server for an authorization module - partly to avoid having to > deal > &g

[request] public API to SSL_CTX from mod_ssl

2017-03-21 Thread zzz
I am prototyping an Apache module that performs certain security compliance checks, one aspect of which requires access to the SSL_CTX that mod_ssl creates for an SSL enabled server. Access to that object is currently through the SSLSrvConfigRec->server and modssl_ctx_t->ssl_ctx structures, which

Re: [request] public API to SSL_CTX from mod_ssl

2017-03-21 Thread zzz
On 22 March 2017 at 10:26, William A Rowe Jr wrote: > On Tue, Mar 21, 2017 at 6:08 PM, zzz wrote: > > I am prototyping an Apache module that performs certain security > compliance > > checks, one aspect of which requires access to the SSL_CTX that mod_ssl > > creates f