Skip to content

Commit

Permalink
Add post-quantum key agreement X25519MLKEM768
Browse files Browse the repository at this point in the history
This is the successor of X25519Kyber768Draft00.

Spec:

https://datatracker.ietf.org/doc/draft-kwiatkowski-tls-ecdhe-mlkem/02/

IANA has assigned the codepoint.

https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-8

Upstream BoringSSL support landed in.

google/boringssl@7fb4d3d

The version of BoringSSL we patch does not include it, so we add it manually.

Chrome and Firefox are planning to enable in October.

This PR is based on the IPD-Wing patch reviewed here:

#243

There are two changes. First we simplify the patch a bit as we do not
need IPD-Wing. Secondly, we perform the encapsulation key check, which
was a last minute addition of NIST. We perform this check also for Kyber.
  • Loading branch information
bwesterb committed Sep 18, 2024
1 parent 2c0a142 commit 6d3639f
Show file tree
Hide file tree
Showing 3 changed files with 775 additions and 444 deletions.
Loading

0 comments on commit 6d3639f

Please sign in to comment.