-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature request] Verify PDF certificate signature #667
Comments
If you're referring to checking if the certificate is trusted or not, then it wouldn't be possible since some certificates are self signed. Everything else should definitely be achievable though. |
True, but an option would be to include an optional custom trust store file like a NSS certificate database. |
This seems similar to JakubMelka/PDF4QT#161 Maybe OCSP based revocation checking instead of trusting would be a better option. I think it should be implemented in the PDF reader mostly and also separately to print it with validated signature. |
I found this tool called mupdf and it has the abilites to do so. Seems to be what we are looking for. |
The tool lets you create signatures with certificates but there is currently no way to verify them.
An elegant solution would be to include such a functionality within the reader.
The text was updated successfully, but these errors were encountered: