Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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! Signed-off-by: Alexander Scheel <[email protected]>
- Loading branch information