- From: Adam Langley via GitHub <sysbot+gh@w3.org>
- Date: Wed, 06 Oct 2021 15:04:55 +0000
- To: public-webauthn@w3.org
The following commits were just pushed by agl to https://github.com/w3c/webauthn: * 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 by Adam Langley https://github.com/w3c/webauthn/commit/05c93f1d744b3cf9d9f3509fdce27902e3cac3d6 * 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. by Adam Langley https://github.com/w3c/webauthn/commit/2c09e9f8830304788c4fd0dba7236862da7f64d0 * Apply Lucus's suggestion Co-authored-by: Lucas Garron <code@garron.net> by Adam Langley https://github.com/w3c/webauthn/commit/01b6bd9595f943f6b761c024a2397c9361288551 * Including emlun's suggestion Co-authored-by: Emil Lundberg <emil@emlun.se> by Adam Langley https://github.com/w3c/webauthn/commit/11d96094c21d6763a6fb196aa31b9e53b6863377 * Consistently say “≤ 1023”. by Adam Langley https://github.com/w3c/webauthn/commit/7888d1004881245d8a31eb2097884b08090cf1a6 * Merge pull request #1664 from agl/credidlimit Define 1023 bytes to be the maximum credential ID length. by Adam Langley https://github.com/w3c/webauthn/commit/7613852005339852722a568a109c6119258437c7 -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 6 October 2021 15:04:56 UTC