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

[3.10] gh-109396: Fix test_socket.test_hmac_sha1() in FIPS mode (GH-109423) #125106

Merged
merged 2 commits into from
Oct 22, 2024

Commits on Oct 8, 2024

  1. [3.11] pythongh-109396: Fix test_socket.test_hmac_sha1() in FIPS mode (

    …pythonGH-109423) (pythonGH-109427)
    
    pythongh-109396: Fix test_socket.test_hmac_sha1() in FIPS mode (pythonGH-109423)
    
    Use a longer key: FIPS mode requires at least of at least 112 bits.
    The previous key was only 32 bits.
    (cherry picked from commit e091b9f)
    
    (cherry picked from commit f7bfac4)
    
    Co-authored-by: Miss Islington (bot) <[email protected]>
    Co-authored-by: Victor Stinner <[email protected]>
    miss-islington and vstinner committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    ed53a83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1a719bf View commit details
    Browse the repository at this point in the history