Adding SSL support to mod_webapp

2001-10-18 Thread jean-frederic clere
Hi, I have started to add SSL support to mod_webapp. I have prepared a test patch for client certificates, it works. I will now add the missing part and improve it a little: Storing the ssl_cert and other in a substructure of wa_request instead directly in wa_request. Something like: +++

Re: Adding SSL support to mod_webapp

2001-10-18 Thread Pier Fumagalli
jean-frederic clere at [EMAIL PROTECTED] wrote: Hi, I have started to add SSL support to mod_webapp. I have prepared a test patch for client certificates, it works. I will now add the missing part and improve it a little: Storing the ssl_cert and other in a substructure of wa_request

Re: Adding SSL support to mod_webapp

2001-10-18 Thread jean-frederic clere
Pier Fumagalli wrote: jean-frederic clere at [EMAIL PROTECTED] wrote: Hi, I have started to add SSL support to mod_webapp. I have prepared a test patch for client certificates, it works. I will now add the missing part and improve it a little: Storing the ssl_cert and other in