latchset / kryoptic

a pkcs#11 software token written in Rust
GNU General Public License v3.0
10 stars 4 forks source link

Fixes various corner cases of AES and RSA operations #39

Closed Jakuje closed 5 months ago

Jakuje commented 5 months ago

With these changes, the current set of tests in OpenSSL p11test works.

simo5 commented 5 months ago

The last commit needs to changed to actually fail if data_len != params.datalen

Also ok to drop it and we do it later