Skip to content

Commit

Permalink
add code point used by experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
thomwiggers committed Apr 9, 2024
1 parent 18775b7 commit e72e14b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions draft-celi-wiggers-tls-authkem.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,8 @@ exchange protocol, using their long-term (KEM) public keys.

**Note:** This is a work-in-progress draft. We welcome discussion, feedback and
contributions through the IETF TLS working group mailing list or directly on
GitHub.
GitHub. Any code points indicated by this draft are for experiments only, and
should not be expected to be stable.

This document gives a construction for KEM-based authentication in TLS 1.3
{{!RFC8446}}. Authentication happens via asymmetric cryptography by the usage of
Expand Down Expand Up @@ -618,7 +619,7 @@ enum {
dhkem_p256_sha256 => TBD,
dhkem_p384_sha384 => TBD,
dhkem_p521_sha512 => TBD,
dhkem_x25519_sha256 => TBD,
dhkem_x25519_sha256 => 0xFE01,
dhkem_x448_sha512 => TBD,
kem_x25519kyber768 => TBD, /*draft-westerbaan-cfrg-hpke-xyber768d00*/
}
Expand Down

0 comments on commit e72e14b

Please sign in to comment.