Skip to content

Commit

Permalink
Examples of non-AEAD algorithms as Group Encryption Algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-tiloca-sics committed Sep 14, 2024
1 parent 359dae2 commit c36bea1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions draft-ietf-core-oscore-groupcomm.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ normative:
RFC9053:
RFC9175:
RFC9338:
RFC9459:
NIST-800-56A:
author:
-
Expand Down Expand Up @@ -131,6 +132,14 @@ informative:
RFC8392:
RFC9147:
RFC9200:
ChaCha:
author:
-
ins: D. J. Bernstein
name: Daniel J. Bernstein
title: ChaCha, a variant of Salsa20
date: 2008-01
target: http://cr.yp.to/chacha/chacha-20080128.pdf
Degabriele:
author:
-
Expand Down Expand Up @@ -324,6 +333,10 @@ The new parameter Group Manager Authentication Credential specifies the authenti

The new parameter Group Encryption Algorithm identifies the algorithm to use for encryption and decryption, when messages are protected in group mode (see {{mess-processing}}). This algorithm MAY provide integrity protection. If this parameter is not set, the group mode is not used in the group.

The following non-authenticated algorithms can be used as Group Encryption Algorithm: A128CBC, A192CBC, and A256CBC {{RFC9459}}. The non-authenticated algorithm ChaCha20 {{ChaCha}} is also suitable to consider, although using it will first require its registration in the "COSE Algorithms" Registry.

The following non-authenticated algorithms MUST NOT be used as Group Encryption Algorithm: A128CTR, A192CTR, and A256CTR {{RFC9459}}.

### Signature Algorithm ## {#ssec-common-context-cs-alg}

The new parameter Signature Algorithm identifies the digital signature algorithm used for computing and verifying the countersignature on the COSE object (see {{Sections 3.2 and 3.3 of RFC9338}}), when messages are protected in group mode (see {{mess-processing}}). If this parameter is not set, the group mode is not used in the group.
Expand Down

0 comments on commit c36bea1

Please sign in to comment.