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

src: improve SSL version extraction logic #23050

Closed
wants to merge 2 commits into from

Commits on Sep 25, 2018

  1. src: improve SSL version extraction logic

    The openssl version as defined in ssl libraries is complex.
    The current logic to extract the major.minor.patch format
    uses C semantics to loop through the text and search for
    specific patterns. Use C++ string to tidy it up.
    gireeshpunathil committed Sep 25, 2018
    Configuration menu
    Copy the full SHA
    aa8470e View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2018

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