Skip to content

MCP PKI 1.1.0

Compare
Choose a tag to compare
@oliverhaagh oliverhaagh released this 17 Jun 09:13
· 65 commits to master since this release
c83bd4e

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