-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
backport X509_VERIFY_PARAM_get0()
: add check to defend on out-of-bound table access
#28404
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
Closed
DDvO
wants to merge
1
commit into
openssl:openssl-3.4
from
siemens:fix_X509_VERIFY_PARAM_get0-backport-3.4
Closed
backport X509_VERIFY_PARAM_get0()
: add check to defend on out-of-bound table access
#28404
DDvO
wants to merge
1
commit into
openssl:openssl-3.4
from
siemens:fix_X509_VERIFY_PARAM_get0-backport-3.4
Conversation
This file contains hidden or 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
t8m
approved these changes
Sep 1, 2025
mattcaswell
approved these changes
Sep 2, 2025
This pull request is ready to merge |
openssl-machine
pushed a commit
that referenced
this pull request
Sep 3, 2025
…ccess Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from #28404)
Merged as planned to 3.4, 3.3, 3.2 and 3.0 - thanks for the swift approvals |
eclipse-oniro-oh-bot
pushed a commit
to eclipse-oniro-mirrors/third_party_openssl
that referenced
this pull request
Sep 12, 2025
…ccess Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from openssl/openssl#28404) (cherry picked from commit 4ed6cfce586f7a78c0e7e3d314c2b785ac16f1a9) Signed-off-by: jing-wang177 <wangjing561@huawei.com>
eclipse-oniro-oh-bot
pushed a commit
to eclipse-oniro-mirrors/third_party_openssl
that referenced
this pull request
Oct 1, 2025
…ccess Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from openssl/openssl#28404) (cherry picked from commit 4ed6cfce586f7a78c0e7e3d314c2b785ac16f1a9) Signed-off-by: jing-wang177 <wangjing561@huawei.com>
eclipse-oniro-oh-bot
pushed a commit
to eclipse-oniro-mirrors/third_party_openssl
that referenced
this pull request
Oct 1, 2025
…ccess Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from openssl/openssl#28404) (cherry picked from commit 4ed6cfce586f7a78c0e7e3d314c2b785ac16f1a9) Signed-off-by: jing-wang177 <wangjing561@huawei.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
approval: ready to merge
The 24 hour grace period has passed, ready to merge
branch: 3.0
Merge to openssl-3.0 branch
branch: 3.2
Merge to openssl-3.2
branch: 3.3
Merge to openssl-3.3
branch: 3.4
Merge to openssl-3.4
tests: exempted
The PR is exempt from requirements for testing
triaged: bug
The issue/pr is/fixes a bug
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.
This backports #28370 to 3.4 etc.