summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-04-09 14:51:25 (GMT)
committerGitHub <noreply@github.com>2021-04-09 14:51:25 (GMT)
commita28398e9c60848fc291c83dac44e5212694fb0b2 (patch)
tree8766dcaa71b30a78929a7c033abe0c04f307c730 /Misc
parent4e710d1c88cbebdb17578de00997457b3b26874d (diff)
downloadcpython-a28398e9c60848fc291c83dac44e5212694fb0b2.zip
cpython-a28398e9c60848fc291c83dac44e5212694fb0b2.tar.gz
cpython-a28398e9c60848fc291c83dac44e5212694fb0b2.tar.bz2
[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>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2021-04-09-14-08-03.bpo-43789.eaHlAm.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-04-09-14-08-03.bpo-43789.eaHlAm.rst b/Misc/NEWS.d/next/Library/2021-04-09-14-08-03.bpo-43789.eaHlAm.rst
new file mode 100644
index 0000000..1c08529
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2021-04-09-14-08-03.bpo-43789.eaHlAm.rst
@@ -0,0 +1,2 @@
+OpenSSL 3.0.0: Don't call the password callback function a second time when
+first call has signaled an error condition.