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

Remove retries on PCT failure in EC and RSA key generation. (#1938) #1944

Merged
merged 2 commits into from
Oct 23, 2024

Commits on Oct 23, 2024

  1. Remove retries on PCT failure in EC and RSA key generation. (aws#1938)

    FIPS review: The module should enter an error state if PCT fails in EC
    or RSA key generation, so there should be no retries and it aborts. This
    is to avoid that other threads would continue to use the module.
    
    (cherry picked from commit 90d2a34)
    nebeid committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    2127ba8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af5b5af View commit details
    Browse the repository at this point in the history