- From: Adam Langley <noreply@github.com>
- Date: Wed, 30 Sep 2020 12:59:29 -0700
- To: public-webauthn@w3.org
Branch: refs/heads/master Home: https://github.com/w3c/webauthn Commit: cfc0e921d7afe9cd12dafee14dacae7a5065afcc https://github.com/w3c/webauthn/commit/cfc0e921d7afe9cd12dafee14dacae7a5065afcc Author: Adam Langley <agl@imperialviolet.org> Date: 2020-08-17 (Mon, 17 Aug 2020) Changed paths: M index.bs Log Message: ----------- Make largeBlobs explicit during create. Once largeBlobKey (at CTAP2) became something that the authenticator could derive I had hoped that we could simplify the WebAuthn level extension and not have a creation extension. Instead, user agents could just always create a largeBlobKey in contexts where the extension could be used. However 100% (i.e. both) people who have looked at this now though that was non-obvious and so it's probably Too Cute and should be More Explicit. Also, it's been suggested that it would be a waste of a resident credential if the RP needed to store a blob and only found out after at assertion time that it wouldn't work. Commit: 0c29080c5bfdd17cab925e773b5d427a897610d5 https://github.com/w3c/webauthn/commit/0c29080c5bfdd17cab925e773b5d427a897610d5 Author: Adam Langley <agl@imperialviolet.org> Date: 2020-08-24 (Mon, 24 Aug 2020) Changed paths: M index.bs Log Message: ----------- Address Nina's comments Commit: f34620920b15150524f9b8ad9d19bbe9faf3a26f https://github.com/w3c/webauthn/commit/f34620920b15150524f9b8ad9d19bbe9faf3a26f Author: Adam Langley <agl@google.com> Date: 2020-09-14 (Mon, 14 Sep 2020) Changed paths: M index.bs Log Message: ----------- Apply suggestions from code review Co-authored-by: Emil Lundberg <emil@emlun.se> Co-authored-by: =JeffH <jdhodges@google.com> Commit: 37b62209d53b75f56f9e41a37fe5f6e35043be9c https://github.com/w3c/webauthn/commit/37b62209d53b75f56f9e41a37fe5f6e35043be9c Author: Adam Langley <agl@google.com> Date: 2020-09-14 (Mon, 14 Sep 2020) Changed paths: M index.bs Log Message: ----------- Apply suggestions from code review Co-authored-by: Emil Lundberg <emil@emlun.se> Commit: dc1d8e78a37961be0a5d8b86186446723739d79e https://github.com/w3c/webauthn/commit/dc1d8e78a37961be0a5d8b86186446723739d79e Author: Adam Langley <agl@google.com> Date: 2020-09-14 (Mon, 14 Sep 2020) Changed paths: M index.bs Log Message: ----------- Apply suggestion from code review Co-authored-by: =JeffH <jdhodges@google.com> Commit: a238e53a93e9afac9cc38bbd51a5a0cbc6534d77 https://github.com/w3c/webauthn/commit/a238e53a93e9afac9cc38bbd51a5a0cbc6534d77 Author: Adam Langley <agl@google.com> Date: 2020-09-14 (Mon, 14 Sep 2020) Changed paths: M index.bs Log Message: ----------- Apply suggestion from code review Co-authored-by: =JeffH <jdhodges@google.com> Commit: ea23052ec7e5ce5658f193e5d0b46f05814ef5ba https://github.com/w3c/webauthn/commit/ea23052ec7e5ce5658f193e5d0b46f05814ef5ba Author: Adam Langley <agl@imperialviolet.org> Date: 2020-09-14 (Mon, 14 Sep 2020) Changed paths: M index.bs Log Message: ----------- Address more comments Commit: f4e3d074b89796fe58dd29f176a21a1dbf135425 https://github.com/w3c/webauthn/commit/f4e3d074b89796fe58dd29f176a21a1dbf135425 Author: Adam Langley <agl@google.com> Date: 2020-09-25 (Fri, 25 Sep 2020) Changed paths: M index.bs Log Message: ----------- Apply Jeff's suggestions from code review Co-authored-by: =JeffH <jdhodges@google.com> Commit: a09e4a6f0b9da59f7383987effe99050889bddac https://github.com/w3c/webauthn/commit/a09e4a6f0b9da59f7383987effe99050889bddac Author: Adam Langley <agl@imperialviolet.org> Date: 2020-09-25 (Fri, 25 Sep 2020) Changed paths: M index.bs Log Message: ----------- Final tweaks Commit: 5a7f641a125132b9e57aa50c8afbb7459e82fd5a https://github.com/w3c/webauthn/commit/5a7f641a125132b9e57aa50c8afbb7459e82fd5a Author: Adam Langley <agl@imperialviolet.org> Date: 2020-09-28 (Mon, 28 Sep 2020) Changed paths: M index.bs Log Message: ----------- Inputs should be BufferSources, not ArrayBuffers Commit: 7839cd073aae5496176c0060c75f4d71c43d27af https://github.com/w3c/webauthn/commit/7839cd073aae5496176c0060c75f4d71c43d27af Author: Adam Langley <agl@google.com> Date: 2020-09-30 (Wed, 30 Sep 2020) Changed paths: M index.bs Log Message: ----------- Merge pull request #1470 from agl/largeblobcreate Make largeBlobs explicit during create. Compare: https://github.com/w3c/webauthn/compare/6156ba8e00b5...7839cd073aae
Received on Wednesday, 30 September 2020 19:59:41 UTC