ocsp-responses
There are 5 repositories under ocsp-responses topic.
gabrielcalegari/OCSPResponder
A .NET facility to create an OCSP Responder. Written in C# under netstandard it has support for .NET Full and .NET Core
philfry/ocsp_proxy
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.
firmaprofesional/java-ocsp-request
Java example of a request and ocsp validation
DorianCoding/OCSP-responder
Automatic OCSP, can cache responses and retrieve them. Must be linked to a certificate database.
DorianCoding/OCSP-server
Automatic, fast and reliable OCSP. Listen to requests, send responses, cache implemented. Must be linked to a certificate database.