Closed chris-wood closed 1 year ago
The Zig and C implementations can already export public keys as SPKI values with the RSASSA-PSS OID.
So yes, I'd definitely be open to adding SPKI support in the Rust implementation as well. And importation in other implementations would be nice to have, too!
Per the spec, it would be great if one could construct public keys from DER or PEM encoded SPKI values with the RSASSA-PSS OID. Would you be open to adding such a feature?