- From: Adam Langley <noreply@github.com>
- Date: Wed, 15 Nov 2023 14:20:29 -0800
- To: public-webauthn@w3.org
Branch: refs/heads/main Home: https://github.com/w3c/webauthn Commit: 04dd9e842540167d86791775972389e5f3022389 https://github.com/w3c/webauthn/commit/04dd9e842540167d86791775972389e5f3022389 Author: Adam Langley <agl@chromium.org> Date: 2023-09-06 (Wed, 06 Sep 2023) Changed paths: M index.bs Log Message: ----------- Remove `devicePubKey` extension. Commit: b7c3b0ee62d92a2c776a55fe011b2320058fc5df https://github.com/w3c/webauthn/commit/b7c3b0ee62d92a2c776a55fe011b2320058fc5df Author: Adam Langley <agl@chromium.org> Date: 2023-09-06 (Wed, 06 Sep 2023) Changed paths: M index.bs Log Message: ----------- Add `supplementalPubKeys` extension. This extension is very similar the previous `devicePubKeys` extension. The difference is that `supplementalPubKey` allows for one _or two_ supplemental keys, and while supplemental keys can be device bound, they can also have "provider" scope, which is defined by their attestation statement. Commit: f5ea861fdc41f9bf2ee2238d46acd9247b12efc3 https://github.com/w3c/webauthn/commit/f5ea861fdc41f9bf2ee2238d46acd9247b12efc3 Author: Adam Langley <agl@chromium.org> Date: 2023-09-20 (Wed, 20 Sep 2023) Changed paths: M index.bs Log Message: ----------- Remove the requirement that SPK be used only with backup eligible credentials. (Based on the WG discussion of 2023-09-20.) Commit: 24dd8e97fd19ce256f5e03658608d4a6491081c9 https://github.com/w3c/webauthn/commit/24dd8e97fd19ce256f5e03658608d4a6491081c9 Author: Adam Langley <agl@chromium.org> Date: 2023-10-25 (Wed, 25 Oct 2023) Changed paths: M index.bs Log Message: ----------- Change "will" to "will likely". (Addressing Tim's comment.) Commit: 462113c4892dc9f80fbb67c453be11f6940061bc https://github.com/w3c/webauthn/commit/462113c4892dc9f80fbb67c453be11f6940061bc Author: Adam Langley <agl@google.com> Date: 2023-11-15 (Wed, 15 Nov 2023) Changed paths: M index.bs Log Message: ----------- Apply emlun's changes from code review Co-authored-by: Emil Lundberg <emil@yubico.com> Commit: d39e8b5e276eed21e710e98db3c035ef8fde7c3e https://github.com/w3c/webauthn/commit/d39e8b5e276eed21e710e98db3c035ef8fde7c3e Author: Adam Langley <agl@chromium.org> Date: 2023-11-15 (Wed, 15 Nov 2023) Changed paths: M index.bs Log Message: ----------- Say "PubKeys" not "PublicKeys" The extension name uses "PubKeys" but some of the structures said "PublicKeys". Be consistent. Commit: 72b78b5a40922a69b51ed38d5ed0e2cffe9c5ba5 https://github.com/w3c/webauthn/commit/72b78b5a40922a69b51ed38d5ed0e2cffe9c5ba5 Author: Adam Langley <agl@chromium.org> Date: 2023-11-15 (Wed, 15 Nov 2023) Changed paths: M index.bs Log Message: ----------- Address more of emlun's comments. Commit: cf3ca3a479e939011dc2e5f18b69d34a5a61852f https://github.com/w3c/webauthn/commit/cf3ca3a479e939011dc2e5f18b69d34a5a61852f Author: Adam Langley <agl@chromium.org> Date: 2023-11-15 (Wed, 15 Nov 2023) Changed paths: M index.bs Log Message: ----------- authHash -> authData typo fix. Commit: 9cf1634c5ee5bad49c892c044cd008a5ee2096d6 https://github.com/w3c/webauthn/commit/9cf1634c5ee5bad49c892c044cd008a5ee2096d6 Author: Adam Langley <agl@chromium.org> Date: 2023-11-15 (Wed, 15 Nov 2023) Changed paths: M index.bs Log Message: ----------- Update other instances of the SPK attestation prefix. Commit: b2cba32669951cd5420efb0f7579b375861b9fbf https://github.com/w3c/webauthn/commit/b2cba32669951cd5420efb0f7579b375861b9fbf Author: Adam Langley <agl@chromium.org> Date: 2023-11-15 (Wed, 15 Nov 2023) Changed paths: M .bikeshed-include/copyright.include M .bikeshed-include/status-WD.include M .github/workflows/build-validate-publish.yml M index.bs Log Message: ----------- Merge branch 'main' into spk Commit: e168d78ff4e15937c79cc9af7d749dadd329cce3 https://github.com/w3c/webauthn/commit/e168d78ff4e15937c79cc9af7d749dadd329cce3 Author: Adam Langley <agl@chromium.org> Date: 2023-11-15 (Wed, 15 Nov 2023) Changed paths: M index.bs Log Message: ----------- Fix bikeshed warnings post-merge Commit: f8163ea38ba03fb2352b5d6730bac6db1225b30a https://github.com/w3c/webauthn/commit/f8163ea38ba03fb2352b5d6730bac6db1225b30a Author: Adam Langley <agl@google.com> Date: 2023-11-15 (Wed, 15 Nov 2023) Changed paths: M index.bs Log Message: ----------- Merge pull request #1957 from w3c/spk devicePubKey → supplementalPubKeys Compare: https://github.com/w3c/webauthn/compare/a8bf3f5ae954...f8163ea38ba0
Received on Wednesday, 15 November 2023 22:20:36 UTC