This repository has been archived by the owner on Jul 21, 2024. It is now read-only.
Releases: xipki/pkcs11wrapper
Releases · xipki/pkcs11wrapper
v1.4.10
v1.4.9
v1.4.8
- CHANGELOG
- Allow the configuration of vendor key builder per module (was globally).
- Allow the configuration of vendor constants per module (was globally).
- SHA256 Checksum
4805cbe6ef66aa74103daa9c52b50adb5a49a4d0cbaf0748da2b88b58cfbb8c1
sunpkcs11-wrapper-1.4.8.jar
v1.4.7
v1.4.6
v1.4.5
- CHANGELOG
- Error code will not be read. This has been corrected.
- Code runnable also in JDK 13
- Add support of AES GCM/CCM (only for JDK13 and above)
- Add support of TLS12 key operations (only for JDK13 and above)
- SHA256 Checksum
fdf52b16a4295ba439ba8f1503d4cd4f7fe7ff3833b953ff951b5bfe92ca3a53
sunpkcs11-wrapper-1.4.5.jar
v1.4.4
v1.4.3
v1.4.2
v1.4.1
- New features
- Add support of chinese GM algorithms (SM2, SM3)
- Enhancements
- Simplified the SecretKey classes
- Remove the classes ECDSAPrivateKey and ECDSAPublicKey
- Rename Object to PKCS11Object
- Rename Object to PKCS11Object
- Rename the classes of PKCS#11 Parameters from *Parameters to *Params so that they have the same suffix as those of wrapper package
- Optimized the concatenation of Strings
- Split to two modules pkcs11-constants and sunpkcs11-wrapper
- Define the VENDOR constants also in PKCS11Constants