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

optimise ssl3_get_cipher_by_std_name() #13000

Closed

Commits on Sep 26, 2020

  1. optimise ssl3_get_cipher_by_std_name()

    Return immediately on matched cipher. Without this patch the code only breaks out of the inner for loop, meaning for a matched TLS13 cipher the code will still loop through 160ish SSL3 ciphers.
    
    CLA: trivial
    hklaas committed Sep 26, 2020
    Copy the full SHA
    75d1635 View commit details
    Browse the repository at this point in the history