ocsp proxy 0.4

ocsp_proxy is a caching ocsp proxy. It accepts ocsp requests from any client, e.g. an ssl-webserver, and forwards the request to the corresponding ocsp responders or returns the ocsp response from cache. Can be used to mitigate unreliable ocsp responders that are, as required by murphy's law, always down when needed.

Tags ocsp proxy ssl tls perl
License GNU GPL
State alpha

Recent Releases

0.412 Mar 2019 09:45 minor feature: Add possibility to purge a specific cache entry . Remove redundant line. . Use semaphore to avoid race condition in critical blocks. . Merge branch 'expire_cache'. . Merge branch 'mutex'.
0.309 Feb 2018 15:34 minor feature: when multiple certificates are detected in a single ocsp request, pass through. Also don't cache ocsp responses concerning multiple certificates.