Mailing List Archive

[Bug 60899] provide utility function to return a servers SSL_CTX object
https://bz.apache.org/bugzilla/show_bug.cgi?id=60899

Joe Orton <jorton@redhat.com> changed:

What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |CLOSED
Status|NEW |RESOLVED

--- Comment #1 from Joe Orton <jorton@redhat.com> ---
You should be able to do this using the hook exposed by mod_ssl_openssl.h:

APR_DECLARE_EXTERNAL_HOOK(ssl, SSL, int, init_server,
(server_rec *s, apr_pool_t *p, int is_proxy, SSL_CTX
*ctx))

--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org