OpenSSL Compat Layer: OCSP response improvments#8408
Merged
dgarske merged 22 commits intowolfSSL:masterfrom Feb 19, 2025
Merged
OpenSSL Compat Layer: OCSP response improvments#8408dgarske merged 22 commits intowolfSSL:masterfrom
dgarske merged 22 commits intowolfSSL:masterfrom
Conversation
3b89ce4 to
f96acbb
Compare
43964c1 to
2816d92
Compare
2816d92 to
a635189
Compare
Contributor
Author
|
retest this please |
julek-wolfssl
requested changes
Feb 4, 2025
Member
julek-wolfssl
left a comment
There was a problem hiding this comment.
Still need to review tests/.
julek-wolfssl
requested changes
Feb 4, 2025
julek-wolfssl
requested changes
Feb 4, 2025
julek-wolfssl
requested changes
Feb 4, 2025
Contributor
Author
|
retest this please |
a92d921 to
b02a263
Compare
Contributor
Author
|
retest this please |
julek-wolfssl
requested changes
Feb 5, 2025
Contributor
Author
|
retest this please |
- search for the signer in the CertificateManager if the embedded cert verification fails in original asn template.
- Added a new test case `resp_bad_embedded_cert` in `create_ocsp_test_blobs.py` to test OCSP response with an unusable internal cert that can be verified in Cert Manager. - Updated `test_ocsp_response_parsing` in `ocsp.c` to include the new test case. - Ensured the new test case checks for proper handling of OCSP responses with incorrect internal certificates.
da504fa to
1eecf32
Compare
Contributor
Author
|
retest this please |
dgarske
requested changes
Feb 17, 2025
dgarske
approved these changes
Feb 19, 2025
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Improves of OCSP response handling.
Aligns wolfSSL_OCSP_basic_verify and wolfSSL_d2i_OCSP_RESPONSE to OpenSSL behavior.
Replaces #8036