- From: Emil Lundberg <noreply@github.com>
- Date: Thu, 22 May 2025 08:41:18 -0700
- To: public-webauthn@w3.org
Branch: refs/heads/main Home: https://github.com/w3c/webauthn Commit: bf68caf4bfb63e4631c306c5c77166e6584949df https://github.com/w3c/webauthn/commit/bf68caf4bfb63e4631c306c5c77166e6584949df Author: Emil Lundberg <emil@yubico.com> Date: 2025-04-25 (Fri, 25 Apr 2025) Changed paths: M index.bs Log Message: ----------- Add COSEAlgorithmIdentifier values -9 and -50 to examples and recommendations Commit: 22b5cc8ead19fdc5514d9fbbc3a27b1c0b8ef944 https://github.com/w3c/webauthn/commit/22b5cc8ead19fdc5514d9fbbc3a27b1c0b8ef944 Author: Emil Lundberg <emil@yubico.com> Date: 2025-04-25 (Fri, 25 Apr 2025) Changed paths: M index.bs Log Message: ----------- Require that ESP256 keys MUST NOT use compressed form Commit: 928c6684a87c0a1e1efc7c0506009fac3e9a1b76 https://github.com/w3c/webauthn/commit/928c6684a87c0a1e1efc7c0506009fac3e9a1b76 Author: Emil Lundberg <emil@yubico.com> Date: 2025-05-02 (Fri, 02 May 2025) Changed paths: M index.bs Log Message: ----------- Add uncompressed form requirement for ESP384 and ESP512 Commit: a4575b3f039d932a2f6168e025ea6cba08684a55 https://github.com/w3c/webauthn/commit/a4575b3f039d932a2f6168e025ea6cba08684a55 Author: Emil Lundberg <emil@yubico.com> Date: 2025-05-06 (Tue, 06 May 2025) Changed paths: M index.bs M test-vectors/poetry.lock M test-vectors/pyproject.toml M test-vectors/webauthn-test-vectors.py Log Message: ----------- Add and prefer fully-specified COSE algorithm identifers in test vectors Commit: 48f24023b2a37f5fd63fc774f6ae3019bd7bd2cc https://github.com/w3c/webauthn/commit/48f24023b2a37f5fd63fc774f6ae3019bd7bd2cc Author: Emil Lundberg <emil@yubico.com> Date: 2025-05-06 (Tue, 06 May 2025) Changed paths: M index.bs M test-vectors/poetry.lock M test-vectors/pyproject.toml M test-vectors/webauthn-test-vectors.py Log Message: ----------- Add Ed448 test vectors Commit: 865c94ac3581a98a46402e0cfe4bbf70b5465a9b https://github.com/w3c/webauthn/commit/865c94ac3581a98a46402e0cfe4bbf70b5465a9b Author: Emil Lundberg <emil@yubico.com> Date: 2025-05-07 (Wed, 07 May 2025) Changed paths: M index.bs M test-vectors/webauthn-test-vectors.py Log Message: ----------- Use same attestation alg as credential alg in self attestation test vector Commit: b4d412c2c36e715dd709aabf0d2540fda04b3de1 https://github.com/w3c/webauthn/commit/b4d412c2c36e715dd709aabf0d2540fda04b3de1 Author: Emil Lundberg <emil@yubico.com> Date: 2025-05-07 (Wed, 07 May 2025) Changed paths: M index.bs M test-vectors/webauthn-test-vectors.py Log Message: ----------- Use ESP256 instead of ES256 as attestation alg in test vectors Commit: 8cffb7acae1e88f558db6ef7cb4de46a2191565f https://github.com/w3c/webauthn/commit/8cffb7acae1e88f558db6ef7cb4de46a2191565f Author: Emil Lundberg <emil@yubico.com> Date: 2025-05-07 (Wed, 07 May 2025) Changed paths: A .github/workflows/check-test-vectors.yml M index.bs A test-vectors/README.md A test-vectors/inject-generated-content.sh A test-vectors/poetry.lock A test-vectors/pyproject.toml A test-vectors/webauthn-prf-test-vectors.py A test-vectors/webauthn-test-vectors.py Log Message: ----------- Merge branch 'main' into issue-2282-fully-spec-algs Commit: c47f7e94e313f7ebff61ea0e0bce751c3a99cd7c https://github.com/w3c/webauthn/commit/c47f7e94e313f7ebff61ea0e0bce751c3a99cd7c Author: Emil Lundberg <emil@yubico.com> Date: 2025-05-07 (Wed, 07 May 2025) Changed paths: M index.bs M test-vectors/poetry.lock M test-vectors/pyproject.toml M test-vectors/webauthn-test-vectors.py Log Message: ----------- Merge pull request #2290 from w3c/test-vectors-fully-spec-algs Add and prefer fully-specified COSE algorithm identifers in test vectors Commit: 9187c326e508b69ad27dc9873bcd8fe2b052c50c https://github.com/w3c/webauthn/commit/9187c326e508b69ad27dc9873bcd8fe2b052c50c Author: Emil Lundberg <emil@yubico.com> Date: 2025-05-08 (Thu, 08 May 2025) Changed paths: M index.bs M test-vectors/poetry.lock M test-vectors/pyproject.toml Log Message: ----------- Update test vectors to draft 12 of COSE fully-specified algs ESP384, ESP512, Ed25519 and Ed448 values were changed in draft 12 due to conflict with those values assigned to ML-DSA: https://www.ietf.org/archive/id/draft-ietf-jose-fully-specified-algorithms-12.html#name-fully-specified-digital-sig Commit: c129a055c23e97b01caf513aa130a48d3904afe2 https://github.com/w3c/webauthn/commit/c129a055c23e97b01caf513aa130a48d3904afe2 Author: Emil Lundberg <emil@yubico.com> Date: 2025-05-08 (Thu, 08 May 2025) Changed paths: M index.bs Log Message: ----------- Update to match draft 12 of draft-ietf-jose-fully-specified-algorithms ESP384, ESP512, Ed25519 and Ed448 values were changed in draft 12 due to conflict with those values assigned to ML-DSA: https://www.ietf.org/archive/id/draft-ietf-jose-fully-specified-algorithms-12.html#name-fully-specified-digital-sig Commit: ab50d193bd7b50bb4fb07092a750e5364d127ddf https://github.com/w3c/webauthn/commit/ab50d193bd7b50bb4fb07092a750e5364d127ddf Author: Emil Lundberg <emil@yubico.com> Date: 2025-05-20 (Tue, 20 May 2025) Changed paths: M test-vectors/poetry.lock M test-vectors/pyproject.toml Log Message: ----------- Update test-vectors fido2 dependency to official version Commit: 3bde13862e16d0e8ec6a9a19be3360a483e2d519 https://github.com/w3c/webauthn/commit/3bde13862e16d0e8ec6a9a19be3360a483e2d519 Author: Emil Lundberg <emil@yubico.com> Date: 2025-05-20 (Tue, 20 May 2025) Changed paths: M index.bs M test-vectors/webauthn-test-vectors.py Log Message: ----------- Revert preferring new COSE identifiers in examples and test vectors Commit: 1882f7ff6d01f4894e58747d7a46f88cdb0e5ba5 https://github.com/w3c/webauthn/commit/1882f7ff6d01f4894e58747d7a46f88cdb0e5ba5 Author: Emil Lundberg <emil@yubico.com> Date: 2025-05-20 (Tue, 20 May 2025) Changed paths: M index.bs M test-vectors/webauthn-test-vectors.py Log Message: ----------- Rename Ed25519 test vector section anchor and seed to EdDSA To reflect that the COSEAlgorithmIdentifier used in this test vector is in fact `EdDSA (-8)`, not the recently registered `Ed25519 (-19)`. Commit: 1c88e2926458008b92213a2e39a307b9b0c682df https://github.com/w3c/webauthn/commit/1c88e2926458008b92213a2e39a307b9b0c682df Author: Emil Lundberg <emil@yubico.com> Date: 2025-05-21 (Wed, 21 May 2025) Changed paths: M index.bs Log Message: ----------- Revert adding new COSE algs to recommendations and examples Commit: 472e8d0bc6cbf4f09e69fc0561c4199e3fe3a630 https://github.com/w3c/webauthn/commit/472e8d0bc6cbf4f09e69fc0561c4199e3fe3a630 Author: Emil Lundberg <emil@yubico.com> Date: 2025-05-21 (Wed, 21 May 2025) Changed paths: M index.bs Log Message: ----------- Recommend against ESP* and Ed25519 COSEAlgorithmIdentifiers Commit: 3bcf9d52f1541aecfe050c6bdc41ed30e4f5dcba https://github.com/w3c/webauthn/commit/3bcf9d52f1541aecfe050c6bdc41ed30e4f5dcba Author: Emil Lundberg <emil@yubico.com> Date: 2025-05-22 (Thu, 22 May 2025) Changed paths: M index.bs M test-vectors/poetry.lock M test-vectors/pyproject.toml M test-vectors/webauthn-test-vectors.py Log Message: ----------- Merge pull request #2283 from w3c/issue-2282-fully-spec-algs Account for new fully-specified ECDSA and Ed448 COSEAlgorithmIdentifiers Compare: https://github.com/w3c/webauthn/compare/ca16c48e8b68...3bcf9d52f154 To unsubscribe from these emails, change your notification settings at https://github.com/w3c/webauthn/settings/notifications
Received on Thursday, 22 May 2025 15:41:23 UTC