https://github.com/python/cpython
Revision 52a9c5760c600bc96df87bc93641df504d302314 authored by Miss Islington (bot) on 14 September 2023, 22:41:33 UTC, committed by GitHub on 14 September 2023, 22:41:33 UTC
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 commit e091b9f20fa8e409003af79f3c468b8225e6dcd3)

Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent 3bb8075
History
Tip revision: 52a9c5760c600bc96df87bc93641df504d302314 authored by Miss Islington (bot) on 14 September 2023, 22:41:33 UTC
[3.12] gh-109396: Fix test_socket.test_hmac_sha1() in FIPS mode (GH-109423) (#109426)
Tip revision: 52a9c57
File Mode Size
.azure-pipelines
.devcontainer
.github
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Programs
Python
Tools
.editorconfig -rw-r--r-- 181 bytes
.gitattributes -rw-r--r-- 3.2 KB
.gitignore -rw-r--r-- 2.6 KB
.mailmap -rw-r--r-- 175 bytes
.pre-commit-config.yaml -rw-r--r-- 750 bytes
.readthedocs.yml -rw-r--r-- 389 bytes
LICENSE -rw-r--r-- 13.6 KB
Makefile.pre.in -rw-r--r-- 105.0 KB
README.rst -rw-r--r-- 8.9 KB
aclocal.m4 -rw-r--r-- 23.9 KB
config.guess -rwxr-xr-x 48.2 KB
config.sub -rwxr-xr-x 34.4 KB
configure -rwxr-xr-x 849.4 KB
configure.ac -rw-r--r-- 228.7 KB
install-sh -rwxr-xr-x 15.0 KB
pyconfig.h.in -rw-r--r-- 52.0 KB

README.rst

back to top