- From: Adam Langley via GitHub <sysbot+gh@w3.org>
- Date: Wed, 15 Nov 2023 22:20:20 +0000
- To: public-webauthn@w3.org
The following commits were just pushed by agl to https://github.com/w3c/webauthn: * Remove `devicePubKey` extension. by Adam Langley https://github.com/w3c/webauthn/commit/04dd9e842540167d86791775972389e5f3022389 * 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. by Adam Langley https://github.com/w3c/webauthn/commit/b7c3b0ee62d92a2c776a55fe011b2320058fc5df * Remove the requirement that SPK be used only with backup eligible credentials. (Based on the WG discussion of 2023-09-20.) by Adam Langley https://github.com/w3c/webauthn/commit/f5ea861fdc41f9bf2ee2238d46acd9247b12efc3 * Change "will" to "will likely". (Addressing Tim's comment.) by Adam Langley https://github.com/w3c/webauthn/commit/24dd8e97fd19ce256f5e03658608d4a6491081c9 * Apply emlun's changes from code review Co-authored-by: Emil Lundberg <emil@yubico.com> by Adam Langley https://github.com/w3c/webauthn/commit/462113c4892dc9f80fbb67c453be11f6940061bc * Say "PubKeys" not "PublicKeys" The extension name uses "PubKeys" but some of the structures said "PublicKeys". Be consistent. by Adam Langley https://github.com/w3c/webauthn/commit/d39e8b5e276eed21e710e98db3c035ef8fde7c3e * Address more of emlun's comments. by Adam Langley https://github.com/w3c/webauthn/commit/72b78b5a40922a69b51ed38d5ed0e2cffe9c5ba5 * authHash -> authData typo fix. by Adam Langley https://github.com/w3c/webauthn/commit/cf3ca3a479e939011dc2e5f18b69d34a5a61852f * Update other instances of the SPK attestation prefix. by Adam Langley https://github.com/w3c/webauthn/commit/9cf1634c5ee5bad49c892c044cd008a5ee2096d6 * Merge branch 'main' into spk by Adam Langley https://github.com/w3c/webauthn/commit/b2cba32669951cd5420efb0f7579b375861b9fbf * Fix bikeshed warnings post-merge by Adam Langley https://github.com/w3c/webauthn/commit/e168d78ff4e15937c79cc9af7d749dadd329cce3 * Merge pull request #1957 from w3c/spk devicePubKey → supplementalPubKeys by Adam Langley https://github.com/w3c/webauthn/commit/f8163ea38ba03fb2352b5d6730bac6db1225b30a -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 15 November 2023 22:20:22 UTC