parallaxsecond / rust-cryptoki

Rust wrapper for the PKCS #11 API, Cryptoki
https://docs.rs/cryptoki/
Apache License 2.0
77 stars 61 forks source link

Backport bindgen 0.63.0 changes to crypotki-0.3.x branch #131

Closed gowthamsk-arm closed 1 year ago

gowthamsk-arm commented 1 year ago

The cryptoki crate 0.4.1 cannot be used directly in Parsec as there are some changes to the interface which cause conflicts and build fails. For the Parsec 1.2.0 release, we will branch off from 0.3.0 and add the bindgen changes there. Post-release, we need to migrate to cryptoki crate 0.4.1.

Signed-off-by: Gowtham Suresh Kumar gowtham.sureshkumar@arm.com