Skip to content

Commit

Permalink
Add a Recommended column to the ciphersuite registry
Browse files Browse the repository at this point in the history
  • Loading branch information
bifurcation committed Apr 3, 2024
1 parent 7ca309f commit 36da50b
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions draft-ietf-sframe-enc.md
Original file line number Diff line number Diff line change
Expand Up @@ -1054,20 +1054,24 @@ Template:

* Name: The name of the cipher suite

* Recommended: Whether support for this cipher suite is recommended by the IETF.
This column is to be managed in the same way as the corresponding column in
the MLS Ciphersuites registry, as defined in {{?RFC9420}}.

* Reference: The document where this cipher suite is defined

Initial contents:


| Value | Name | Reference |
|:----------------|:------------------------------|:----------|
| 0x0000 | Reserved | RFC XXXX |
| 0x0001 | `AES_128_CTR_HMAC_SHA256_80` | RFC XXXX |
| 0x0002 | `AES_128_CTR_HMAC_SHA256_64` | RFC XXXX |
| 0x0003 | `AES_128_CTR_HMAC_SHA256_32` | RFC XXXX |
| 0x0004 | `AES_128_GCM_SHA256_128` | RFC XXXX |
| 0x0005 | `AES_256_GCM_SHA512_128` | RFC XXXX |
| 0xF000 - 0xFFFF | Reserved for private use | RFC XXXX |
| Value | Name | R | Reference |
|:----------------|:------------------------------|:--|:----------|
| 0x0000 | Reserved | - | RFC XXXX |
| 0x0001 | `AES_128_CTR_HMAC_SHA256_80` | Y | RFC XXXX |
| 0x0002 | `AES_128_CTR_HMAC_SHA256_64` | Y | RFC XXXX |
| 0x0003 | `AES_128_CTR_HMAC_SHA256_32` | Y | RFC XXXX |
| 0x0004 | `AES_128_GCM_SHA256_128` | Y | RFC XXXX |
| 0x0005 | `AES_256_GCM_SHA512_128` | Y | RFC XXXX |
| 0xF000 - 0xFFFF | Reserved for private use | - | RFC XXXX |
{: #iana-cipher-suites title="SFrame cipher suites" }

# Application Responsibilities
Expand Down

0 comments on commit 36da50b

Please sign in to comment.