I have a strange problem signing PDF's using iTextSharp with external signatures. With PKCS1 (SELF_SIGNED) pdfs, Adobe Reader 8 verifies signatures done with .NET ( RSACryproServiceProvider class with Sha1 ) OK but fails to verify BC (RsaDigestSigner with Sha1Digest) signed pdfs. With PKCS7 (WINCER_SIGNED) the reverse is true. BC signed PDFs verify OK but the .NET ones fail to verify!
Same code is used in both cases except for the required changes to pdf signature type and PdfPKCS7.GetEncodedPKCSn call ( 1 or 7 ) Any ideas would be greatly appreciated. Thanks in advance. -- View this message in context: http://www.nabble.com/.NET-and-BC-signatures-tp14235700p14235700.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
