Skip to main content

CBOR Object Signing and Encryption (COSE): AES-CTR and AES-CBC
RFC 9459

Revision differences

Document history

Date Rev. By Action
2023-09-14
06 (System)
Received changes through RFC Editor sync (created alias RFC 9459, changed abstract to 'The Concise Binary Object Representation (CBOR) data format is designed for …
Received changes through RFC Editor sync (created alias RFC 9459, changed abstract to 'The Concise Binary Object Representation (CBOR) data format is designed for small code size and small message size.  CBOR Object Signing and Encryption (COSE) is specified in RFC 9052 to provide basic security services using the CBOR data format.  This document specifies the conventions for using AES-CTR and AES-CBC as content encryption algorithms with COSE.', changed pages to 10, changed standardization level to Proposed Standard, changed state to RFC, added RFC published event at 2023-09-14, changed IESG state to RFC Published)
2023-09-14
06 (System) RFC published
2023-09-12
06 (System) RFC Editor state changed to AUTH48-DONE from AUTH48
2023-08-11
06 (System) RFC Editor state changed to AUTH48
2023-06-11
06 Barry Leiba Closed request for Last Call review by ARTART with state 'Overtaken by Events': Document has finished IESG processing
2023-06-11
06 Barry Leiba Assignment of request for Last Call review by ARTART to Nicolás Williams was marked no-response
2023-06-01
06 (System) IANA Action state changed to RFC-Ed-Ack from Waiting on RFC Editor
2023-06-01
06 (System) IANA Action state changed to Waiting on RFC Editor from In Progress
2023-06-01
06 (System) IANA Action state changed to In Progress from Waiting on Authors
2023-06-01
06 (System) IANA Action state changed to Waiting on Authors from In Progress
2023-06-01
06 (System) IANA Action state changed to In Progress from Waiting on WGC
2023-05-31
06 (System) IANA Action state changed to Waiting on WGC from In Progress
2023-05-30
06 (System) RFC Editor state changed to EDIT
2023-05-30
06 (System) IESG state changed to RFC Ed Queue from Approved-announcement sent
2023-05-30
06 (System) Announcement was received by RFC Editor
2023-05-30
06 (System) IANA Action state changed to In Progress
2023-05-30
06 Amy Vezza IESG state changed to Approved-announcement sent from Approved-announcement to be sent
2023-05-30
06 Amy Vezza IESG has approved the document
2023-05-30
06 Amy Vezza Closed "Approve" ballot
2023-05-30
06 Amy Vezza Ballot approval text was generated
2023-05-26
06 Paul Wouters IESG state changed to Approved-announcement to be sent from Approved-announcement to be sent::AD Followup
2023-05-25
06 Russ Housley New version available: draft-ietf-cose-aes-ctr-and-cbc-06.txt
2023-05-25
06 Russ Housley New version accepted (logged-in submitter: Russ Housley)
2023-05-25
06 Russ Housley Uploaded new revision
2023-05-25
05 (System) Removed all action holders (IESG state changed)
2023-05-25
05 Cindy Morgan IESG state changed to Approved-announcement to be sent::AD Followup from IESG Evaluation
2023-05-25
05 Andrew Alston [Ballot Position Update] New position, No Objection, has been recorded for Andrew Alston
2023-05-25
05 Lars Eggert
[Ballot comment]
# GEN AD review of draft-ietf-cose-aes-ctr-and-cbc-05

CC @larseggert

Thanks to Vijay Gurbani for the General Area Review Team (Gen-ART) review
(https://mailarchive.ietf.org/arch/msg/gen-art/QYDfbhRi0CKZyV4Wft6YqoOoAPg). …
[Ballot comment]
# GEN AD review of draft-ietf-cose-aes-ctr-and-cbc-05

CC @larseggert

Thanks to Vijay Gurbani for the General Area Review Team (Gen-ART) review
(https://mailarchive.ietf.org/arch/msg/gen-art/QYDfbhRi0CKZyV4Wft6YqoOoAPg).

## Nits

All comments below are about very minor potential issues that you may choose to
address in some way - or ignore - as you see fit. Some were flagged by
automated tools (via https://github.com/larseggert/ietf-reviewtool), so there
will likely be some false positives. There is no need to let me know what you
did with these suggestions.

### Grammar/style

#### Section 7, paragraph 2
```
entations should change the key before before reaching this limit. To avoid c
                                ^^^^^^^^^^^^^
```
Possible typo: you repeated a word.

#### Section 8, paragraph 3
```
block values are ever used for more that one plaintext with the same key, th
                                    ^^^^
```
Did you mean "than"?

#### Section 8, paragraph 19
```
to prevent undetected stripping of the the authentication and integrity mecha
                                  ^^^^^^^
```
Possible typo: you repeated a word.

## Notes

This review is in the ["IETF Comments" Markdown format][ICMF], You can use the
[`ietf-comments` tool][ICT] to automatically convert this review into
individual GitHub issues. Review generated by the [`ietf-reviewtool`][IRT].

[ICMF]: https://github.com/mnot/ietf-comments/blob/main/format.md
[ICT]: https://github.com/mnot/ietf-comments
[IRT]: https://github.com/larseggert/ietf-reviewtool
2023-05-25
05 Lars Eggert [Ballot Position Update] New position, No Objection, has been recorded for Lars Eggert
2023-05-24
05 Murray Kucherawy [Ballot comment]
I concur with John Scudder's remark about the use of SHOULD.
2023-05-24
05 Murray Kucherawy [Ballot Position Update] New position, No Objection, has been recorded for Murray Kucherawy
2023-05-24
05 Éric Vyncke [Ballot Position Update] New position, No Objection, has been recorded for Éric Vyncke
2023-05-22
05 John Scudder
[Ballot comment]
Thanks to Michael B. Jones for the shepherd write-up, without which I would have been a little lost as to why we need …
[Ballot comment]
Thanks to Michael B. Jones for the shepherd write-up, without which I would have been a little lost as to why we need this document. The context was helpful.

I have just two small comments about the spec.

First, in

  If an attacker is able to strip the authentication and integrity
  mechanism, then the attacker can replace it with their one of their
  own creation

s/their one/one/

Second, there are two SHOULDs in Section 8. I am curious why they aren’t MUSTs. If SHOULD is the more appropriate choice, would it be possible to provide some commentary as to when it might be fine for an implementor to deviate?
2023-05-22
05 John Scudder Ballot comment text updated for John Scudder
2023-05-22
05 John Scudder
[Ballot comment]
Thanks to Michael B. Jones for the shepherd write-up, without which I would have been a little lost as to why we need …
[Ballot comment]
Thanks to Michael B. Jones for the shepherd write-up, without which I would have been a little lost as to why we need this document. The context was helpful.

I have just two small comments about the spec.

First, in

  If an attacker is able to strip the authentication and integrity
  mechanism, then the attacker can replace it with their one of their
  own creation

s/their//

Second, there are two SHOULDs in Section 8. I am curious why they aren’t MUSTs. If SHOULD is really the more appropriate choice, would it be possible to provide some commentary as to when it might be fine for an implementor to deviate?
2023-05-22
05 John Scudder [Ballot Position Update] New position, No Objection, has been recorded for John Scudder
2023-05-22
05 Amanda Baber IANA Review state changed to IANA OK - Actions Needed from Version Changed - Review Needed
2023-05-22
05 Roman Danyliw
[Ballot comment]
Thank you to Daniel Migault for the SECDIR review.

** Duplicate normative guidance.  Please say it once.
(a) Instance #1

-- Section 4 …
[Ballot comment]
Thank you to Daniel Migault for the SECDIR review.

** Duplicate normative guidance.  Please say it once.
(a) Instance #1

-- Section 4
For this reason, it is inappropriate to use AES-CTR with static keys. Extraordinary measures would be needed to prevent reuse of an IV value with the static key across power cycles. To be safe, implementations MUST use fresh keys with AES-CTR.

-- Section 8
Therefore, it is inappropriate to use AES-CTR with static keys. Extraordinary measures would be needed to prevent reuse of a counter block value with the static key across power cycles. To be safe, implementations MUST use fresh keys with AES-CTR.

(b) Instance #2

-- Section 4
Implementations MUST use AES-CTR in conjunction with an authentication and integrity mechanism, such as a digital signature.

-- Section 8
Accordingly, implementations MUST use AES-CTR in conjunction with an authentication and integrity mechanism, such as a digital signature

(c) Instance #3

-- Section 4
Implementations MUST use AES-CBC in conjunction with an authentication and integrity mechanism, such as a digital signature.

-- Section 8
Accordingly, implementations MUST use of AES-CBC in conjunction with an authentication and integrity mechanism, such as a digital signature.

** Section 6.  Consistent guidance to implementers:

-- Section 5
Since AES-CBC cannot provide integrity protection for external additional authenticated data, the decryptor MUST ensure that no external additional authenticated data was supplied.
(aside, similar text in Section 4 for AES-CTR)

-- Section 6
COSE libraries that support either AES-CTR or AES-CBC and accept Additional Authenticated Data (AAD) as input should return an error if one of these non-AEAD content encryption algorithm is selected.

Wouldn’t it be more appropriate to say “must return an error”?  Silent failure seems like a bad idea and inconsistent with the protocol guidance.

** Section 8
Since AES has a 128-bit block size, regardless of the mode employed, the ciphertext generated by AES encryption becomes distinguishable from random values after 2^64 blocks are encrypted with a single key. Implementations should change the key before before reaching this limit.

-- Typo. s/before before/before/

-- Why would it be safe to continue to use the key past 2^64 blocks?

** Section 8.  Editorial.
Since AES-GCM uses AES-CTR for encryption, an attacker can switch the algorithm identifier from AES-GCM to AES-CTR, and then strip the authentication tag to bypass the authentication and integrity, allowing the attacker to manipulate the ciphertext.

This is the first reference to AES-GCM.  All other modes got a definition.  Please explain or cite.
2023-05-22
05 Roman Danyliw [Ballot Position Update] New position, No Objection, has been recorded for Roman Danyliw
2023-05-19
05 (System) IANA Review state changed to Version Changed - Review Needed from IANA OK - Actions Needed
2023-05-19
05 Russ Housley New version available: draft-ietf-cose-aes-ctr-and-cbc-05.txt
2023-05-19
05 Russ Housley New version accepted (logged-in submitter: Russ Housley)
2023-05-19
05 Russ Housley Uploaded new revision
2023-05-19
04 Jim Guichard [Ballot Position Update] New position, No Objection, has been recorded for Jim Guichard
2023-05-18
04 Zaheduzzaman Sarker
[Ballot comment]
Thanks for working on this specification.

I don't have any transport related comments or issues. However, I was expecting a "MUST NOT" in …
[Ballot comment]
Thanks for working on this specification.

I don't have any transport related comments or issues. However, I was expecting a "MUST NOT" in section 5 regarding same IV usage more than once as it says in section 4.
2023-05-18
04 Zaheduzzaman Sarker [Ballot Position Update] New position, No Objection, has been recorded for Zaheduzzaman Sarker
2023-05-17
04 Erik Kline
[Ballot comment]
# Internet AD comments for draft-ietf-cose-aes-ctr-and-cbc-04
CC @ekline

* comment syntax:
  - https://github.com/mnot/ietf-comments/blob/main/format.md

* "Handling Ballot Positions":
  - https://ietf.org/about/groups/iesg/statements/handling-ballot-positions/

## Nits …
[Ballot comment]
# Internet AD comments for draft-ietf-cose-aes-ctr-and-cbc-04
CC @ekline

* comment syntax:
  - https://github.com/mnot/ietf-comments/blob/main/format.md

* "Handling Ballot Positions":
  - https://ietf.org/about/groups/iesg/statements/handling-ballot-positions/

## Nits

### S8

* "Accordingly, implementations MUST use of"

  -> "Accordingly, implementations MUST use", or
  -> "Accordingly, implementations MUST ensure use of", or something

* "replace it with their one of their"
  -> "replace it with one of their"
2023-05-17
04 Erik Kline [Ballot Position Update] New position, No Objection, has been recorded for Erik Kline
2023-05-17
04 Warren Kumari [Ballot Position Update] Position for Warren Kumari has been changed to Yes from No Objection
2023-05-17
04 Warren Kumari
[Ballot comment]
Thank you for yet another well written document - I found it well written, comprehensive and clear.

My only note is that a …
[Ballot comment]
Thank you for yet another well written document - I found it well written, comprehensive and clear.

My only note is that a fair bit of the Security Considerations feels like it might work better in an Appendix, but this is truly just an editorial opinion. I also think that much of the Security Considerations (basically everything after the first paragraph) would make a good standalone document (not necessarily an RFC, but published somewhere)
2023-05-17
04 Warren Kumari [Ballot Position Update] New position, No Objection, has been recorded for Warren Kumari
2023-05-16
04 Daniel Migault Request for Last Call review by SECDIR Completed: Ready. Reviewer: Daniel Migault. Sent review to list.
2023-05-15
04 Vijay Gurbani Request for Last Call review by GENART Completed: Ready. Reviewer: Vijay Gurbani. Sent review to list.
2023-05-15
04 Robert Wilton
[Ballot comment]
Hi,

Thanks for this document.  I had a few minor comments for you to consider please:

(1) p 2, sec 4.  AES Counter …
[Ballot comment]
Hi,

Thanks for this document.  I had a few minor comments for you to consider please:

(1) p 2, sec 4.  AES Counter Mode

  When AES-CTR is used as a COSE Content Encryption algorithm, the
  encryptor generates a unique value that is communicated to the
  decryptor.  This value is called an initialization vector (IV) in
  this document.  The same IV and AES key combination MUST NOT be used
  more than once.  The encryptor can generate the IV in any manner that
  ensures the same IV value is not used more than once with the same
  AES key.

Is there any RFC that could be referenced here on how to generate suitable IVs?


(2) p 4, sec 5.  AES Cipher Block Chaining Mode

  AES-CBC mode requires an 16 octet Initialization Vector (IV).  Use of
  a randomly or pseudo-randomly generated IV ensures that the
  encryption of the same plaintext will yield different ciphertext.

The IV initialization text differs compared to section 4, I assume that this is intentional and these modes have fundamentally different IV initialization requirements?                                                                                   
                                                                                                                                                                                                                                                           
                                                                                                                                                                                                                                                           
(3) p 6, sec 5.2.  AES-CBC COSE Algoritm Identifiers                                                                                                                                                                                                       
                                                                                                                                                                                                                                                           
  The following table defines the COSE AES-CBC algorithm values.  Note                                                                                                                                                                                     
  that these algorithms are being registered as "Deprecated" to avoid                                                                                                                                                                                     
  accidental use without a companion integrity protection mechanism.                                                                                                                                                                                       
  +=========+=======+==========+========================+=============+                                                                                                                                                                                   
  | Name    | Value | Key Size |      Description      | Recommended |                                                                                                                                                                                   
  +=========+=======+==========+========================+=============+                                                                                                                                                                                   
  | A128CBC |  TBD4 |  128    |      AES-CBC w/      |  Deprecated |                                                                                                                                                                                   
  |        |      |          |      128-bit key      |            |                                                                                                                                                                                   
  +---------+-------+----------+------------------------+-------------+                                                                                                                                                                                   
  | A192CBC |  TBD5 |  192    |      AES-CBC w/      |  Deprecated |                                                                                                                                                                                   
  |        |      |          |      192-bit key      |            |                                                                                                                                                                                   
  +---------+-------+----------+------------------------+-------------+                                                                                                                                                                                   
  | A256CBC |  TBD6 |  256    |      AES-CBC w/      |  Deprecated |                                                                                                                                                                                   
  |        |      |          |      256-bit key      |            |                                                                                                                                                                                   
  +---------+-------+----------+------------------------+-------------+                                                                                                                                                                                   

I wanted to check that "Deprecated" is really the best choice for "Recommended" for both AES-CTR and AES-CBC.  I read 'deprecated' as meaning that other COSE algorithms should be used in preference to these, but it wasn't clear that is the intent here.  I note that this column contains some entries with a value such as "Filter Only", hence wondering it these should be labelled as "Confidentiality only", perhaps with the description indicating that integrity must be handled separately?

Thanks,
Rob
2023-05-15
04 Robert Wilton [Ballot Position Update] New position, No Objection, has been recorded for Robert Wilton
2023-05-10
04 Cindy Morgan Placed on agenda for telechat - 2023-05-25
2023-05-10
04 Paul Wouters Ballot has been issued
2023-05-10
04 Paul Wouters [Ballot Position Update] New position, Yes, has been recorded for Paul Wouters
2023-05-10
04 Paul Wouters Created "Approve" ballot
2023-05-10
04 Paul Wouters IESG state changed to IESG Evaluation from Waiting for AD Go-Ahead
2023-05-10
04 Paul Wouters Ballot writeup was changed
2023-05-09
04 David Dong IANA Experts State changed to Expert Reviews OK from Reviews assigned
2023-05-09
04 (System) IANA Review state changed to IANA OK - Actions Needed from Version Changed - Review Needed
2023-05-09
04 Gunter Van de Velde Closed request for Last Call review by OPSDIR with state 'Overtaken by Events'
2023-05-06
04 (System) IANA Review state changed to Version Changed - Review Needed from IANA - Not OK
2023-05-06
04 Russ Housley New version available: draft-ietf-cose-aes-ctr-and-cbc-04.txt
2023-05-06
04 Russ Housley New version accepted (logged-in submitter: Russ Housley)
2023-05-06
04 Russ Housley Uploaded new revision
2023-05-05
03 (System) IESG state changed to Waiting for AD Go-Ahead from In Last Call
2023-05-03
03 David Dong IANA Experts State changed to Reviews assigned
2023-05-03
03 (System) IANA Review state changed to IANA - Not OK from IANA - Review Needed
2023-05-03
03 David Dong
(Via drafts-lastcall@iana.org): IESG/Authors/WG Chairs:

The IANA Functions Operator has completed its review of draft-ietf-cose-aes-ctr-and-cbc-03. If any part of this review is inaccurate, please let …
(Via drafts-lastcall@iana.org): IESG/Authors/WG Chairs:

The IANA Functions Operator has completed its review of draft-ietf-cose-aes-ctr-and-cbc-03. If any part of this review is inaccurate, please let us know.

The IANA Functions Operator understands that, upon approval of this document, there is a single action which we must complete.

In the COSE Algorithms registry on the CBOR Object Signing and Encryption (COSE) registry page located at:

https://www.iana.org/assignments/cose/

six new registrations are to be made from the -65534 to -261 range as follows:

Name: A128CTR
Value: [ TBD-at-Registration ]
Description: AES-CTR w/ 128-bit key
Capabilities: [kty]
Change Controller: IESG
Reference: [ RFC-to-be ]
Recommended: Deprecated

Name: A192CTR
Value: [ TBD-at-Registration ]
Description: AES-CTR w/ 192-bit key
Capabilities: [kty]
Change Controller: IESG
Reference: [ RFC-to-be ]
Recommended: Deprecated

Name: A256CTR
Value: [ TBD-at-Registration ]
Description: AES-CTR w/ 256-bit key
Capabilities: [kty]
Change Controller: IESG
Reference: [ RFC-to-be ]
Recommended: Deprecated

Name: A128CBC
Value: [ TBD-at-Registration ]
Description: AES-CBC w/ 128-bit key
Capabilities: [kty]
Change Controller: IESG
Reference: [ RFC-to-be ]
Recommended: Deprecated

Name: A192CBC
Value: [ TBD-at-Registration ]
Description: AES-CBC w/ 192-bit key
Capabilities: [kty]
Change Controller: IESG
Reference: [ RFC-to-be ]
Recommended: Deprecated

Name: A256CBC
Value: [ TBD-at-Registration ]
Description: AES-CBC w/ 256-bit key
Capabilities: [kty]
Change Controller: IESG
Reference: [ RFC-to-be ]
Recommended: Deprecated

Would it be acceptable to list the IETF as the change controller for the COSE Algorithms registrations instead of the IESG? There has been a preference for doing so, as described in the expired document at https://datatracker.ietf.org/doc/html/draft-leiba-ietf-iana-registrations-00, but it hasn’t been recorded in a permanent document yet.

As this document requests registrations in an Expert Review or Specification Required (see RFC 8126) registry, we will initiate the required Expert Review via a separate request. This review must be completed before the document's IANA state can be changed to "IANA OK."

The IANA Functions Operator understands that this is the only action required to be completed upon approval of this document.

Note:  The actions requested in this document will not be completed until the document has been approved for publication as an RFC. This message is meant only to confirm the list of actions that will be performed.

For definitions of IANA review states, please see:

https://datatracker.ietf.org/help/state/draft/iana-review

Thank you,

David Dong
IANA Services Specialist
2023-05-03
03 Tim Chown Assignment of request for Last Call review by OPSDIR to Tim Chown was rejected
2023-05-03
03 Gunter Van de Velde Request for Last Call review by OPSDIR is assigned to Tim Chown
2023-04-27
03 Tero Kivinen Request for Last Call review by SECDIR is assigned to Daniel Migault
2023-04-27
03 Jean Mahoney Request for Last Call review by GENART is assigned to Vijay Gurbani
2023-04-23
03 Barry Leiba Request for Last Call review by ARTART is assigned to Nicolás Williams
2023-04-21
03 Amy Vezza IANA Review state changed to IANA - Review Needed
2023-04-21
03 Amy Vezza
The following Last Call announcement was sent out (ends 2023-05-05):

From: The IESG
To: IETF-Announce
CC: cose-chairs@ietf.org, cose@ietf.org, draft-ietf-cose-aes-ctr-and-cbc@ietf.org, michael.jones@microsoft.com, paul.wouters@aiven.io …
The following Last Call announcement was sent out (ends 2023-05-05):

From: The IESG
To: IETF-Announce
CC: cose-chairs@ietf.org, cose@ietf.org, draft-ietf-cose-aes-ctr-and-cbc@ietf.org, michael.jones@microsoft.com, paul.wouters@aiven.io
Reply-To: last-call@ietf.org
Sender:
Subject: Last Call:  (CBOR Object Signing and Encryption (COSE): AES-CTR and AES-CBC) to Proposed Standard


The IESG has received a request from the CBOR Object Signing and Encryption
WG (cose) to consider the following document: - 'CBOR Object Signing and
Encryption (COSE): AES-CTR and AES-CBC'
  as Proposed Standard

The IESG plans to make a decision in the next few weeks, and solicits final
comments on this action. Please send substantive comments to the
last-call@ietf.org mailing lists by 2023-05-05. Exceptionally, comments may
be sent to iesg@ietf.org instead. In either case, please retain the beginning
of the Subject line to allow automated sorting.

Abstract


  The Concise Binary Object Representation (CBOR) data format is
  designed for small code size and small message size.  CBOR Object
  Signing and Encryption (COSE) is specified in RFC 9052 to provide
  basic security services using the CBOR data format.  This document
  specifies the conventions for using AES-CTR and AES-CBC as Content
  Encryption algorithms with COSE.




The file can be obtained via
https://datatracker.ietf.org/doc/draft-ietf-cose-aes-ctr-and-cbc/



No IPR declarations have been submitted directly on this I-D.




2023-04-21
03 Amy Vezza IESG state changed to In Last Call from Last Call Requested
2023-04-21
03 Amy Vezza Last call announcement was changed
2023-04-20
03 Paul Wouters Last call was requested
2023-04-20
03 Paul Wouters Ballot approval text was generated
2023-04-20
03 Paul Wouters Ballot writeup was generated
2023-04-20
03 (System) Changed action holders to Paul Wouters (IESG state changed)
2023-04-20
03 Paul Wouters IESG state changed to Last Call Requested from Publication Requested
2023-04-20
03 Paul Wouters Last call announcement was generated
2023-03-14
03 Jenny Bui Changed consensus to Yes from Unknown
2023-03-14
03 Jenny Bui Intended Status changed to Proposed Standard from None
2023-03-13
03 Michael Jones
Document History

1. Does the working group (WG) consensus represent the strong concurrence of a
few individuals, with others being silent, or did it reach …
Document History

1. Does the working group (WG) consensus represent the strong concurrence of a
few individuals, with others being silent, or did it reach broad agreement?

It reached broad agreement.

2. Was there controversy about particular points, or were there decisions where
the consensus was particularly rough?

The reasons for the use of unauthenticated encryption algorithms took explanation, but once explained, the working group was comfortable with it.

3. Has anyone threatened an appeal or otherwise indicated extreme discontent? If
so, please summarize the areas of conflict in separate email messages to the
responsible Area Director. (It should be in a separate email because this
questionnaire is publicly available.)

No

4. For protocol documents, are there existing implementations of the contents of
the document? Have a significant number of potential implementers indicated
plans to implement? Are any existing implementations reported somewhere,
either in the document itself (as RFC 7942 recommends) or elsewhere
(where)?

This is not a protocol document.  These algorithms are being used to encrypt firmware.

Additional Reviews

5. Do the contents of this document closely interact with technologies in other
IETF working groups or external organizations, and would it therefore benefit
from their review? Have those reviews occurred? If yes, describe which
reviews took place.

No.  That said, a review by the authors of draft-ietf-suit-manifest might be useful.

6. Describe how the document meets any required formal expert review criteria,
such as the MIB Doctor, YANG Doctor, media type, and URI type reviews.

IANA reviews have not yet taken place.

7. If the document contains a YANG module, has the final version of the module
been checked with any of the recommended validation tools for syntax and
formatting validation? If there are any resulting errors or warnings, what is
the justification for not fixing them at this time? Does the YANG module
comply with the Network Management Datastore Architecture (NMDA) as specified
in RFC 8342?

The document contains no YANG module.

8. Describe reviews and automated checks performed to validate sections of the
final version of the document written in a formal language, such as XML code,
BNF rules, MIB definitions, CBOR's CDDL, etc.

The document does not utilize formal language.

Document Shepherd Checks

9. Based on the shepherd's review of the document, is it their opinion that this
document is needed, clearly written, complete, correctly designed, and ready
to be handed off to the responsible Area Director?

Yes

10. Several IETF Areas have assembled lists of common issues that their
reviewers encounter. For which areas have such issues been identified
and addressed? For which does this still need to happen in subsequent
reviews?

I'm not aware of any such issues in this document.

11. What type of RFC publication is being requested on the IETF stream (Best
Current Practice, Proposed Standard, Internet Standard,
Informational, Experimental or Historic)? Why is this the proper type
of RFC? Do all Datatracker state attributes correctly reflect this intent?

Proposed Standard is being requested.  The specification normative describes how to use cryptographic algorithms, therefore this is an appropriate document type.

12. Have reasonable efforts been made to remind all authors of the intellectual
property rights (IPR) disclosure obligations described in BCP 79? To
the best of your knowledge, have all required disclosures been filed? If
not, explain why. If yes, summarize any relevant discussion, including links
to publicly-available messages when applicable.

The authors are aware of no intellectual property pertaining to this specification.

13. Has each author, editor, and contributor shown their willingness to be
listed as such? If the total number of authors and editors on the front page
is greater than five, please provide a justification.

Yes

14. Document any remaining I-D nits in this document. Simply running the idnits
tool is not enough; please review the "Content Guidelines" on
authors.ietf.org. (Also note that the current idnits tool generates
some incorrect warnings; a rewrite is underway.)

The only possible nits identified are references to NIST specifications.  These are not downrefs in this context.

15. Should any informative references be normative or vice-versa? See the IESG
Statement on Normative and Informative References.

The references are appropriately categorized.

16. List any normative references that are not freely available to anyone. Did
the community have sufficient access to review any such normative
references?

None

17. Are there any normative downward references (see RFC 3967 and BCP
97
) that are not already listed in the DOWNREF registry? If so,
list them.

No

18. Are there normative references to documents that are not ready to be
submitted to the IESG for publication or are otherwise in an unclear state?
If so, what is the plan for their completion?

No

19. Will publication of this document change the status of any existing RFCs? If
so, does the Datatracker metadata correctly reflect this and are those RFCs
listed on the title page, in the abstract, and discussed in the
introduction? If not, explain why and point to the part of the document
where the relationship of this document to these other RFCs is discussed.

No

20. Describe the document shepherd's review of the IANA considerations section,
especially with regard to its consistency with the body of the document.
Confirm that all aspects of the document requiring IANA assignments are
associated with the appropriate reservations in IANA registries. Confirm
that any referenced IANA registries have been clearly identified. Confirm
that each newly created IANA registry specifies its initial contents,
allocations procedures, and a reasonable name (see RFC 8126).

The IANA actions are clearly described and appropriate.

21. List any new IANA registries that require Designated Expert Review for
future allocations. Are the instructions to the Designated Expert clear?
Please include suggestions of designated experts, if appropriate.

None
2023-03-13
03 Michael Jones Responsible AD changed to Paul Wouters
2023-03-13
03 Michael Jones IETF WG state changed to Submitted to IESG for Publication from WG Document
2023-03-13
03 Michael Jones IESG state changed to Publication Requested from I-D Exists
2023-03-13
03 Michael Jones Document is now in IESG state Publication Requested
2023-03-13
03 Michael Jones
Document History

1. Does the working group (WG) consensus represent the strong concurrence of a
few individuals, with others being silent, or did it reach …
Document History

1. Does the working group (WG) consensus represent the strong concurrence of a
few individuals, with others being silent, or did it reach broad agreement?

It reached broad agreement.

2. Was there controversy about particular points, or were there decisions where
the consensus was particularly rough?

The reasons for the use of unauthenticated encryption algorithms took explanation, but once explained, the working group was comfortable with it.

3. Has anyone threatened an appeal or otherwise indicated extreme discontent? If
so, please summarize the areas of conflict in separate email messages to the
responsible Area Director. (It should be in a separate email because this
questionnaire is publicly available.)

No

4. For protocol documents, are there existing implementations of the contents of
the document? Have a significant number of potential implementers indicated
plans to implement? Are any existing implementations reported somewhere,
either in the document itself (as RFC 7942 recommends) or elsewhere
(where)?

This is not a protocol document.  These algorithms are being used to encrypt firmware.

Additional Reviews

5. Do the contents of this document closely interact with technologies in other
IETF working groups or external organizations, and would it therefore benefit
from their review? Have those reviews occurred? If yes, describe which
reviews took place.

No.  That said, a review by the authors of draft-ietf-suit-manifest might be useful.

6. Describe how the document meets any required formal expert review criteria,
such as the MIB Doctor, YANG Doctor, media type, and URI type reviews.

IANA reviews have not yet taken place.

7. If the document contains a YANG module, has the final version of the module
been checked with any of the recommended validation tools for syntax and
formatting validation? If there are any resulting errors or warnings, what is
the justification for not fixing them at this time? Does the YANG module
comply with the Network Management Datastore Architecture (NMDA) as specified
in RFC 8342?

The document contains no YANG module.

8. Describe reviews and automated checks performed to validate sections of the
final version of the document written in a formal language, such as XML code,
BNF rules, MIB definitions, CBOR's CDDL, etc.

The document does not utilize formal language.

Document Shepherd Checks

9. Based on the shepherd's review of the document, is it their opinion that this
document is needed, clearly written, complete, correctly designed, and ready
to be handed off to the responsible Area Director?

Yes

10. Several IETF Areas have assembled lists of common issues that their
reviewers encounter. For which areas have such issues been identified
and addressed? For which does this still need to happen in subsequent
reviews?

I'm not aware of any such issues in this document.

11. What type of RFC publication is being requested on the IETF stream (Best
Current Practice, Proposed Standard, Internet Standard,
Informational, Experimental or Historic)? Why is this the proper type
of RFC? Do all Datatracker state attributes correctly reflect this intent?

Proposed Standard is being requested.  The specification normative describes how to use cryptographic algorithms, therefore this is an appropriate document type.

12. Have reasonable efforts been made to remind all authors of the intellectual
property rights (IPR) disclosure obligations described in BCP 79? To
the best of your knowledge, have all required disclosures been filed? If
not, explain why. If yes, summarize any relevant discussion, including links
to publicly-available messages when applicable.

The authors are aware of no intellectual property pertaining to this specification.

13. Has each author, editor, and contributor shown their willingness to be
listed as such? If the total number of authors and editors on the front page
is greater than five, please provide a justification.

Yes

14. Document any remaining I-D nits in this document. Simply running the idnits
tool is not enough; please review the "Content Guidelines" on
authors.ietf.org. (Also note that the current idnits tool generates
some incorrect warnings; a rewrite is underway.)

The only possible nits identified are references to NIST specifications.  These are not downrefs in this context.

15. Should any informative references be normative or vice-versa? See the IESG
Statement on Normative and Informative References.

The references are appropriately categorized.

16. List any normative references that are not freely available to anyone. Did
the community have sufficient access to review any such normative
references?

None

17. Are there any normative downward references (see RFC 3967 and BCP
97
) that are not already listed in the DOWNREF registry? If so,
list them.

No

18. Are there normative references to documents that are not ready to be
submitted to the IESG for publication or are otherwise in an unclear state?
If so, what is the plan for their completion?

No

19. Will publication of this document change the status of any existing RFCs? If
so, does the Datatracker metadata correctly reflect this and are those RFCs
listed on the title page, in the abstract, and discussed in the
introduction? If not, explain why and point to the part of the document
where the relationship of this document to these other RFCs is discussed.

No

20. Describe the document shepherd's review of the IANA considerations section,
especially with regard to its consistency with the body of the document.
Confirm that all aspects of the document requiring IANA assignments are
associated with the appropriate reservations in IANA registries. Confirm
that any referenced IANA registries have been clearly identified. Confirm
that each newly created IANA registry specifies its initial contents,
allocations procedures, and a reasonable name (see RFC 8126).

The IANA actions are clearly described and appropriate.

21. List any new IANA registries that require Designated Expert Review for
future allocations. Are the instructions to the Designated Expert clear?
Please include suggestions of designated experts, if appropriate.

None
2023-01-31
03 Michael Jones Notification list changed to michael.jones@microsoft.com because the document shepherd was set
2023-01-31
03 Michael Jones Document shepherd changed to Mike Jones
2023-01-19
03 Russ Housley New version available: draft-ietf-cose-aes-ctr-and-cbc-03.txt
2023-01-19
03 Russ Housley New version accepted (logged-in submitter: Russ Housley)
2023-01-19
03 Russ Housley Uploaded new revision
2022-11-08
02 Russ Housley New version available: draft-ietf-cose-aes-ctr-and-cbc-02.txt
2022-11-08
02 Russ Housley New version accepted (logged-in submitter: Russ Housley)
2022-11-08
02 Russ Housley Uploaded new revision
2022-10-31
01 Jenny Bui This document now replaces draft-housley-cose-aes-ctr-and-cbc instead of None
2022-10-23
01 Russ Housley New version available: draft-ietf-cose-aes-ctr-and-cbc-01.txt
2022-10-23
01 Russ Housley New version accepted (logged-in submitter: Russ Housley)
2022-10-23
01 Russ Housley Uploaded new revision
2022-10-20
00 Russ Housley New version available: draft-ietf-cose-aes-ctr-and-cbc-00.txt
2022-10-20
00 Michael Jones WG -00 approved
2022-10-19
00 Russ Housley Set submitter to "Russ Housley ", replaces to (none) and sent approval email to group chairs: cose-chairs@ietf.org
2022-10-19
00 Russ Housley Uploaded new revision