Commit c9245c32 authored by Jeff Trawick's avatar Jeff Trawick
Browse files

mod_ssl OCSP Stapling: Don't block initial handshakes while refreshing

the OCSP response for a different certificate.  mod_ssl has an additional
global mutex, "ssl-stapling-refresh".

Not mentioned in CHANGES:

Stapling no longer uses a mutex when using a stapling cache
implementation which doesn't require it.  (A further, unrelated
code change to mod_ssl is required to allow the use of memcache 
as a stapling cachek, and I haven't tested with distcache; thus
it isn't clear if this helps in practice yet.)


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1679032 13f79535-47bb-0310-9956-ffa450edef68
parent 1fbb1ff0
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment