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.9] gh-109396: Fix test_socket.test_hmac_sha1() in FIPS mode (GH-109423) #125107

Merged
merged 3 commits into from
Nov 4, 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
    1dc3219 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

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

Commits on Oct 29, 2024

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