Skip to content

Release 3.0.0

Compare
Choose a tag to compare
@bennypi bennypi released this 14 Dec 12:52
· 6 commits to master since this release

This is the 3.0.0 Release of the eIDAS Middleware

Upgrade notes

This release provides a graphical web interface for administrators to configure most of the configuration. The files POSeIDAS.xml and eidasmiddleware.properties are no longer necessary, only the application.properties must be present.
To migrate an exisiting configuration with the POSeIDAS.xml and eidasmiddleware.properties for the eIDAS Middleware 3.0.0, please use the configuration-migration and consult the readme an configuration-migration/README.md.

Changelog

  • All components: Now supporting Java 11. Support for Java 8 is discontinued.
  • eIDAS Middleware: With Java 11, the PKCS11 provider now supports RSA-PSS signatures.
  • eIDAS Middleware: Remove support of cryptographic algorithms not following eIDAS requirements which had been kept for the Java 8 SUN PKCS11 provider.
  • eIDAS Middleware: Remove support of older DVCA service versions, thus removing the need of different policies.
  • eIDAS Middleware: Restructure configuration.
  • eIDAS Middleware: Extend admin interface to be a configuration interface as well.
  • Configuration Migration: Add new component to facilitate migration from 2.x.
  • Remove configuration-wizard and password-generator. The functionality of these two artifacts is now implemented in the eIDAS Middleware.