dss icon indicating copy to clipboard operation
dss copied to clipboard

Digital Signature Service : creation, extension and validation of advanced electronic signatures

Results 9 dss issues
Sort by recently updated
recently updated
newest added

I'm not sure if this would be the correct (or best) point to add it, but this is what I came up after debugging the validation process. Our use case...

Motivation: We want to perform PAdES signature with an external CMS provider. The current signing operation re computed the signedAttribute which cause the signature being invalid. The ability to use...

- Add customization to permit choose format of X509SubjectName; - Correction of NPE in signatureAlgorithm.

DSS-2393 Junit tests for eSignature validation test cases This new module named "dss-validation-esig-test" is a proposal for addressing DSS-2393. It contains only Junit tests, which dynamically download the cases from...

Motivations: Since DSSPrivateKeyEntry doesn't expose the wrapped private key, methods like SignatureTokenConnection#sign(ToBeSigned, DigestAlgorithm, DSSPrivateKeyEntry) need to cast the DSSPrivateKeyEntry into KSPrivateKeyEntry. This cast doesn't allow user to implements there own...

`StringWriter` internally uses a `StringBuffer`, which uses synchronization over an internal object. In this case the synchronization is not necessary, and a simpler string composition is more efficient and effective....

Bumps [h2](https://github.com/h2database/h2database) from 2.1.214 to 2.2.220. Release notes Sourced from h2's releases. Version 2.2.220 Changes since 2.1.214 release: ... (truncated) Commits 66185fb changelog adjustment f3c8222 version and release date 087522b...

dependencies

Bumps [bcprov-jdk18on](https://github.com/bcgit/bc-java) from 1.72 to 1.74. Changelog Sourced from bcprov-jdk18on's changelog. 2.1.1 Version Release: 1.76 Date:      TBD 2.2.1 Version Release: 1.75 Date:      2023, June 21st 2.3.1 Version Release: 1.74 Date:     ...

dependencies