SSL_read_ex() ... will return 1 for success or 0 for failure#9129
Merged
dgarske merged 1 commit intowolfSSL:masterfrom Aug 27, 2025
Merged
SSL_read_ex() ... will return 1 for success or 0 for failure#9129dgarske merged 1 commit intowolfSSL:masterfrom
dgarske merged 1 commit intowolfSSL:masterfrom
Conversation
|
Can one of the admins verify this patch? |
401fbf1 to
231f0ac
Compare
Contributor
|
Okay to test. Contributor agreement on file. Thank you @effbiae this appears to be a good fix! |
dgarske
previously approved these changes
Aug 26, 2025
Contributor
|
Hi @effbiae , the Espressif error is not related to your PR. We are working on a resolution, but I won't let it hold up this PR. |
julek-wolfssl
requested changes
Aug 26, 2025
231f0ac to
934364b
Compare
julek-posejdon
previously approved these changes
Aug 27, 2025
julek-wolfssl
approved these changes
Aug 27, 2025
dgarske
approved these changes
Aug 27, 2025
Contributor
|
Jenkins retest this please: "AgentOfflineException" |
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.
Description
wolfSSL_read_ex()was returning bytes read instead of success/failure.see man page for SSL_read_ex for compatible behaviour
Testing
without this change:
with this change
note the relevant test (
tests/api.c:test_wolfSSL_read_write_ex()) fails but force returnsTEST_SUCCESS