• Warning! Malware detected. Download at your own risk.
Download Latest Version Release Notes - eSignature DSS - Version 6.3.RC1 source code.tar.gz (135.7 MB)
Email in envelope

Get an email when there's a new version of DSS

Home / 6.0.1
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-03-03 1.8 kB
Release Notes - eSignature DSS - Version 6.0.1 source code.tar.gz 2025-03-03 118.7 MB
Release Notes - eSignature DSS - Version 6.0.1 source code.zip 2025-03-03 126.1 MB
Totals: 3 Items   244.9 MB 0

This release provides a hotfix for enabling support of Trusted List v6 (as per ETSI TS 119 612 v2.3.1). The release contains minimal changes.

New features / Improvements

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

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

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 <TLVersion> constraint as shown below:

6.0 6.0.1
:::xml <eIDAS> ... <TLVersion Level="FAIL" value="5" /> ... </eIDAS> :::xml <eIDAS> ... <TLVersion Level="FAIL"> <Id>5</Id> <Id>6</Id> </TLVersion> ... </eIDAS>
More information about the migration procedure can be found at the [Migration Guide](https://github.com/esig/dss/blob/6.0.1/dss-cookbook/src/main/asciidoc/_chapters/migration-guide.adoc).
Source: README.md, updated 2025-03-03