Skip to content

Releases: maritimeconnectivity/MCP-PKI

MCP-PKI 1.2.0

05 Jun 09:01
25f3091
Compare
Choose a tag to compare

Changes in this release

  • The project is now targeting Java 17 instead of Java 11
  • Upgraded Bouncy Castle to 1.73
  • Fixed bug where email address was not formatted correctly in DN string when extracting identity from certificate
  • Issued new certificates for unit testing
  • Minor bug fixes
  • General code cleanup and refactoring
  • Various dependency updates

MCP-PKI 1.2.0-RC2

16 May 10:39
52170ec
Compare
Choose a tag to compare
MCP-PKI 1.2.0-RC2 Pre-release
Pre-release

Changes in this release

  • The project is now targeting Java 17 instead of Java 11
  • Upgraded Bouncy Castle to 1.73
  • Fixed bug where email address was not formatted correctly in DN string when extracting identity from certificate
  • Issued new certificates for unit testing
  • Minor bug fixes
  • General code cleanup and refactoring
  • Various dependency updates

MCP-PKI 1.2.0-RC1

08 May 10:35
b34fef8
Compare
Choose a tag to compare
MCP-PKI 1.2.0-RC1 Pre-release
Pre-release

Changes in this release

  • The project is now targeting Java 17 instead of Java 11
  • Upgraded Bouncy Castle to 1.73
  • Issued new certificates for unit testing
  • Minor bug fixes
  • General code cleanup and refactoring
  • Various dependency updates

MCP PKI 1.1.0

17 Jun 09:13
c83bd4e
Compare
Choose a tag to compare

Changes in this release

  • The project is now targeting Java 11 instead of Java 8
  • The PKI and CLI parts of the project have now been split into separate modules. This was done so projects that import the PKI library don't also have to import the CLI functionality
  • Better handling of OCSP error cases
  • More extensive Javadoc in code
  • Upgraded to Bouncy Castle 1.71
  • General code cleanup and refactoring
  • Various dependency upgrades

MCP PKI 1.1.0-RC1

11 Apr 10:35
8a85637
Compare
Choose a tag to compare
MCP PKI 1.1.0-RC1 Pre-release
Pre-release

Changes in this release

  • The project is now targeting Java 11 instead of Java 8
  • The PKI and CLI parts of the project have now been split into separate modules. This was done so projects that import the PKI library don't also have to import the CLI functionality
  • Better handling of OCSP error cases
  • More extensive Javadoc in code
  • Upgraded to Bouncy Castle 1.71
  • General code cleanup and refactoring
  • Various dependency upgrades

MCP PKI 1.0.0

06 Dec 10:07
f053924
Compare
Choose a tag to compare

Changes in this release

  • Better escaping of special characters when creating certificates
  • Enforce always using UTC time for timestamps in certificates
  • General code refactoring and cleanup
  • Various dependency upgrades

MCP PKI 1.0.0-RC1

11 Oct 14:32
f053924
Compare
Choose a tag to compare
MCP PKI 1.0.0-RC1 Pre-release
Pre-release

Changes in this release

  • Better escaping of special characters when creating certificates
  • Enforce always using UTC time for timestamps in certificates
  • General code refactoring and cleanup
  • Various dependency upgrades

MCP PKI 0.12.0

17 May 15:12
Compare
Choose a tag to compare

Changes in this release

  • Changed extracting certificate from HTTP header to conform with the new default behaviour of how NGINX escapes the certificate
  • Various dependency upgrades

MCP PKI 0.12.0-RC1

01 Mar 08:24
bc417d7
Compare
Choose a tag to compare
MCP PKI 0.12.0-RC1 Pre-release
Pre-release

Changes in this release

  • Changed extracting certificate from HTTP header to conform with the new default behaviour of how NGINX escapes the certificate
  • Various dependency upgrades

MCP PKI 0.11.1

12 Jan 08:55
89a228f
Compare
Choose a tag to compare

Changes in this release

  • Proper escaping of reserved characters in certificates according to RFC 4514