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

Support for PGP cv25519 encryption keys #25

Open
lxp opened this issue Aug 5, 2022 · 1 comment
Open

Support for PGP cv25519 encryption keys #25

lxp opened this issue Aug 5, 2022 · 1 comment

Comments

@lxp
Copy link

lxp commented Aug 5, 2022

Verifying the attestation for PGP ed25519 signing and authentication keys works as intended.
However, PGP cv25519 encryption keys cannot be verified and result in the following error:

$ docker run --rm -it -v $(pwd)/att:/att:ro joemiller/yk-attest-verify pgp /att/att-statement-enc.pem /att/att-cert.pem --allowed-slots=enc
Error: x509: unsupported elliptic curve
@joemiller
Copy link
Owner

@lxp Thanks for the report. I am not as familiar with cv25519 as ed25519. Can you provide any steps that might help me quickly setup a good test case here? tnx

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