latchset / kryoptic

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

Accept DER encoded public keys #67

Closed simo5 closed 2 months ago

simo5 commented 3 months ago

The spec says it is just a may, but better allow it than not given there has been confusion about this on the past and pkcs11-provider tries to pass in a DER encoded point.

Fixes #66