diff options
author | Christian Heimes <christian@python.org> | 2021-03-30 08:58:12 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-30 08:58:12 (GMT) |
commit | 9ac263091db4a8c7dedb577d01f544622a448744 (patch) | |
tree | cf37de58813b73e88ef22ef47d2aa80f30e0b9f4 /Misc | |
parent | 5486b105a4c5de840c24776c726eeac2a8dc973c (diff) | |
download | cpython-9ac263091db4a8c7dedb577d01f544622a448744.zip cpython-9ac263091db4a8c7dedb577d01f544622a448744.tar.gz cpython-9ac263091db4a8c7dedb577d01f544622a448744.tar.bz2 |
[3.8] bpo-43631: Update to OpenSSL 1.1.1k (GH-25024) (GH-25089)
Signed-off-by: Christian Heimes <christian@python.org>
Automerge-Triggered-By: GH:tiran.
(cherry picked from commit a54fc683f237d8f0b6e999a63aa9b8c0a45b7fef)
Co-authored-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2021-03-26-09-16-34.bpo-43631.msJyPi.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2021-03-26-09-16-34.bpo-43631.msJyPi.rst b/Misc/NEWS.d/next/Build/2021-03-26-09-16-34.bpo-43631.msJyPi.rst new file mode 100644 index 0000000..4de4905 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2021-03-26-09-16-34.bpo-43631.msJyPi.rst @@ -0,0 +1 @@ +Update macOS, Windows, and CI to OpenSSL 1.1.1k. |