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

Support reading additional data from underlying BIO for each call to SSL_read #1517

Merged
merged 3 commits into from
May 7, 2024

Commits on May 2, 2024

  1. Support reading additional data from underlying BIO for each call to …

    …SSL_read:
    
    * SSL_set_read_ahead
    * SSL_CTX_set_read_ahead
    * SSL_set_default_read_buffer_len
    * SSL_CTX_set_default_read_buffer_len
    
    By enabling read ahead the system may reduce the number of calls to the SSL read BIO
    by reading more data than is specified in the TLS record header.
    andrewhop committed May 2, 2024
    Configuration menu
    Copy the full SHA
    7470e9e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0921466 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    c91bb1c View commit details
    Browse the repository at this point in the history