You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. Would be possible add option only for validate a signature/signed PDF document? Output would be some log file with result of validation.
For example:
The overall result of the verification.
Common cryptographically evaluation like: Cryptographically valid signature or not from the reason...
Informs whether the signature is verified at the time of the time stamp (primarily), at the current moment, or at the time inserted into the PDF file by the system where the signature was added.
Signature format of the PDF file PKCS#7/AdES-PAdES (compliance with EU eIDAS) if AdES is used what type: BASELINE_B, BASELINE_T, BASELINE_LT, BASELINE_LTA, simillary with PKCS#7_B,T etc.
A list of information available from the signature certificate, for example who signed the document, from which organization, contacts, serial number of the certificate, etc.
Who is the issuer of the certificate and some information about this issuer.
Information on whether the certification authority that issued the certificate is on the EUTL list, and thus whether it is qualified (publicly available information from this source.)
From when to when the certificate is valid.
Revocation information mainly OCSP, possibly CRL e.g. certificate statement was verified/certificate was revoked/verification failed due to ...
Time stamp verification, the time stamp was issued by a trusted - qualified authority on the EUTL list? (publicly available information from this source.)
Does the timestamp have a valid certificate? And from when to when it is valid...
Has the timestamp certificate not been revoked? (OCSP/CRL)
The program has already implemented most of the functions, the rest consist mainly of checking publicly available lists (For example Adobe use it too). I think that open-source DSS demo already implemented some of these too.
Many thanks for your consideration.
The text was updated successfully, but these errors were encountered:
Hello. Would be possible add option only for validate a signature/signed PDF document? Output would be some log file with result of validation.
For example:
The program has already implemented most of the functions, the rest consist mainly of checking publicly available lists (For example Adobe use it too). I think that open-source DSS demo already implemented some of these too.
Many thanks for your consideration.
The text was updated successfully, but these errors were encountered: