cryptoki-0.4.0 (2021-11-22)
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:
Closed issues:
- Module tree structure makes docs difficult to navigate #55
Merged pull requests:
- Suppress null pointer deref warnings #62 (vkkoskie)
- Use rust's own bool type in abstraction crate #61 (vkkoskie)
- Switch to inclusive bindgen naming #60 (vkkoskie)
- Implemented new way of holding the context within the session #59 (mjb3279)
- Module tree hygiene #56 (vkkoskie)
- Fixes to address #50 #52 (mjb3279)
- Merge
devel
intomain
#51 (hug-dev) - Added support for
C_SetPIN
#49 (mjb3279) - Simplify test code by using Results instead of unwraps #39 (wiktor-k)
- Update CHaNGELOG #37 (hug-dev)
cryptoki-0.2.0 (2021-08-03)
cryptoki-sys-0.1.2 (2021-08-03)
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
toMechanismType
conversion #32 (daxpedda)
Merged pull requests:
- Prepare the new release #36 (hug-dev)
- Added new methods to fix issue 375 - get slots with initialized token… #35 (Sven-bg)
- EC Edward and Montgomery support #33 (daxpedda)
- Slot mechanisms #31 (daxpedda)
- Removed confusing comment #30 (Kakemone)
- Add x86_64 macOS/Darwin bindings. #29 (jeamland)
- Add SHAn-RSA-PKCS mechanisms. #28 (jeamland)
- Add Object ID attribute #26 (wiktor-k)
- Update psa-crypto #21 (hug-dev)
- Add dependency on the newest (git only at the moment) psa-crypto. #20 (RobertDrazkowskiGL)
- Update CHANGELOG #17 (hug-dev)
cryptoki-0.1.1 (2021-03-31)
cryptoki-sys-0.1.1 (2021-03-31)
Implemented enhancements:
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)
cryptoki-sys-0.1.0 (2021-03-18)
Implemented enhancements:
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