]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46232: Fix parsing of certs with bit string in DN (GH-30351)
authorChristian Heimes <christian@python.org>
Sun, 20 Feb 2022 20:42:31 +0000 (22:42 +0200)
committerGitHub <noreply@github.com>
Sun, 20 Feb 2022 20:42:31 +0000 (21:42 +0100)
commitbe095f6c32188bba02079d086ac8639ea37cec3c
tree002f005bff12da40c9c5efaeca830e8246fdfad6
parentb77158b4da449ec5b8f682816a79d004fd65ed07
bpo-46232: Fix parsing of certs with bit string in DN (GH-30351)
Misc/NEWS.d/next/Library/2022-01-03-09-46-44.bpo-46232.s0KlyI.rst [new file with mode: 0644]
Modules/_ssl.c