AW: OCSP stapling in mod_ssl - use as OCSP cache for client authentication

2009-09-22 Thread Natanael Mignon - michael-wessel . de
After some time off (off this topic, at least), I am now trying to work my way through the stapling code and the mechanisms of caching in mod_ssl. Phew... I had expected this to be a little more straight forward even for a non-C-guru like me. *sigh* ;) My favourite place to have the OCSP cachin

Re: AW: OCSP stapling in mod_ssl - use as OCSP cache for client authentication

2009-09-11 Thread William A. Rowe, Jr.
Natanael Mignon - michael-wessel.de wrote: >> -Ursprüngliche Nachricht- >> Von: Dr Stephen Henson [mailto:shen...@oss-institute.org] >> >> If that's correct then you could reuse some of the OCSP response query >> and >> caching code in the stapling patch. It implements similar >> functional

AW: OCSP stapling in mod_ssl - use as OCSP cache for client authentication

2009-09-11 Thread Natanael Mignon - michael-wessel . de
> -Ursprüngliche Nachricht- > Von: Dr Stephen Henson [mailto:shen...@oss-institute.org] > Gesendet: Freitag, 11. September 2009 11:46 > An: dev@httpd.apache.org > Betreff: Re: OCSP stapling in mod_ssl - use as OCSP cache for client > authentication > > Now to the actual query, if I under