Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-03-03 | 1.3 kB | |
Release Notes - eSignature DSS - Version 6.1.1 source code.tar.gz | 2025-03-03 | 121.3 MB | |
Release Notes - eSignature DSS - Version 6.1.1 source code.zip | 2025-03-03 | 129.6 MB | |
Totals: 3 Items | 250.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 (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 <TLVersion> constraint as shown below:
6.1 | 6.1.1 |
:::xml <eIDAS> ... <TLVersion Level="FAIL" value="5" /> ... </eIDAS> | :::xml <eIDAS> ... <TLVersion Level="FAIL"> <Id>5</Id> <Id>6</Id> </TLVersion> ... </eIDAS> |