[w3c/webauthn] 05c93f: Define 1024 bytes to be the maximum credential ID ...

  Branch: refs/heads/issue-1618-clarify-params
  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.


  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: 940685738cebf24f0faf7bc634d314a7bb9be07d
      https://github.com/w3c/webauthn/commit/940685738cebf24f0faf7bc634d314a7bb9be07d

  Author: Emil Lundberg <emil@yubico.com>
  Date:   2021-10-14 (Thu, 14 Oct 2021)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Merge branch 'main' into issue-1618-clarify-params


  Commit: 05d05fc41b98cea4ba61b18f78e2bbfbd1c0d022
      https://github.com/w3c/webauthn/commit/05d05fc41b98cea4ba61b18f78e2bbfbd1c0d022

  Author: Emil Lundberg <emil@yubico.com>
  Date:   2021-10-14 (Thu, 14 Oct 2021)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Rewrite authenticatorAttachment note about discovering attachment after a successful ceremony


Compare: https://github.com/w3c/webauthn/compare/2f25a98213c3...05d05fc41b98

Received on Thursday, 14 October 2021 13:23:53 UTC