]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.8] bpo-43789: OpenSSL 3.0.0 Don't call passwd callback again in error case (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 9 Apr 2021 14:51:25 +0000 (07:51 -0700)
committerGitHub <noreply@github.com>
Fri, 9 Apr 2021 14:51:25 +0000 (16:51 +0200)
commita28398e9c60848fc291c83dac44e5212694fb0b2
tree8766dcaa71b30a78929a7c033abe0c04f307c730
parent4e710d1c88cbebdb17578de00997457b3b26874d
[3.8] bpo-43789: OpenSSL 3.0.0 Don't call passwd callback again in error case (GH-25303) (GH-25306)

(cherry picked from commit d3b73f32ef7c693a6ae8c54eb0e62df3b5315caf)

Co-authored-by: Christian Heimes <christian@python.org>
Misc/NEWS.d/next/Library/2021-04-09-14-08-03.bpo-43789.eaHlAm.rst [new file with mode: 0644]
Modules/_ssl.c