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

RSA key pair-wise consistency test with approved APIs #1518

Merged
merged 4 commits into from
Apr 5, 2024

Commits on Apr 2, 2024

  1. RSA key pair-wise consistency test with approved APIs

    This commit reverts a change done in:
    c8bdf89,
    where the RSA PWCT was implemented using RSA_sign/verify API.
    According to our FIPS vendor we ought to use the approved
    EVP_DigestSign/Verify API, which is what we do in this commmit.
    dkostic committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    2f4c617 View commit details
    Browse the repository at this point in the history
  2. small fix

    dkostic committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    97357d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

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

Commits on Apr 4, 2024

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