- From: Emil Lundberg via GitHub <sysbot+gh@w3.org>
- Date: Wed, 20 Nov 2024 18:38:55 +0000
- To: public-webauthn@w3.org
emlun has just submitted a new pull request for https://github.com/w3c/webauthn: == Add test vectors == Closes #1633. Sorry it took so long! The test vectors proposed in #1633 use RP IDs of real websites unaffiliated with W3C, which felt out of place to me, so I chose to generate new ones instead. Also in order to pre-empt any worry that there could be something nefarious hidden in these values, they are all generated deterministically from disclosed PRNG seeds. Consequently the attestation statements are synthetic values rather than real attestations from the corresponding trusted source, which unfortunately means there's more room for error, but I think it's worth it to have the examples self-contained and transparent. I invite library authors to try running their registration and authentication procedures on these examples so that we may work out any inconsistencies. I plan to also share the code used to generate these, but I needed to patch some of the libraries I used, so I need to resolve that first. See https://github.com/w3c/webauthn/pull/2209 -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 20 November 2024 18:38:56 UTC