Skip to content
This repository has been archived by the owner on May 18, 2022. It is now read-only.

P-256 cryptography support #40

Closed
jonas-schievink opened this issue Apr 5, 2019 · 2 comments · Fixed by #102
Closed

P-256 cryptography support #40

jonas-schievink opened this issue Apr 5, 2019 · 2 comments · Fixed by #102
Labels
area: utils Code Area: Utilities and scaffolding used throughout the project status: blocked Blocked on other work (either another issue in this repo, or work in another repo) type: enhancement A new feature or an improvement for an existing one

Comments

@jonas-schievink
Copy link
Owner

For pairing, we need to perform ECDH on P-256. ring can provide that, but unfortunately does not currently build on thumb targets. We need to fix that or use a different library that provides P-256 operations.

@jonas-schievink jonas-schievink added type: enhancement A new feature or an improvement for an existing one status: blocked Blocked on other work (either another issue in this repo, or work in another repo) area: utils Code Area: Utilities and scaffolding used throughout the project labels Apr 5, 2019
@jonas-schievink

This comment has been minimized.

@briansmith
Copy link

FYI, briansmith/ring#1011 will add support for P-256 for more targets.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area: utils Code Area: Utilities and scaffolding used throughout the project status: blocked Blocked on other work (either another issue in this repo, or work in another repo) type: enhancement A new feature or an improvement for an existing one
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants