Improved
Unclaimed project
Are you a maintainer of dss? Claim this project to take control of your public changelog and roadmap.
Changelog
Digital Signature Service : creation, extension and validation of advanced electronic signatures
NOTE: This release includes breaking changes, impacting some functionalities, please see below:
<dependencies>
...
<dependency>
<groupId>eu.europa.ec.joinup.sd-dss</groupId>
<artifactId>dss-policy-jaxb</artifactId>
</dependency>
...
</dependencies>
dss-cades, dss-pades and dss-asic-cades:dss-cms-object - Uses in-memory handling of CMS objects based on BouncyCastle classes. This implementation provides the "old" behavior familiar from previous versions of DSS. In order to use the module, it should be added to the list of dependencies as demonstrated below:<dependencies>
...
<dependency>
<groupId>eu.europa.ec.joinup.sd-dss</groupId>
<artifactId>dss-cms-object</artifactId>
</dependency>
...
</dependencies>
dss-cms-stream - An experimental implementation providing CMS reading and writing functionalities based on Streams. This implementation provides a possibility to sign and validate large documents, but the creation of CMS documents is limited to only BER coding format.NOTE: Only one of the dss-cms-object or dss-cms-stream dependencies shall be used.
For more information about code changes and migration process, please refer to the Migration Guide in documentation.