Nitrokey / opcard-rs

OpenPGP card implementation
51 stars 1 forks source link

Add support for nist P384 and P521 curves, as well as the brainpool 256, 384 and 512 bit curves #207

Closed sosthene-nitrokey closed 3 months ago

sosthene-nitrokey commented 7 months ago

Pending: https://github.com/trussed-dev/trussed/pull/163

jans23 commented 4 months ago

Does this support SE050?

sosthene-nitrokey commented 4 months ago

Yes. It fully works with the software implementation, but it also contains a workaround for an issue that comes with the SE050 implementation and private key import.

The other relevant PRs are:

Due to binary size constraints, we are going to only support these curves when the SE050 anyways on the NK3 firmware (at least until we make significant progress on that front).