-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
chore(deps): bump openssl to 3.2.3 #13623
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
github-actions
bot
added
build/bazel
cherry-pick kong-ee
schedule this PR for cherry-picking to kong/kong-ee
labels
Sep 5, 2024
### Summary - Fixed possible denial of service in X.509 name checks, CVE-2024-6119. - Fixed possible buffer overread in SSL_select_next_proto(), CVE-2024-5535. - Fixed potential use after free after SSL_free_buffers() is called, CVE-2024-4741. - Fixed an issue where checking excessively long DSA keys or parameters may be very slow, CVE-2024-4603. - Improved EC/DSA nonce generation routines to avoid bias and timing side channel leaks. - Fixed an issue where some non-default TLS server configurations can cause unbounded memory growth when processing TLSv1.3 sessions, CVE-2024-2511. - New atexit configuration switch, which controls whether the OPENSSL_cleanup is registered when libcrypto is unloaded. - Fixed bug where SSL_export_keying_material() could not be used with QUIC connections. Signed-off-by: Aapo Talvensaari <aapo.talvensaari@gmail.com>
bungle
force-pushed
the
chore/openssl-3.2.3
branch
from
September 5, 2024 09:32
b31c007
to
10a6f59
Compare
The EE PR is here: https://github.com/Kong/kong-ee/pull/10193, thus no cherry-pick label is needed. |
bungle
removed
the
cherry-pick kong-ee
schedule this PR for cherry-picking to kong/kong-ee
label
Sep 5, 2024
outsinre
approved these changes
Sep 13, 2024
nowNick
approved these changes
Sep 17, 2024
kikito
added
the
cherry-pick kong-ee
schedule this PR for cherry-picking to kong/kong-ee
label
Nov 4, 2024
cherrypick in https://github.com/Kong/kong-ee/pull/10193 |
Cherry-pick failed for Please cherry-pick the changes locally. git remote add upstream https://github.com/kong/kong-ee
git fetch upstream master
git worktree add -d .worktree/cherry-pick-13623-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-13623-to-master-to-upstream
git checkout -b cherry-pick-13623-to-master-to-upstream
ancref=$(git merge-base 7b4f198a8b322d0d6c33767add195bfcb275f743 10a6f59be108055b23582057087d469471d0c22c)
git cherry-pick -x $ancref..10a6f59be108055b23582057087d469471d0c22c |
github-actions
bot
added
the
incomplete-cherry-pick
A cherry-pick was incomplete and needs manual intervention
label
Nov 4, 2024
AndyZhang0707
removed
the
incomplete-cherry-pick
A cherry-pick was incomplete and needs manual intervention
label
Nov 12, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
KAG-5326
Checklist
changelog/unreleased/kong
orskip-changelog
label added on PR if changelog is unnecessary. README.mdThere is a user-facing docs PR against https://github.com/Kong/docs.konghq.com - PUT DOCS PR HERE