- From: Adam Langley <noreply@github.com>
- Date: Wed, 06 Oct 2021 08:05:04 -0700
- To: public-webauthn@w3.org
Branch: refs/heads/main Home: https://github.com/w3c/webauthn 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: 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. Compare: https://github.com/w3c/webauthn/compare/f6a3179d2029...761385200533
Received on Wednesday, 6 October 2021 15:05:17 UTC