[w3c/webauthn] 5d0cc6: Replace obsolete RFC8152 with RFC9052 and RFC9053

  Branch: refs/heads/main
  Home:   https://github.com/w3c/webauthn
  Commit: 5d0cc6183876f8f971118cc4b9e2b3a9011fb812
      https://github.com/w3c/webauthn/commit/5d0cc6183876f8f971118cc4b9e2b3a9011fb812
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2022-09-22 (Thu, 22 Sep 2022)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Replace obsolete RFC8152 with RFC9052 and RFC9053

The spec "CBOR Object Signing and Encryption (COSE)" [[RFC8152]] has been
superseded and split into the two specs "CBOR Object Signing and Encryption
(COSE): Structures and Process" [[RFC9052]] and "CBOR Object Signing and
Encryption (COSE): Initial Algorithms" [[RFC9053]].

Summary of affected terms and references:

| Before                                                                             | After                                                                                     |
|:-----------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------|
| [kty](https://www.rfc-editor.org/rfc/rfc8152#section-7.1) ([RFC8152])              | [kty](https://www.rfc-editor.org/rfc/rfc9052#name-cose-key-common-parameters) ([RFC9052]) |
| [crv](https://www.rfc-editor.org/rfc/rfc8152#section-13.1.1) ([RFC8152])           | [crv](https://tools.ietf.org/html/rfc9053#name-double-coordinate-curves) ([RFC9053])      |
| [COSE key](https://www.rfc-editor.org/rfc/rfc8152#section-7) ([RFC8152][rfc8152])  | [COSE key](https://tools.ietf.org/html/rfc9052#name-key-objects) ([RFC9052])              |
| [Section 7](https://www.rfc-editor.org/rfc/rfc8152#section-7) of [[RFC8152]]       | [Section 7](https://www.rfc-editor.org/rfc/rfc9052#section-7) of [[RFC9052]]              |
| [Section 8](https://www.rfc-editor.org/rfc/rfc8152#section-8) of [[RFC8152]]       | [Section 2](https://www.rfc-editor.org/rfc/rfc9053#section-2) of [[RFC9053]]              |
| [Section 8.1](https://www.rfc-editor.org/rfc/rfc8152#section-8.1) of [[RFC8152]]   | [Section 2.1](https://www.rfc-editor.org/rfc/rfc9053#section-2.1) of [[RFC9053]]          |
| [Section 13.1](https://www.rfc-editor.org/rfc/rfc8152#section-13.1) of [[RFC8152]] | [Section 7.1](https://www.rfc-editor.org/rfc/rfc9053#section-7.1) of [[RFC9053]]          |

[rfc8152]: https://www.rfc-editor.org/rfc/rfc8152
[rfc9052]: https://www.rfc-editor.org/rfc/rfc9052
[rfc9053]: https://www.rfc-editor.org/rfc/rfc9053


  Commit: 6285f729a6cc2bf152174ed377bc150bdb491b25
      https://github.com/w3c/webauthn/commit/6285f729a6cc2bf152174ed377bc150bdb491b25
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2022-09-22 (Thu, 22 Sep 2022)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Fix reference to ECDSA+hash choice recommendation in RFC9053


  Commit: 76e4a16631753ffdc5c0d06382ae728d7a309ca1
      https://github.com/w3c/webauthn/commit/76e4a16631753ffdc5c0d06382ae728d7a309ca1
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2022-10-05 (Wed, 05 Oct 2022)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Mention RFC8152 for original COSE Algorithms registry

See: https://github.com/w3c/webauthn/pull/1804#pullrequestreview-1117070769


  Commit: 008b979e234ac939138606b469d136f9c2ad6026
      https://github.com/w3c/webauthn/commit/008b979e234ac939138606b469d136f9c2ad6026
  Author: Emil Lundberg <emil@yubico.com>
  Date:   2022-10-06 (Thu, 06 Oct 2022)

  Changed paths:
    M index.bs

  Log Message:
  -----------
  Merge pull request #1804 from w3c/issue-1802-new-cose

Replace obsolete RFC8152 with RFC9052 and RFC9053


Compare: https://github.com/w3c/webauthn/compare/d5873cf2a7ee...008b979e234a

Received on Thursday, 6 October 2022 07:57:16 UTC