Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
[3.9] gh-109396: Fix test_socket.test_hmac_sha1() in FIPS mode (GH-109423)#125107
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
…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>
!buildbot FIPS |
bedevere-bot commentedOct 10, 2024
🤖 New build scheduled with the buildbot fleet by@encukou for commitcbbf2b9 🤖 The command will test the builders whose names match following regular expression: The builders matched are:
|
Note that we care aboutOnly Blake2 builds, which passed here. |
!buildbot FIPS No Builtin |
bedevere-bot commentedOct 29, 2024
011fb84
intopython:3.9Uh oh!
There was an error while loading.Please reload this page.
…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>
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: Miss Islington (bot)31488909+miss-islington@users.noreply.github.com
Co-authored-by: Victor Stinnervstinner@python.org