Yubico / Yubico.NET.SDK

A YubiKey SDK for .NET developers
Apache License 2.0
96 stars 48 forks source link

Secp256k1/Curve25519 support for PIV auth-sign #15

Closed jpopesculian closed 2 years ago

jpopesculian commented 2 years ago

In the docs it seems there is no support for Secp256k1 or Curve25519. As far as I understand 5.2.3+ should support these curves. Is there be support for these curves (without going through PGP)?

GregDomzalski commented 2 years ago

Hi @jpopesculian

No. These algorithms are only supported by the OpenPGP application of the YubiKey. The PIV application only implements the algorithms listed on the first page that you have linked.

Sorry!