-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
bpo-43631: Update to OpenSSL 1.1.1k #25024
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Signed-off-by: Christian Heimes <christian@python.org>
a9cd05b
to
041cd4e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I only reviewed the macOS build changes and they looked OK with the addition of the tarball checksum update which I just pushed to the PR. Thanks for making the change.
@tiran: Status check is done, and it's a success ✅ . |
Thanks @tiran for the PR 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7, 3.8, 3.9. |
Sorry @tiran, I had trouble checking out the |
Sorry, @tiran, I could not cleanly backport this to |
Sorry @tiran, I had trouble checking out the |
Sorry, @tiran, I could not cleanly backport this to |
- [x] Build OpenSSL 1.1.1k for macOS - [x] Build OpenSSL 1.1.1k for Windows I have also updated multissl tester and various CI configurations to use latest OpenSSL. The versions were all over the place. Signed-off-by: Christian Heimes <christian@python.org> Automerge-Triggered-By: GH:tiran. (cherry picked from commit a54fc68) Co-authored-by: Christian Heimes <christian@python.org>
GH-25088 is a backport of this pull request to the 3.9 branch. |
GH-25089 is a backport of this pull request to the 3.8 branch. |
- [x] Build OpenSSL 1.1.1k for macOS - [x] Build OpenSSL 1.1.1k for Windows I have also updated multissl tester and various CI configurations to use latest OpenSSL. The versions were all over the place. Signed-off-by: Christian Heimes <christian@python.org> Automerge-Triggered-By: 8000 GH:tiran. (cherry picked from commit a54fc68) Co-authored-by: Christian Heimes <christian@python.org>
I have also updated multissl tester and various CI configurations to use latest OpenSSL. The versions were all over the place.
Signed-off-by: Christian Heimes christian@python.org
https://bugs.python.org/issue43631
Automerge-Triggered-By: GH:tiran