- From: =JeffH <noreply@github.com>
- Date: Fri, 12 Nov 2021 11:40:50 -0800
- To: public-webauthn@w3.org
Branch: refs/heads/jeffh-fix-1658-device-bound-key-extension
Home: https://github.com/w3c/webauthn
Commit: 9787e8d779a78f22f60736cbd64d4237e30e35f2
https://github.com/w3c/webauthn/commit/9787e8d779a78f22f60736cbd64d4237e30e35f2
Author: Emil Lundberg <emil@yubico.com>
Date: 2021-08-06 (Fri, 06 Aug 2021)
Changed paths:
M index.bs
Log Message:
-----------
Explicitly state that RPs cannot in general choose attestation type/format
Commit: f621bd2941caaebc7481a98e545404f2d546695c
https://github.com/w3c/webauthn/commit/f621bd2941caaebc7481a98e545404f2d546695c
Author: Emil Lundberg <emil@yubico.com>
Date: 2021-08-18 (Wed, 18 Aug 2021)
Changed paths:
M index.bs
Log Message:
-----------
Involve client and "attestation conveyance" term in note on att.fmt choice
Commit: d24439d96f904e2ee391fa4a391366c943e5eede
https://github.com/w3c/webauthn/commit/d24439d96f904e2ee391fa4a391366c943e5eede
Author: Emil Lundberg <emil@yubico.com>
Date: 2021-08-20 (Fri, 20 Aug 2021)
Changed paths:
M index.bs
Log Message:
-----------
Simplify to that just the authenticator chooses attestation type and format
Commit: 05c93f1d744b3cf9d9f3509fdce27902e3cac3d6
https://github.com/w3c/webauthn/commit/05c93f1d744b3cf9d9f3509fdce27902e3cac3d6
Author: Adam Langley <agl@imperialviolet.org>
Date: 2021-08-23 (Mon, 23 Aug 2021)
Changed paths:
M index.bs
Log Message:
-----------
Define 1024 bytes to be the maximum credential ID length.
The value 1024 has been picked to be a nice round number that seems
larger than any reasonable credential ID should need to be.
(I think several of the step references were _previously_ incorrect and
have attempted to fix them here. Thus step number changes are not
expected to be simply updates reflecting the new step.)
Fixes #1617
Commit: f6a3179d202941916f4a212c48091798fdc27864
https://github.com/w3c/webauthn/commit/f6a3179d202941916f4a212c48091798fdc27864
Author: Emil Lundberg <emil@yubico.com>
Date: 2021-09-09 (Thu, 09 Sep 2021)
Changed paths:
M index.bs
Log Message:
-----------
Merge pull request #1660 from w3c/issue-1659-explicit-no-attstmt-choice
Explicitly state that RPs cannot in general choose attestation type/format
Commit: 2c09e9f8830304788c4fd0dba7236862da7f64d0
https://github.com/w3c/webauthn/commit/2c09e9f8830304788c4fd0dba7236862da7f64d0
Author: Adam Langley <agl@imperialviolet.org>
Date: 2021-09-20 (Mon, 20 Sep 2021)
Changed paths:
M index.bs
Log Message:
-----------
Make credential ID limit < 1024.
Rather than say credential IDs are ≤ 1024, say <. That way their length
fits in a 10-bit number, which is a little more natural.
Commit: 01b6bd9595f943f6b761c024a2397c9361288551
https://github.com/w3c/webauthn/commit/01b6bd9595f943f6b761c024a2397c9361288551
Author: Adam Langley <agl@google.com>
Date: 2021-09-21 (Tue, 21 Sep 2021)
Changed paths:
M index.bs
Log Message:
-----------
Apply Lucus's suggestion
Co-authored-by: Lucas Garron <code@garron.net>
Commit: 11d96094c21d6763a6fb196aa31b9e53b6863377
https://github.com/w3c/webauthn/commit/11d96094c21d6763a6fb196aa31b9e53b6863377
Author: Adam Langley <agl@google.com>
Date: 2021-09-22 (Wed, 22 Sep 2021)
Changed paths:
M index.bs
Log Message:
-----------
Including emlun's suggestion
Co-authored-by: Emil Lundberg <emil@emlun.se>
Commit: 7888d1004881245d8a31eb2097884b08090cf1a6
https://github.com/w3c/webauthn/commit/7888d1004881245d8a31eb2097884b08090cf1a6
Author: Adam Langley <agl@imperialviolet.org>
Date: 2021-09-29 (Wed, 29 Sep 2021)
Changed paths:
M index.bs
Log Message:
-----------
Consistently say “≤ 1023”.
Commit: 7613852005339852722a568a109c6119258437c7
https://github.com/w3c/webauthn/commit/7613852005339852722a568a109c6119258437c7
Author: Adam Langley <agl@google.com>
Date: 2021-10-06 (Wed, 06 Oct 2021)
Changed paths:
M index.bs
Log Message:
-----------
Merge pull request #1664 from agl/credidlimit
Define 1023 bytes to be the maximum credential ID length.
Commit: 522787467f67ef1dd4ed1234142a51c57f040b36
https://github.com/w3c/webauthn/commit/522787467f67ef1dd4ed1234142a51c57f040b36
Author: zakaria ridouh <zridouh@gmail.com>
Date: 2021-10-07 (Thu, 07 Oct 2021)
Changed paths:
M index.bs
Log Message:
-----------
Add authenticator attachment used during authentication to assertion payload (#1668)
Commit: a4b80ad68caaf7e283fc1cb10e6c405d8b034147
https://github.com/w3c/webauthn/commit/a4b80ad68caaf7e283fc1cb10e6c405d8b034147
Author: Emil Lundberg <emil@yubico.com>
Date: 2021-11-05 (Fri, 05 Nov 2021)
Changed paths:
M index.bs
Log Message:
-----------
Update FIDO-Registry link (#1675)
Commit: 89cec457adcda891e0f144eda59ad9125c3c00cf
https://github.com/w3c/webauthn/commit/89cec457adcda891e0f144eda59ad9125c3c00cf
Author: JeffH <jdhodges@google.com>
Date: 2021-11-12 (Fri, 12 Nov 2021)
Changed paths:
M index.bs
Log Message:
-----------
Merge branch 'main' into jeffh-fix-1658-device-bound-key-extension
Compare: https://github.com/w3c/webauthn/compare/d0bef3392ab9...89cec457adcd
Received on Friday, 12 November 2021 19:41:04 UTC