Skip to content

Releases: swedenconnect/ca-service-base

1.5.1

23 Jan 17:42
Compare
Choose a tag to compare
1.5.1-release-tag

1.5.1

1.5.0

03 Jan 12:12
Compare
Choose a tag to compare
1.5.0-release-tag

1.5.0

1.4.0

03 Oct 09:12
Compare
Choose a tag to compare
1.4.0-release-tag

1.4.0

1.3.4 version

31 Mar 21:21
Compare
Choose a tag to compare

Moving to spring boot 2.6.6

1.3.3 version

31 Mar 09:42
Compare
Choose a tag to compare

Includes mitigation of spring core RCE vulnerability

1.3.2 version

23 Feb 16:48
Compare
Choose a tag to compare

This update publish a new CRL directly upon CMC revocation instead of waiting for the next update cycle

1.3.1-version

23 Feb 14:18
Compare
Choose a tag to compare

Added capability to run under no context-path

1.3.0 version

10 Feb 22:46
ea79661
Compare
Choose a tag to compare

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

10 Feb 13:16
Compare
Choose a tag to compare

fixed audit logging data of delete event

1.2.1 version

03 Feb 16:48
Compare
Choose a tag to compare

Updated dependency on ca-engine, supporting subject alt name with multiple names with the same General name tag.