latchset / kryoptic

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

Test interoperability of asymmetric key wrapping and unwrapping #51

Open Jakuje opened 4 months ago

Jakuje commented 4 months ago

The asymmetric key (RSA, ECDSA) wrapping and unwrapping works on kryoptic, but it involves a lot of ASN.1 encoding and decoding so it would be useful to test interoperability of these operations on some other implementation to make sure we do the right thing.

simo5 commented 1 week ago

pk12util can be used to wrap a key in kryoptic and unwrap it in a softokn, and vice versa