]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46232: Fix parsing of certs with bit string in DN (GH-30351)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 21 Feb 2022 09:37:26 +0000 (01:37 -0800)
committerGitHub <noreply@github.com>
Mon, 21 Feb 2022 09:37:26 +0000 (01:37 -0800)
commit633d0f90f933515a9fca21a38cf87a8baf8ddc7d
treec75261c6c82bcbdd8b59265cfb5dc3ba4f370285
parent95d6271f1997580f8cb8a2985d0cd48af912763f
bpo-46232: Fix parsing of certs with bit string in DN (GH-30351)

(cherry picked from commit be095f6c32188bba02079d086ac8639ea37cec3c)

Co-authored-by: Christian Heimes <christian@python.org>
Misc/NEWS.d/next/Library/2022-01-03-09-46-44.bpo-46232.s0KlyI.rst [new file with mode: 0644]
Modules/_ssl.c