Hi,

Can anyone please help...

If I want to write an Apache HTTP server module that will intercept a
client's X.509 certificate, do some processing before releasing the
certificate to the application server, how do I:
1) hook this module to the Apache server's module table
2) Having hooked the module, how do I set up handler to make the
interception to have server-wide scope
3) In my to-be-created module, I suppose I have to write a handler that
will accept the request_rec as the only parameter. How do I get to the
X.509 certificate from the request_rec? Do I have to use openssl APIs?

Are there any such modules written already? If so, can you share?

Regards,
Sammy

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to