LTV and OCSP response using RFC's Local Configuration
Hello,
I'm trying to obtain a LTV-compliant signature with Adobe Reader 11.0.12. This is the certificate's chain I am using:
CA --> ICA --> EE
Internal CA --> OCSP Responder
Internal CA --> TSA
I cannot use a OCSP Responder certificate issued by the same CA that the certificate it's been checked, so according to the RFC 2560 4.2.2.2 "Authorized Responders", I would follow case 1 for the signing reponse:
1. Matches a local configuration of OCSP signing authority for the
certificate in question;
According to Adobe Reader's security documentation acrobat_reader_security_9x.pdf in 5.3.1.1, this "local configuration" is implemented setting the sURL in Adobe_OCSPRevChecker registry keys to authorize responses that come from the URL that is set regardless the response is signed by the same CA or not.
I'm able to set these settings and my internal OCSP server is used instead of the certificate's when signing and validating, the signature is valid, however I can never get a LTV signature and it needs to go online every time I validate the signature.
Enabling the log file for the verification I can see these entries:
OCSP response was not signed by an authorized responder.
Error encountered in processing OCSP responder certificate
Using an embedded CRL I obtain a LTV signature, but I'd rather use OCSP if it were possible. Any help?
