Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-109396: Fix test_socket.test_hmac_sha1() in FIPS mode#109423
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Use a longer key: FIPS mode requires at least of at least 112 bits.The previous key was only 32 bits.
I tested manually that the change fix test_socket on the affected RHEL8 FIPS buildbot:
|
By the way, this buildbot is running:
|
Thanks@vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
…nGH-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 commite091b9f)Co-authored-by: Victor Stinner <vstinner@python.org>
GH-109426 is a backport of this pull request to the3.12 branch. |
GH-109427 is a backport of this pull request to the3.11 branch. |
…nGH-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 commite091b9f)Co-authored-by: Victor Stinner <vstinner@python.org>
bedevere-bot commentedSep 14, 2023
|
The affected buildbot turned green (success):https://buildbot.python.org/all/#/builders/469/builds/6002 :-) It is the first time that it becomes green for a long time. It was failing for at least 3 weeks, but it's likely that it wasnever green. |
…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 commite091b9f)(cherry picked from commitf7bfac4)Co-authored-by: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>Co-authored-by: Victor Stinner <vstinner@python.org>
…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 commite091b9f)(cherry picked from commitf7bfac4)Co-authored-by: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>Co-authored-by: Victor Stinner <vstinner@python.org>
GH-125106 is a backport of this pull request to the3.10 branch. |
GH-125107 is a backport of this pull request to the3.9 branch. |
…09423) (#125106)[3.11]gh-109396: Fix test_socket.test_hmac_sha1() in FIPS mode (GH-109423) (GH-109427)gh-109396: Fix test_socket.test_hmac_sha1() in FIPS mode (GH-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 commite091b9f)(cherry picked from commitf7bfac4)Co-authored-by: Victor Stinner <vstinner@python.org>Co-authored-by: Petr Viktorin <encukou@gmail.com>
…ythonGH-109423) (pythonGH-125107)Use a longer key: FIPS mode requires at least of at least 112 bits.The previous key was only 32 bits.(cherry picked from commite091b9f)(cherry picked from commitf7bfac4)Co-authored-by: Victor Stinner <vstinner@python.org>Co-authored-by: Petr Viktorin <encukou@gmail.com>
Uh oh!
There was an error while loading.Please reload this page.
Use a longer key: FIPS mode requires at least of at least 112 bits. The previous key was only 32 bits.