fl-ido

Results 5 issues of fl-ido

* **What is the current behavior?** Signing a PDF 2.0 with data before the start of the document (before %PDF-) succeeds but leads to an invalid PDF, updated with a...

Hello, I see that [initialize](https://open-eid.github.io/libdigidocpp/namespacedigidoc.html#a423ff81ab86454ae7c0913c04c2b3462) function takes an optional [initCallBack](https://open-eid.github.io/libdigidocpp/namespacedigidoc.html#afd87b7e56ba3f524068f5242452e7097) as a parameter which, according to the documentation, is called "when background thread TSL loading is completed" and takes as...

validateSigningCert method allows to bypass certificate trust check during signature verification. Fixes #678 Signed-off-by: Florian Dargère

Hello, Since OpenSSL 3.0, providers API has been added (https://docs.openssl.org/3.5/man7/provider/), which allow users to fetch custom algorithm implementations when performing operations, such as digest calculation. I am using libdigidocpp library...

enhancement

Hello, I am using libdigidocpp for XADES signature verification, and I would like to be able to check the trust status of the certificate by myself, with another certificate store...

enhancement