I am very new to this Digital Signature stuff.
- What I want to do, is check if a document is digitally signed.
- If it's signed, then verify the signature.
I have searched a lot. I found some helpful topics about verifying the signature (Using openssl), but I was unable to find anything about: Is the document signed or not
(I also found some related questions in stackoverflow, but not answered in a desired way) I am not looking for any third party tools.
Are there any openssl methods or any other ways to know whether the document is signed or not signed using php?
Edit
Submitting documents are pdf, Do the type of documents makes ane difference in the process ?