Bug fixes / Issues
- [DSS-3366] XAdES: assertSignaturePossible blocks even on DetachedSignatureBuilder
- [DSS-3395] Bad debug log in ImageUtils
- [DSS-3400] JAdES iat header parameter incorrect value
- [DSS-3401] ASiCUtils.isZip(DSSDocument) method fails when a DigestDocument provided
- [DSS-3406] CertificateValues in validation report incorrect format
- [DSS-3407] Validation of ASiC-E containg an ASN.1 ER when the reducedHashtree field is not present
- [DSS-3408] RevocationValues in validation report incorrect format
- [DSS-3409] XAdES : reference name check fails for URL-encoded entries
- [DSS-3410] Hash Failure when validating XMLERS with 3 ArchiveTimeStampChain or more
- [DSS-3411] ASiC with XAdES creates manifest.xml with null media-type
- [DSS-3412] Hash Failure when validating an XMLERS with a hashtree renewal followed by a timestamp renewal
- [DSS-3415] JAXBPKILoader invalid behavior for multiple cross certificates
- [DSS-3423] ASiC-E signatures are not reported when no linked manifest found
- [DSS-3424] ASiC with ER chooses wrong DocumentValidator
- [DSS-3438] Sha2FileCacheDataLoader should rethrow original exception
Improvements
- [DSS-3436] dss-demo-bundle to use JDK 21 by default
+ All the changes included in DSS 6.1.RC1.
NOTE: This release includes a breaking change, impacting the signature validation process. If you use validation, please include the following module to the list of dependencies:
<dependencies>
...
<dependency>
<groupId>eu.europa.ec.joinup.sd-dss</groupId>
<artifactId>dss-validation</artifactId>
</dependency>
...
</dependencies>
For more information about code changes and migration process, please refer to the Migration Guide in documentation.