bergzand / libcose

Constrained node COSE library
Other
23 stars 9 forks source link

Easier ECDSA handling #57

Open bergzand opened 6 years ago

bergzand commented 6 years ago

@bremoran Does this cover all issues so far?

bremoran commented 6 years ago

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.