parallaxsecond / parsec

Platform AbstRaction for SECurity service
https://parsec.community/
Apache License 2.0
467 stars 67 forks source link

Update cryptoki and cryptoki-sys crates #697

Closed tgonzalezorlandoarm closed 11 months ago

tgonzalezorlandoarm commented 1 year ago
tgonzalezorlandoarm commented 11 months ago

The last commit of the PR is breaking the tests (the tests pass for the previous commit) . What I'm thinking is causing the issue is the introduction of PkcsOaepSource::new and maybe how I'm using it? This is hypothesis is based on the particular test that is failing. @ionut-arm do you have any suggestions by any chance?

tgonzalezorlandoarm commented 11 months ago

This PR depends on https://github.com/parallaxsecond/rust-cryptoki/pull/165 being merged