Easier ECDSA handling
Opened this issue · 1 comments
bergzand commented
- Import a whole key instead as a single string
- Exact key sizes without padding
@bremoran Does this cover all issues so far?
bremoran commented
That seems about right. mbedTLS has some information about how to do this in its pk_verify program. However, this is incompatible with COSE_Key objects: the functions used by pk_verify expect ASN.1 DER encoded keys.