Skip to content

Commit

Permalink
Correct markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
bemasc committed Oct 23, 2023
1 parent a3fca23 commit 584e069
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions draft-ietf-tls-ctls.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ Static vectors (see {{static-vectors}}):
* `KeyShareEntry.key_exchange`, if `CTLSKeyShareGroup.key_share_length` is non-zero.

In JSON, this value is represented as a dictionary with two keys:

* `groupName`: a string containing the code point name from the TLS Supported Groups registry (e.g., "x25519").
* `keyShareLength`: an integer, defaulting to zero if omitted.

Expand Down Expand Up @@ -282,6 +283,7 @@ In JSON, the
signature algorithm is listed by the code point name in {{RFC8446,
Section 4.2.3}}. (e.g., ecdsa_secp256r1_sha256).
In JSON, this value is represented as a dictionary with two keys:

* `signatureScheme`: a string containing the code point name in the TLS SignatureScheme registry (e.g., "ecdsa_secp256r1_sha256").
* `signatureLength`: an integer, defaulting to zero if omitted.

Expand Down

0 comments on commit 584e069

Please sign in to comment.