Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Not A Bug
-
None
-
None
-
None
Description
A 2 page document was signed. The signature of document was verified by ShowSignature sample and it prints "Signature Verified".
Then a corrupted signed PDF was created by deleting the second page of the same signed PDF and the signature of the corrupted PDF was also verified using ShowSignature sample. Ideally the verification should fail because hash of the document is changed (as second page is deleted). But instead of printing "Signature verification failed", it still prints "Signature Verified".
How the signature of corrupted pdf is still getting verified successfully?
Both signed pdf and corrupted signed pdf is added in the attachments.