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 more PQC hybrid key exchange algorithms #7821

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 1, 2024

  1. Add more PQC hybrid key exchange algorithms

    Add support for all remaining hybrid PQC + ECC hybrid key exchange
    groups to match OQS. Next to two new combinations with SECP curves, this
    mainly also adds support for combinations with X25519 and X448.
    
    This also enables compatability with the PQC key exchange support in
    Chromium browsers and Mozilla Firefox (hybrid Kyber768 and X25519; when
    `WOLFSSL_KYBER_ORIGINAL` is defined).
    
    In the process of extending support, some code and logic cleanup
    happened. Furthermore, two memory leaks within the hybrid code path have
    been fixed.
    
    Signed-off-by: Tobias Frauenschläger <[email protected]>
    Frauschi committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    64ba1a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37d186f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    907077d View commit details
    Browse the repository at this point in the history