Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[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

Merged
ambv merged 3 commits intopython:3.9frommiss-islington:backport-f7bfac4-3.9
Nov 4, 2024

Conversation

miss-islington
Copy link
Contributor

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

…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>
@bedevere-appbedevere-appbot added testsTests in the Lib/test dir awaiting review labelsOct 8, 2024
@encukouencukou marked this pull request as draftOctober 8, 2024 12:48
@encukouencukou changed the title[3.9] [3.11] gh-109396: Fix test_socket.test_hmac_sha1() in FIPS mode (GH-109423) (GH-109427)[3.9] gh-109396: Fix test_socket.test_hmac_sha1() in FIPS mode (GH-109423)Oct 8, 2024
@encukou
Copy link
Member

!buildbot FIPS

@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by@encukou for commitcbbf2b9 🤖

The command will test the builders whose names match following regular expression:FIPS

The builders matched are:

  • AMD64 CentOS9 FIPS Only Blake2 Builtin Hash PR
  • AMD64 RHEL8 FIPS Only Blake2 Builtin Hash PR
  • AMD64 RHEL8 FIPS No Builtin Hashes PR
  • AMD64 CentOS9 FIPS No Builtin Hashes PR

@encukou
Copy link
Member

Note that we care aboutOnly Blake2 builds, which passed here.
The redNo Builtin Hashes FIPS builds are unstable and never passed.

@encukouencukou marked this pull request as ready for reviewOctober 10, 2024 14:30
@encukou
Copy link
Member

!buildbot FIPS No Builtin

@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by@encukou for commitc8eeb4c 🤖

The command will test the builders whose names match following regular expression:FIPS No Builtin

The builders matched are:

  • AMD64 RHEL8 FIPS No Builtin Hashes PR
  • AMD64 CentOS9 FIPS No Builtin Hashes PR

@ambvambv merged commit011fb84 intopython:3.9Nov 4, 2024
14 of 16 checks passed
gentoo-bot pushed a commit to gentoo/cpython that referenced this pull requestApr 9, 2025
…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>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees

@ambvambv

Labels
testsTests in the Lib/test dir
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

4 participants
@miss-islington@encukou@bedevere-bot@ambv

[8]ページ先頭

©2009-2025 Movatter.jp