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 few enhancements over v4.6.2: - Support for NIST SP800-108 KBKDF - Various enhancements towards a SSLEngine implementation - Modernized exception constructors - Various enhancements to memory leaks (with thanks to Code42) - Add jss.crypto.Policy to reflect system crypto-policies - Various enhancements to the build system Note that this version of JSS is incompatible with NSS versions between v3.47 and v3.50 inclusive. This is because moz-bz#1570501 introduced a bug that wasn't caught and fixed until moz-bz#1611209. NSS versions v3.46 and earlier will work but lack CMAC and KBKDF support, and NSS versions v3.51 and later will work and have CMAC and KBKDF support. Note that this means the value of PKCS11Constants.CKM_AES_CMAC and CKM_AES_CMAC_GENERAL have also changed and thus differ from v4.6.2. This also means that JSS v4.6.2 may not be compatible with NSS versions after v3.50. Thanks to everyone who contributed to this release! Signed-off-by: Alexander Scheel <[email protected]>
- Loading branch information