ocsp_proxy icon indicating copy to clipboard operation
ocsp_proxy copied to clipboard

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 use...

Results 1 ocsp_proxy issues
Sort by recently updated
recently updated
newest added

Certificates of my own PKI have small serial numbers (less than 256). Because of this there is a problem in line 409: $ocsp_req->{'tbsRequest'}->{'requestList'}->[0]->{'reqCert'}->{'serialNumber'}->as_hex; I think the ASN1 parser does not...