Releases: swedenconnect/ca-service-base
1.5.1
1.5.0
1.5.0-release-tag 1.5.0
1.4.0
1.4.0-release-tag 1.4.0
1.3.4 version
Moving to spring boot 2.6.6
1.3.3 version
Includes mitigation of spring core RCE vulnerability
1.3.2 version
This update publish a new CRL directly upon CMC revocation instead of waiting for the next update cycle
1.3.1-version
Added capability to run under no context-path
1.3.0 version
This new release includes no functional changes, but fundamentally changes the structure of the project from being a full Spring Boot application to just provide a jar with classes to be used in a full Spring Boot project.
This means that this implementation no longer hav profiles to provide mock implementations of som interfaces. These interfaces must be implemented by the Spring Boot application depending on this project. These interfaces are:
- A final implementation of the CA services and their issuing constraints
- A final implementation of the CA repository serving the CA instances.
Spring boot applications using this project no longer have to use a spring boot profile avoid conflict with basic implementations of this project.
1.2.2 version
fixed audit logging data of delete event
1.2.1 version
Updated dependency on ca-engine, supporting subject alt name with multiple names with the same General name tag.