>> The OCSP generated by your server can't be validated in Acrobat. Fix
>> that and then we'll see if iText is at fault.
>>
> Dear Paulo,
>
> I followed the Adobe recommendations and set my Adobe Reader X as  
> they  recommend:
> http://learn.adobe.com/wiki/display/security/OCSP+DoD+Config
> (I change "9.0" to "10.0" and imported the REG file successfuly).
>
> Then I tried and tried (many times) verify the   
> I01110055203_ORIGINAL_APEH_XML_SIGNED_PADES_LTV.pdf, but the AR  
> always said the PDF is OK.
>
> How can I reproduce the situation when the "server can't be  
> validated in Acrobat" ?
>
> Please send me a detailed step by step instruction for it.

Dear Paulo,

Is the OCSP verifier okay could you examine it ?

Thanks, Attila

...
System.Console.Out.WriteLine("Certificates verified against the KeyStore");
BasicOcspResp ocsp = pk.Ocsp;
if (ocsp != null)
{
     bool ocspOK = PdfPKCS7.VerifyOcspCertificates(ocsp, kall);
     System.Console.Out.WriteLine("OCSP revocation refers to this  
certificate: " + pk.IsRevocationValid() + ", " + ocspOK);
}




------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
iText-questions mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to