Dear Developers, I reported to you a little bug in IsRevocationValid method of PdfPKCS7.cs many times, why you did not repair it ? This little bug still is there in itextsharp-all-5.3.3 package, please repair it into next version.
BAD LINE 1103: CertificateID tis = new CertificateID(CertificateID.HashSha1, isscer, sigcer.SerialNumber); GOOD LINE 1103: CertificateID tis = new CertificateID(cid.HashAlgOid, isscer, sigcer.SerialNumber); Thanks a lot, Attila. ------------------------------------------------------------------------------ Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and much more. Get web development skills now with LearnDevNow - 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122812 _______________________________________________ iText-questions mailing list iText-questions@lists.sourceforge.net 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