|
1 | 1 | # Changelog
|
2 | 2 |
|
| 3 | +## [cryptoki-0.9.0](https://github.com/parallaxsecond/rust-cryptoki/tree/cryptoki-0.9.0) (2025-02-17) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/parallaxsecond/rust-cryptoki/compare/cryptoki-sys-0.3.0...cryptoki-0.9.0) |
| 6 | + |
| 7 | +## [cryptoki-sys-0.3.0](https://github.com/parallaxsecond/rust-cryptoki/tree/cryptoki-sys-0.3.0) (2025-02-17) |
| 8 | + |
| 9 | +[Full Changelog](https://github.com/parallaxsecond/rust-cryptoki/compare/cryptoki-0.8.0...cryptoki-sys-0.3.0) |
| 10 | + |
| 11 | +**Implemented enhancements:** |
| 12 | + |
| 13 | +- PkcsOaepParams [\#195](https://github.com/parallaxsecond/rust-cryptoki/issues/195) |
| 14 | +- Digest [\#88](https://github.com/parallaxsecond/rust-cryptoki/issues/88) |
| 15 | + |
| 16 | +**Fixed bugs:** |
| 17 | + |
| 18 | +- Treat CK\*\_VENDOR\_DEFINED correctly [\#54](https://github.com/parallaxsecond/rust-cryptoki/issues/54) |
| 19 | + |
| 20 | +**Closed issues:** |
| 21 | + |
| 22 | +- Status access violation [\#240](https://github.com/parallaxsecond/rust-cryptoki/issues/240) |
| 23 | +- `clone()` and `is_initialized()` [\#151](https://github.com/parallaxsecond/rust-cryptoki/issues/151) |
| 24 | +- CKA\_PUBLIC\_KEY\_INFO getting TypeInvalid [\#142](https://github.com/parallaxsecond/rust-cryptoki/issues/142) |
| 25 | +- Function name as part of errors [\#135](https://github.com/parallaxsecond/rust-cryptoki/issues/135) |
| 26 | +- Missing constants for x86\_64-unknown-linux-gnu [\#134](https://github.com/parallaxsecond/rust-cryptoki/issues/134) |
| 27 | +- Session Pool Management [\#126](https://github.com/parallaxsecond/rust-cryptoki/issues/126) |
| 28 | +- Vendored mechanisms [\#105](https://github.com/parallaxsecond/rust-cryptoki/issues/105) |
| 29 | +- Remove psa\_crypto dependency [\#100](https://github.com/parallaxsecond/rust-cryptoki/issues/100) |
| 30 | +- Improvement to unreleased open\_session change? [\#97](https://github.com/parallaxsecond/rust-cryptoki/issues/97) |
| 31 | +- Add support for SHA-based KDFs for ECDH [\#92](https://github.com/parallaxsecond/rust-cryptoki/issues/92) |
| 32 | +- EDDSA contrib [\#87](https://github.com/parallaxsecond/rust-cryptoki/issues/87) |
| 33 | +- Document test dependencies/setup in contributor docs [\#71](https://github.com/parallaxsecond/rust-cryptoki/issues/71) |
| 34 | + |
| 35 | +**Merged pull requests:** |
| 36 | + |
| 37 | +- feat: add support for vendor defined key types [\#246](https://github.com/parallaxsecond/rust-cryptoki/pull/246) ([mcaneris](https://github.com/mcaneris)) |
| 38 | +- Add pack pragma for struct padding back [\#245](https://github.com/parallaxsecond/rust-cryptoki/pull/245) ([jrozner](https://github.com/jrozner)) |
| 39 | +- feat: revise EdDSA mechanism to support optional params [\#244](https://github.com/parallaxsecond/rust-cryptoki/pull/244) ([mcaneris](https://github.com/mcaneris)) |
| 40 | +- chore: add dev information to the README [\#242](https://github.com/parallaxsecond/rust-cryptoki/pull/242) ([hug-dev](https://github.com/hug-dev)) |
| 41 | +- Define CKD\_SHA256\_KDF transformation [\#239](https://github.com/parallaxsecond/rust-cryptoki/pull/239) ([hug-dev](https://github.com/hug-dev)) |
| 42 | +- chore: remove dependency on psa-crypto [\#238](https://github.com/parallaxsecond/rust-cryptoki/pull/238) ([hug-dev](https://github.com/hug-dev)) |
| 43 | +- Add support for vendor defined attributes [\#237](https://github.com/parallaxsecond/rust-cryptoki/pull/237) ([jrozner](https://github.com/jrozner)) |
| 44 | +- fix: fix some clippy lints [\#236](https://github.com/parallaxsecond/rust-cryptoki/pull/236) ([hug-dev](https://github.com/hug-dev)) |
| 45 | +- chore: update CHANGELOG [\#234](https://github.com/parallaxsecond/rust-cryptoki/pull/234) ([hug-dev](https://github.com/hug-dev)) |
| 46 | + |
3 | 47 | ## [cryptoki-0.8.0](https://github.com/parallaxsecond/rust-cryptoki/tree/cryptoki-0.8.0) (2024-11-14)
|
4 | 48 |
|
5 | 49 | [Full Changelog](https://github.com/parallaxsecond/rust-cryptoki/compare/cryptoki-sys-0.2.0...cryptoki-0.8.0)
|
|
0 commit comments