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

Enable BN_mod_sqrt() for upcoming LibreSSL 3.8.2 #2063

Merged
merged 2 commits into from
Oct 20, 2023

Commits on Oct 20, 2023

  1. Enable BN_mod_sqrt() for upcoming LibreSSL 3.8.2

    This API was inherited from OpenSSL, so it has always been present.
    Enable it for the upcoming LibreSSL release.
    
    The test as it was written would fail since LibreSSL returns the other
    square root. Improve the test to work with all possible implementations
    with a more interesting test case. Also check for error in the simplest
    situation where no square root exists.
    botovq committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    dab8c7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c84e3fc View commit details
    Browse the repository at this point in the history