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

tls: check result of SSL_CTX_set_*_proto_version #53459

Merged

Commits on Jun 14, 2024

  1. tls: check result of SSL_CTX_set_*_proto_version

    These functions generally should not fail, but we also shouldn't ignore
    potential failures entirely since security properties of the application
    might depend on successful configuration.
    
    This also is consistent with the existing CHECKs in SetMinProto() and
    SetMaxProto().
    tniessen committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    6cbf375 View commit details
    Browse the repository at this point in the history