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

64bit ssl op #15230

Closed
wants to merge 7 commits into from
Closed

64bit ssl op #15230

wants to merge 7 commits into from

Commits on May 11, 2021

  1. Convert SSL_{CTX}_[gs]et_options to 64

    Less tersely: converted SSL_get_options, SSL_set_options,
    SSL_CTX_get_options and SSL_CTX_get_options to take and return uint64_t
    since we were running out of 32 bits.
    
    Fixes: 15145
    richsalz committed May 11, 2021
    Configuration menu
    Copy the full SHA
    7a38703 View commit details
    Browse the repository at this point in the history
  2. Slightly reformat ssl.h.in

    richsalz committed May 11, 2021
    Configuration menu
    Copy the full SHA
    7c762d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e89c17a View commit details
    Browse the repository at this point in the history
  4. fixup! fixup! Slightly reformat ssl.h.in

    FdaSilvaYY's comments.
    richsalz committed May 11, 2021
    Configuration menu
    Copy the full SHA
    ccb9b1e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9accad6 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Configuration menu
    Copy the full SHA
    8ba5b4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    53207d0 View commit details
    Browse the repository at this point in the history