Skip to content

Commit 1835854

Browse files
committed
Bump -sys version and update changelog
Signed-off-by: Gowtham Suresh Kumar <[email protected]>
1 parent 1ad9e72 commit 1835854

File tree

3 files changed

+38
-2
lines changed

3 files changed

+38
-2
lines changed

CHANGELOG.md

+36
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
11
# Changelog
22

3+
## [cryptoki-sys-0.1.8](https://github.com/parallaxsecond/rust-cryptoki/tree/cryptoki-sys-0.1.8) (2024-06-18)
4+
5+
[Full Changelog](https://github.com/parallaxsecond/rust-cryptoki/compare/cryptoki-0.6.2...cryptoki-sys-0.1.8)
6+
7+
**Closed issues:**
8+
9+
- Build of cryptoki v0.6.1 failing on Fedora 39+ [\#198](https://github.com/parallaxsecond/rust-cryptoki/issues/198)
10+
11+
**Merged pull requests:**
12+
13+
- Port 0.6 changes [\#210](https://github.com/parallaxsecond/rust-cryptoki/pull/210) ([gowthamsk-arm](https://github.com/gowthamsk-arm))
14+
- Expose PkcsOaepParams' message digest algorithm [\#207](https://github.com/parallaxsecond/rust-cryptoki/pull/207) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm))
15+
- 20240308 mechanisms [\#203](https://github.com/parallaxsecond/rust-cryptoki/pull/203) ([Firstyear](https://github.com/Firstyear))
16+
- Add support for `CARGO_TARGET_DIR` in `regenerate_bindings.sh` [\#200](https://github.com/parallaxsecond/rust-cryptoki/pull/200) ([wiktor-k](https://github.com/wiktor-k))
17+
- Bump bindgen to 0.69.4 [\#199](https://github.com/parallaxsecond/rust-cryptoki/pull/199) ([hug-dev](https://github.com/hug-dev))
18+
- Use infallible conversion into instead of try\_into [\#197](https://github.com/parallaxsecond/rust-cryptoki/pull/197) ([gowthamsk-arm](https://github.com/gowthamsk-arm))
19+
- Fix test for 32bit arch [\#193](https://github.com/parallaxsecond/rust-cryptoki/pull/193) ([ionut-arm](https://github.com/ionut-arm))
20+
- nightly: Add the loongaarch64-unkown-linux-gnu target [\#190](https://github.com/parallaxsecond/rust-cryptoki/pull/190) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm))
21+
- ci.yml: Add a job for runnning tests on MSRV [\#188](https://github.com/parallaxsecond/rust-cryptoki/pull/188) ([tgonzalezorlandoarm](https://github.com/tgonzalezorlandoarm))
22+
- Add references to RFC 4493 in comments about AesCMac. [\#184](https://github.com/parallaxsecond/rust-cryptoki/pull/184) ([xaqq](https://github.com/xaqq))
23+
- Add SHA256-HMAC mechanism [\#183](https://github.com/parallaxsecond/rust-cryptoki/pull/183) ([jippeholwerda](https://github.com/jippeholwerda))
24+
- Expose AES-CMAC algorithm [\#181](https://github.com/parallaxsecond/rust-cryptoki/pull/181) ([xaqq](https://github.com/xaqq))
25+
- Adding 2 new mechanisms: generic key generation and key derivation via encryption [\#178](https://github.com/parallaxsecond/rust-cryptoki/pull/178) ([Nk185](https://github.com/Nk185))
26+
- Add bindings for loongarch64-linux-gnu [\#166](https://github.com/parallaxsecond/rust-cryptoki/pull/166) ([heiher](https://github.com/heiher))
27+
- Add function name to errors and logs [\#147](https://github.com/parallaxsecond/rust-cryptoki/pull/147) ([ionut-arm](https://github.com/ionut-arm))
28+
29+
## [cryptoki-0.6.2](https://github.com/parallaxsecond/rust-cryptoki/tree/cryptoki-0.6.2) (2024-03-08)
30+
31+
[Full Changelog](https://github.com/parallaxsecond/rust-cryptoki/compare/cryptoki-sys-0.6.1...cryptoki-0.6.2)
32+
33+
**Merged pull requests:**
34+
35+
- Resolve nightly CI failures [\#205](https://github.com/parallaxsecond/rust-cryptoki/pull/205) ([gowthamsk-arm](https://github.com/gowthamsk-arm))
36+
- Fix errors linked to psa-crypto-conversions feature [\#202](https://github.com/parallaxsecond/rust-cryptoki/pull/202) ([gowthamsk-arm](https://github.com/gowthamsk-arm))
37+
38+
339
## [cryptoki-0.6.1](https://github.com/parallaxsecond/rust-cryptoki/tree/cryptoki-0.6.1) (2023-10-16)
440

541
[Full Changelog](https://github.com/parallaxsecond/rust-cryptoki/compare/cryptoki-sys-0.6.0...cryptoki-0.6.1)

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cryptoki-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cryptoki-sys"
3-
version = "0.1.7"
3+
version = "0.1.8"
44
authors = ["Contributors to the Parsec project"]
55
edition = '2018'
66
description = "FFI wrapper around the PKCS #11 API"

0 commit comments

Comments
 (0)