Page tree


DSS 6.0.1

The latest version of the Digital Signature Services open-source library released in March 2025. You can read more about DSS and how it can help you here.


Source code is available in .zip and tar.gz

Bug fixes

  • [DSS-3348] Possible memory leak in XAdESSignature on Santuario signature creation
  • [DSS-3406] CertificateValues in validation report incorrect format
  • [DSS-3408] RevocationValues in validation report incorrect format

New features / Improvements

  • [DSS-3486] Add validation of Trusted List v6
  • Updated dependencies containing vulnerabilities (BouncyCastle, VeraPdf, FOP, logback);
  • Fixed expired unit tests

Note

This migration requires changes in the used validation policy to support a new Trusted List version.

In order to support both v5 and v6 Trusted Lists, you may update constraint as shown below:

6.06.0.1
<eIDAS>
    ...
    <TLVersion Level="FAIL" value="5" />
    ...
</eIDAS>
<eIDAS>
    ...
    <TLVersion Level="FAIL">              
        <Id>5</Id>
        <Id>6</Id>
    </TLVersion>
    ...
</eIDAS>


For more information about code changes and migration process, please refer to the Migration Guide in documentation.