Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Easier ECDSA handling #57

Open
bergzand opened this issue Jun 5, 2018 · 1 comment
Open

Easier ECDSA handling #57

bergzand opened this issue Jun 5, 2018 · 1 comment

Comments

@bergzand
Copy link
Owner

bergzand commented Jun 5, 2018

  • Import a whole key instead as a single string
  • Exact key sizes without padding

@bremoran Does this cover all issues so far?

@bremoran
Copy link

bremoran commented Jun 8, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants