Skip to content
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

CONC-693 Fix SSL_read/write return value checking in ma_tls_async_check_result #243

Open
wants to merge 1 commit into
base: 3.1
Choose a base branch
from

Commits on Apr 19, 2024

  1. Fix SSL_read/write return value checking in ma_tls_async_check_result

    SSL_{read,write}'s return values == 0 signify the operation was
    unsuccessful, but here it's being treated as success. Other calls of
    these functions already properly checks the return value.
    
    Signed-off-by: Josh Hunt <[email protected]>
    geauxbears committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    cb3fb01 View commit details
    Browse the repository at this point in the history