Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.

Releases: xipki/pkcs11wrapper

v1.4.10

23 Aug 20:21
Compare
Choose a tag to compare
  • CHANGELOG
    • Fixed the construction of SM2 key and SM4 key.
  • SHA256 Checksum
    • 86676681b8bba810ce7acf8c89c894ac1484722eed5f2cf89eecff2a194d3646 sunpkcs11-wrapper-1.4.9.jar

v1.4.9

12 Feb 10:13
Compare
Choose a tag to compare
  • CHANGELOG
    • Add support of JDK 17.
    • Add support of redhat JDK.
  • SHA256 Checksum
    • d6eba065a483bbbaf0b79af6205f9c56e7dfdb3917a872e86d3f7fb60702f397 sunpkcs11-wrapper-1.4.9.jar

v1.4.8

04 Jul 14:18
Compare
Choose a tag to compare
  • 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

05 Jul 20:53
Compare
Choose a tag to compare
  • CHANGELOG
    • Get correct MGF name .
  • SHA256 Checksum
    • eb69fd91bee90109c4d12596e9e47fe72eea4db9b427af4672031d1f7fad18cd sunpkcs11-wrapper-1.4.7.jar

v1.4.6

04 Jul 19:41
Compare
Choose a tag to compare
  • CHANGELOG
    • Allow different hash algorithm in the field mgf and hashAlg in CK_RSA_PKCS_PSS_PARAMS and CK_RSA_PKCS_OAEP_PARAMS.
  • SHA256 Checksum
    • ba0eb5fdcd5584987dc5e83385cee4a4b86eca257ff4f99f1e086fa77acf5b4d sunpkcs11-wrapper-1.4.6.jar

v1.4.5

23 Jun 18:34
Compare
Choose a tag to compare
  • 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

11 May 20:27
Compare
Choose a tag to compare
  • Add EC key constructor to accept explicit keytype

v1.4.3

19 Mar 08:08
Compare
Choose a tag to compare
  • Update the PKCS#11 constants (to version 3.0 draft)

v1.4.2

18 Mar 22:00
Compare
Choose a tag to compare
  • Enhancements
    • Add method Functions.getMechanismDescription

v1.4.1

18 Mar 21:55
Compare
Choose a tag to compare
  • 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