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

Fix errors linked to psa-crypto-conversions feature #202

Closed gowthamsk-arm closed 8 months ago

gowthamsk-arm commented 8 months ago

The CI script so far was not testing the psa-crypto-conversions feature and the code bounded by this feature was not updated with changes to the structures in the crate resulting in errors. This patch fixes these errors.

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