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

GH-525: Fix sntrup761x25519-sha512 #528

Merged
merged 1 commit into from
Jul 15, 2024
Merged

Commits on Jul 14, 2024

  1. apacheGH-525: Fix sntrup761x25519-sha512

    Because all other KEX algorithms treat the secret resulting from the
    key agreement as "mpint", our key agreements all returned the "mpint"
    representation of the result of the key agreement.
    
    But sntrup761x25519-sha512 needs the raw 32 bytes of the key agreement
    (curve25519-sha256).
    
    Add a flag to XDH that determines whether it returns the raw bytes or
    the "mpint" bytes.
    
    Bug: apache#525
    tomaswolf committed Jul 14, 2024
    Configuration menu
    Copy the full SHA
    5b00c1f View commit details
    Browse the repository at this point in the history