Skip to content

JSS v4.6.2

Compare
Choose a tag to compare
@cipherboy cipherboy released this 15 Oct 19:15
· 822 commits to master since this release

Release v4.6.2

This version of JSS has a security fix:

  • CVE-2019-14823: Fix root certificate validation when using Leaf and Chain OCSP mode

This version of JSS also has a few enhancements over v4.6.1:

  • Fixing JSS internal deprecation warnings by @emaldona
  • Fixing javadoc builds by @stanislavlevin
  • Introduce a new InitializationValue, installJSSProviderFirst, to support favoring other cryptographic providers.
  • Add support for CMAC as a Mac algorithm from JSSProvider; note that this requires JSS to be compiled with a NSS release which also supports CMAC (3.47+).
  • Various improvements to the Key APIs.

Thanks to everyone who contributed to this release!