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 for an SSL enabled server. >

Re: [request] public API to SSL_CTX from mod_ssl

2017-03-21 Thread William A Rowe Jr
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 for an SSL enabled server. > > Access to that object is currently through the SSLSrvConfigRe

[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