- From: philomathic_life via GitHub <sysbot+gh@w3.org>
- Date: Wed, 21 May 2025 14:03:06 +0000
- To: public-webauthn@w3.org
> COSE does not allow encoding ESP* keys with the OKP type. ECDSA public keys are required to use the EC2 key type Indeed. Thanks for the correction. I assumed the reason the OKP parameter for the public key was called `x` was for curves like P-256 since the compressed point is represented as the x-coordinate with the y-coordinate parity bit; in contrast to curves like ed25519 whose points are encoded as the y-coordinate with the x-coordinate parity bit thus `y` would be the more appropriate parameter name. That's what I get for not re-reading RFC 9053. -- GitHub Notification of comment by zacknewman Please view or discuss this issue at https://github.com/w3c/webauthn/pull/2283#issuecomment-2898089040 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 21 May 2025 14:03:07 UTC