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 argon2id support for ossl 3.2+ #2290

Merged
merged 9 commits into from
Sep 2, 2024
Merged

add argon2id support for ossl 3.2+ #2290

merged 9 commits into from
Sep 2, 2024

Commits on Aug 31, 2024

  1. Configuration menu
    Copy the full SHA
    2d340cb View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Configuration menu
    Copy the full SHA
    6ed35b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    05d9f2e View commit details
    Browse the repository at this point in the history
  3. speeeeeeed

    reaperhulk committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    04ffcf1 View commit details
    Browse the repository at this point in the history
  4. use c_char

    reaperhulk committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    826f2a0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5ff8594 View commit details
    Browse the repository at this point in the history
  6. oops + clippy

    reaperhulk committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    3e57d9a View commit details
    Browse the repository at this point in the history
  7. EvpKdf and EvpKdfCtx are available in 3.0.0, but mark them ossl320

    We don't use them anywhere that isn't 3.2.0+ right now and that makes
    clippy angry. It can be changed if and when these get used for methods
    on older versions
    reaperhulk committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    bef571b View commit details
    Browse the repository at this point in the history
  8. Apply suggestions from code review

    Co-authored-by: Alex Gaynor <[email protected]>
    reaperhulk and alex authored Sep 1, 2024
    Configuration menu
    Copy the full SHA
    9852168 View commit details
    Browse the repository at this point in the history