Skip to content

Latest commit

 

History

History
272 lines (175 loc) · 19.5 KB

CHANGELOG.md

File metadata and controls

272 lines (175 loc) · 19.5 KB

Changelog

cryptoki-0.7.0 (2024-06-18)

Full Changelog

cryptoki-sys-0.1.8 (2024-06-18)

Full Changelog

Closed issues:

  • Build of cryptoki v0.6.1 failing on Fedora 39+ #198

Merged pull requests:

cryptoki-0.6.2 (2024-03-08)

Full Changelog

Merged pull requests:

cryptoki-0.6.1 (2023-10-16)

Full Changelog

Merged pull requests:

cryptoki-0.6.0 (2023-10-06)

Full Changelog

Merged pull requests:

cryptoki-sys-0.1.7 (2023-10-05)

Full Changelog

Closed issues:

  • PKCS OAEP padding always returns: Pkcs11(ArgumentsBad) #163

Merged pull requests:

cryptoki-sys-0.1.6 (2023-04-22)

Full Changelog

Merged pull requests:

cryptoki-0.4.1 (2022-09-29)

Implemented enhancements:

cryptoki-0.4.0 (2022-09-07)

Breaking changes since 0.3.0

  • A change to the way Pkcs11::initialize needs to be called, and a new error variant in #84
  • A change to the way sessions are created, in #101

Full Changelog

Implemented enhancements:

Closed issues:

  • How to test for supported functions? #78
  • Add is_initialized() to Pkcs11 #77
  • Segmentation fault on parsing Date #74

Merged pull requests:

cryptoki-sys-0.1.4 (2022-08-11)

Full Changelog

Merged pull requests:

cryptoki-0.2.1 (2022-02-14)

Full Changelog

Closed issues:

  • Signing with RSA-PSS does not hash the message with the given function #80
  • Force cache flush? #75

cryptoki-0.3.0 (2022-01-14)

Full Changelog

cryptoki-sys-0.1.3 (2022-01-14)

Full Changelog

Implemented enhancements:

  • PIN Handling #50
  • Updates for getting attribute info - #42 #48 (mjb3279)
  • Add secret key generation and key wrapping functions #38 (wiktor-k)

Fixed bugs:

  • Provide attribute type in return from get_attribute_info #42
  • Resizing/Truncating returned lists #34
  • Remove unused field #53 (hug-dev)

Closed issues:

  • get_attributes() with AttributeType::Class fails for private key with YubiHSM2 Nano #76
  • pkcs11.open_session_no_callback against Luna Network HSM crashed with SIGSEGV #72
  • Solution for Session lifetimes #57
  • Module tree structure makes docs difficult to navigate #55

Merged pull requests:

cryptoki-0.2.0 (2021-08-03)

Full Changelog

cryptoki-sys-0.1.2 (2021-08-03)

Full Changelog

Implemented enhancements:

  • Supported targets might not need an exact target triple check #15
  • Add get_token_info #27 (wiktor-k)
  • Add functions and types needed for ECDH-based decryption #24 (wiktor-k)
  • Add ECC key generation #23 (ionut-arm)
  • Add support for Elliptic Curves signing #22 (wiktor-k)
  • Add a new way to check for supported targets #18 (hug-dev)

Fixed bugs:

  • Issue with code comment #25
  • Test fails on 32 bit platforms #19
  • Implement CKM_EC_KEY_PAIR_GEN to MechanismType conversion #32 (daxpedda)

Merged pull requests:

cryptoki-0.1.1 (2021-03-31)

Full Changelog

cryptoki-sys-0.1.1 (2021-03-31)

Full Changelog

Implemented enhancements:

  • Add the generate-bindings feature to top-level #14 (hug-dev)

Fixed bugs:

  • bindgen_test_layout_max_align_t test fails on i686 on cryptoki-sys crate #12
  • Fix a bindgen test failing #13 (hug-dev)
  • Remove armv7 bindings #11 (ionut-arm)

Merged pull requests:

cryptoki-0.1.0 (2021-03-18)

Full Changelog

cryptoki-sys-0.1.0 (2021-03-18)

Full Changelog

Implemented enhancements:

  • Add more object classes; fix tests #3 (nickray)

Closed issues:

  • Add Parsec copyright #5
  • Add some deny #4
  • Add the same labels as in Parsec #2
  • Add a testing infrastructure #1

Merged pull requests:

  • Prepare for the 0.1.0 release #9 (hug-dev)
  • Add armv7-hf to supported targets #8 (hug-dev)
  • Add Parsec copyright on all files #7 (hug-dev)
  • Improve general code quality #6 (hug-dev)

* This Changelog was automatically generated by github_changelog_generator