- From: Emil Lundberg <noreply@github.com>
- Date: Thu, 30 May 2024 06:37:14 -0700
- To: public-webauthn@w3.org
Branch: refs/heads/pr-1951-review-emlun Home: https://github.com/w3c/webauthn Commit: 3361ef49c19daec3cd408d544802889279045aa0 https://github.com/w3c/webauthn/commit/3361ef49c19daec3cd408d544802889279045aa0 Author: Emil Lundberg <emil@yubico.com> Date: 2024-01-19 (Fri, 19 Jan 2024) Changed paths: M index.bs Log Message: ----------- Explicitly specify binary encoding for string truncation Commit: bdb2dab3d1f1fb38c0421f7910c29b4db50fb7a4 https://github.com/w3c/webauthn/commit/bdb2dab3d1f1fb38c0421f7910c29b4db50fb7a4 Author: Emil Lundberg <emil@yubico.com> Date: 2024-01-22 (Mon, 22 Jan 2024) Changed paths: M index.bs Log Message: ----------- Apply suggestions from review Commit: 01279024e16533770295ab74248d5e2d4dbd76c5 https://github.com/w3c/webauthn/commit/01279024e16533770295ab74248d5e2d4dbd76c5 Author: Emil Lundberg <emil@yubico.com> Date: 2024-01-22 (Mon, 22 Jan 2024) Changed paths: M index.bs Log Message: ----------- Unify language on truncation between name/displayName, and simplify both Commit: 527629ceb30f9040accf137f9e41b8d2b1d397eb https://github.com/w3c/webauthn/commit/527629ceb30f9040accf137f9e41b8d2b1d397eb Author: Emil Lundberg <emil@yubico.com> Date: 2024-01-22 (Mon, 22 Jan 2024) Changed paths: M index.bs Log Message: ----------- Add missing "to" in "equal to or greater than" Commit: f337fcecd074d3329ad032219d33fdef05fb6760 https://github.com/w3c/webauthn/commit/f337fcecd074d3329ad032219d33fdef05fb6760 Author: Emil Lundberg <emil@yubico.com> Date: 2024-02-28 (Wed, 28 Feb 2024) Changed paths: M index.bs Log Message: ----------- Address review comments Commit: 8f89a8eda647b866a042e935ded702ccb128e41a https://github.com/w3c/webauthn/commit/8f89a8eda647b866a042e935ded702ccb128e41a Author: Emil Lundberg <emil@yubico.com> Date: 2024-02-28 (Wed, 28 Feb 2024) Changed paths: M index.bs Log Message: ----------- Rewrite "UTF-8 sequence(s)" to "UTF-8 code point(s)" Commit: 70981d9903ec333df966a065f8fe4fdc9dd6082a https://github.com/w3c/webauthn/commit/70981d9903ec333df966a065f8fe4fdc9dd6082a Author: Emil Lundberg <emil@yubico.com> Date: 2024-02-28 (Wed, 28 Feb 2024) Changed paths: M index.bs Log Message: ----------- Clarify connection between credential record and PublicKeyCredentialDescriptor Commit: cbe26ac381eb7312d399b6d3c549b5c7b4d7bc29 https://github.com/w3c/webauthn/commit/cbe26ac381eb7312d399b6d3c549b5c7b4d7bc29 Author: Emil Lundberg <emil@yubico.com> Date: 2024-02-28 (Wed, 28 Feb 2024) Changed paths: M index.bs Log Message: ----------- Fix out-of-sync numbers in algorithm step references Commit: fc39eddb88305d7117ad8c0fb652393b096bbc5f https://github.com/w3c/webauthn/commit/fc39eddb88305d7117ad8c0fb652393b096bbc5f Author: Emil Lundberg <emil@yubico.com> Date: 2024-02-28 (Wed, 28 Feb 2024) Changed paths: M index.bs Log Message: ----------- Un-capitalize "Step" when not first word in a sentence Commit: b8986ac025af1f373914658943c020ee361d699d https://github.com/w3c/webauthn/commit/b8986ac025af1f373914658943c020ee361d699d Author: Michael Jones <michael_b_jones@hotmail.com> Date: 2024-03-06 (Wed, 06 Mar 2024) Changed paths: M index.bs Log Message: ----------- Update Dependencies section Commit: 1bf960fb4e9d8e75dd3105d94ddceb2ab6818b0c https://github.com/w3c/webauthn/commit/1bf960fb4e9d8e75dd3105d94ddceb2ab6818b0c Author: Adam Langley <agl@chromium.org> Date: 2024-03-13 (Wed, 13 Mar 2024) Changed paths: M index.bs Log Message: ----------- Include supported extensions in getClientCapabilities. It is of somewhat limited value because getClientCapabilities can't know what extensions the user's authenticator will support, but it can be meaningful to know that an extension isn't supported. Absent this, sites are guessing based on browser names and versions, but that is fragile. Commit: 763831bdd1a2d9e60d2d74378caab20c1ca0a6c6 https://github.com/w3c/webauthn/commit/763831bdd1a2d9e60d2d74378caab20c1ca0a6c6 Author: pascoe <pascoe@apple.com> Date: 2024-03-19 (Tue, 19 Mar 2024) Changed paths: M index.bs Log Message: ----------- Address emlun's comments Commit: 5d6c2059f0c4c84e2a051232b933b56296cb8efa https://github.com/w3c/webauthn/commit/5d6c2059f0c4c84e2a051232b933b56296cb8efa Author: pascoe <pascoe@apple.com> Date: 2024-03-19 (Tue, 19 Mar 2024) Changed paths: M index.bs Log Message: ----------- CredentialRequestOptions->CredentialCreationOptions Commit: ae8e0fc179b7c0e20cd6319564595fcab20386f5 https://github.com/w3c/webauthn/commit/ae8e0fc179b7c0e20cd6319564595fcab20386f5 Author: pascoe <pascoe@apple.com> Date: 2024-03-19 (Tue, 19 Mar 2024) Changed paths: M index.bs Log Message: ----------- Address emlun's other comments Commit: 0102d01fe8a918dd0eb64b5e5f1eb8029855a8a6 https://github.com/w3c/webauthn/commit/0102d01fe8a918dd0eb64b5e5f1eb8029855a8a6 Author: Emil Lundberg <emil@yubico.com> Date: 2024-03-20 (Wed, 20 Mar 2024) Changed paths: M index.bs Log Message: ----------- Rewrite string truncation to clarify difference in client/authnr responsibilities Commit: ccf4e32df1449273437ed6aa1d68cf695435f9ca https://github.com/w3c/webauthn/commit/ccf4e32df1449273437ed6aa1d68cf695435f9ca Author: Emil Lundberg <emil@yubico.com> Date: 2024-03-20 (Wed, 20 Mar 2024) Changed paths: M index.bs Log Message: ----------- Don't mention only authenticators in reference to string truncation section Commit: 0318deecd3e8b4f7ac18548a71798e15f6b8cdcd https://github.com/w3c/webauthn/commit/0318deecd3e8b4f7ac18548a71798e15f6b8cdcd Author: pascoe <pascoe@apple.com> Date: 2024-04-03 (Wed, 03 Apr 2024) Changed paths: M index.bs Log Message: ----------- Require uv=0,up=0 for conditionalCreate Commit: 18b08a2e0c67a71a1fd93d5d97391896a070fa7a https://github.com/w3c/webauthn/commit/18b08a2e0c67a71a1fd93d5d97391896a070fa7a Author: Nick Steele <344821+nicksteele@users.noreply.github.com> Date: 2024-04-03 (Wed, 03 Apr 2024) Changed paths: M index.bs Log Message: ----------- Merge pull request #2041 from w3c/extcaps Include supported extensions in getClientCapabilities. Commit: 064041d51c8e84207763903df5c3fe4e3581cb0c https://github.com/w3c/webauthn/commit/064041d51c8e84207763903df5c3fe4e3581cb0c Author: Emil Lundberg <emil@yubico.com> Date: 2024-04-03 (Wed, 03 Apr 2024) Changed paths: M index.bs Log Message: ----------- Merge pull request #2032 from w3c/issue-2030-step-numbers Fix out-of-sync numbers in algorithm step references Commit: 3ad0eda0ebc4f54b522518f71461449657c4c43b https://github.com/w3c/webauthn/commit/3ad0eda0ebc4f54b522518f71461449657c4c43b Author: Nick Steele <344821+nicksteele@users.noreply.github.com> Date: 2024-04-03 (Wed, 03 Apr 2024) Changed paths: M index.bs Log Message: ----------- Merge pull request #2031 from w3c/issue-2016-credentialRecord-transports Clarify connection between credential record and PublicKeyCredentialDescriptor Commit: f2ccac781e12853a6087cad0a508220b3e0be015 https://github.com/w3c/webauthn/commit/f2ccac781e12853a6087cad0a508220b3e0be015 Author: pascoe <pascoe@apple.com> Date: 2024-04-19 (Fri, 19 Apr 2024) Changed paths: M index.bs Log Message: ----------- Address Tim and Emlun's comments Commit: 8f8740068a5d5210ba3fc673960865c89fa5e908 https://github.com/w3c/webauthn/commit/8f8740068a5d5210ba3fc673960865c89fa5e908 Author: Adam Langley <agl@chromium.org> Date: 2024-04-20 (Sat, 20 Apr 2024) Changed paths: M index.bs Log Message: ----------- Don't zero platform-authenticator AAGUIDs. As discussed at the face-to-face, this reflects current practice where the AAGUID of platform authenticators are passed through even when attestation is not requested. Commit: 2b74398476befe9c6b5eca63472d2caf6ca553fd https://github.com/w3c/webauthn/commit/2b74398476befe9c6b5eca63472d2caf6ca553fd Author: Tim Cappalli <tim@cloudauth.dev> Date: 2024-04-24 (Wed, 24 Apr 2024) Changed paths: M index.bs Log Message: ----------- s/conditionalMediation/conditionalGet Commit: bc18dcdd5f926ce85e7850b0a8a5b9d829017ea7 https://github.com/w3c/webauthn/commit/bc18dcdd5f926ce85e7850b0a8a5b9d829017ea7 Author: Michael B. Jones <michael_b_jones@hotmail.com> Date: 2024-04-27 (Sat, 27 Apr 2024) Changed paths: M index.bs Log Message: ----------- Merge pull request #2039 from selfissued/mbj-dependencies Update Dependencies section Commit: 9a3061305dcff49d1567cdb155da01d236a152ea https://github.com/w3c/webauthn/commit/9a3061305dcff49d1567cdb155da01d236a152ea Author: Pascoe <pascoe@apple.com> Date: 2024-05-01 (Wed, 01 May 2024) Changed paths: M index.bs Log Message: ----------- Address Tim's comment Commit: dde3ab327386487eee53b6e83999be72373711b4 https://github.com/w3c/webauthn/commit/dde3ab327386487eee53b6e83999be72373711b4 Author: Pascoe <pascoe@apple.com> Date: 2024-05-15 (Wed, 15 May 2024) Changed paths: M index.bs Log Message: ----------- Address Matt's comments Commit: 88905f28a2120959b4b51691759727f5724cff02 https://github.com/w3c/webauthn/commit/88905f28a2120959b4b51691759727f5724cff02 Author: Adam Langley <agl@google.com> Date: 2024-05-15 (Wed, 15 May 2024) Changed paths: M index.bs Log Message: ----------- Merge pull request #2058 from w3c/plat-aaguid Don't zero platform-authenticator AAGUIDs. Commit: 62b069eb94a7abfd5de882a858f836ac4ec02341 https://github.com/w3c/webauthn/commit/62b069eb94a7abfd5de882a858f836ac4ec02341 Author: Pascoe <j_pascoe@apple.com> Date: 2024-05-15 (Wed, 15 May 2024) Changed paths: M index.bs Log Message: ----------- Merge pull request #1951 from pascoej/conditionalcreate Initial text for conditional create Commit: 115eb6db19034c6e07d915f7d59b9b66b100c104 https://github.com/w3c/webauthn/commit/115eb6db19034c6e07d915f7d59b9b66b100c104 Author: Tim Cappalli <tim@cloudauth.dev> Date: 2024-05-20 (Mon, 20 May 2024) Changed paths: M index.bs Log Message: ----------- Update index.bs Co-authored-by: Emil Lundberg <emil@yubico.com> Commit: 3d4c1cf5b3a8fa8ca8be51c1873787e32658be85 https://github.com/w3c/webauthn/commit/3d4c1cf5b3a8fa8ca8be51c1873787e32658be85 Author: Tim Cappalli <tim@cloudauth.dev> Date: 2024-05-21 (Tue, 21 May 2024) Changed paths: M index.bs Log Message: ----------- Update index.bs Co-authored-by: Emil Lundberg <emil@yubico.com> Commit: 004deec3a7cbcb927d6c6a211eb88839d65e6dc5 https://github.com/w3c/webauthn/commit/004deec3a7cbcb927d6c6a211eb88839d65e6dc5 Author: Tim Cappalli <tim@cloudauth.dev> Date: 2024-05-21 (Tue, 21 May 2024) Changed paths: M index.bs Log Message: ----------- Merge pull request #2061 from w3c/tc-conditionalget Conditional mediation client capability consistency Commit: fabbc09aefb5e7c8a6285980314f50a49eb5507c https://github.com/w3c/webauthn/commit/fabbc09aefb5e7c8a6285980314f50a49eb5507c Author: Emil Lundberg <emil@yubico.com> Date: 2024-05-27 (Mon, 27 May 2024) Changed paths: M index.bs Log Message: ----------- Merge pull request #2017 from w3c/issue-1994-binary-trunc-encoding Explicitly specify binary encoding for string truncation Commit: ca2d680e158595b1c66ed29b714fe48680a860eb https://github.com/w3c/webauthn/commit/ca2d680e158595b1c66ed29b714fe48680a860eb Author: Emil Lundberg <emil@yubico.com> Date: 2024-05-30 (Thu, 30 May 2024) Changed paths: M index.bs Log Message: ----------- Merge branch 'main' into pr-1951-review-emlun Compare: https://github.com/w3c/webauthn/compare/1df325885582...ca2d680e1585 To unsubscribe from these emails, change your notification settings at https://github.com/w3c/webauthn/settings/notifications
Received on Thursday, 30 May 2024 13:37:18 UTC