Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for X25519MLKEM768 hybrid algorithm #1989

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

linukaratnayake
Copy link

@linukaratnayake linukaratnayake commented Feb 11, 2025

This will enable supporting X25519MLKEM768 algorithm in Bouncy Castle.

X25519MLKEM768 is a combination of post-quantum Key Encapsulation Mechanism (KEM) and a Elliptic Curve Diffie-Hellman Ephemeral (ECDHE). This hybrid algorithm is believed to provide security in TLS 1.3 against attacks from quantum computers.

Implementation is done according to the specifications described in the following IETF draft.
https://www.ietf.org/archive/id/draft-kwiatkowski-tls-ecdhe-mlkem-03.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant