- From: Emil Lundberg via GitHub <sysbot+gh@w3.org>
- Date: Thu, 06 Oct 2022 07:56:55 +0000
- To: public-webauthn@w3.org
emlun has just merged emlun's pull request 1804 for https://github.com/w3c/webauthn: == Replace obsolete RFC8152 with RFC9052 and RFC9053 == Fixes #1802. 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 <!-- This comment and the below content is programmatically generated. You may add a comma-separated list of anchors you'd like a direct link to below (e.g. #idl-serializers, #idl-sequence): Don't remove this comment or modify anything below this line. If you don't want a preview generated for this pull request, just replace the whole of this comment's content by "no preview" and remove what's below. --> *** <a href="https://pr-preview.s3.amazonaws.com/w3c/webauthn/pull/1804.html" title="Last updated on Oct 5, 2022, 9:30 AM UTC (76e4a16)">Preview</a> | <a href="https://pr-preview.s3.amazonaws.com/w3c/webauthn/1804/0bfc0d0...76e4a16.html" title="Last updated on Oct 5, 2022, 9:30 AM UTC (76e4a16)">Diff</a> See https://github.com/w3c/webauthn/pull/1804 -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 6 October 2022 07:56:56 UTC