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

OpenSSL: Report -fips in version if OpenSSL is built with FIPS #3771

Closed
wants to merge 3 commits into from

Commits on Apr 23, 2019

  1. OpenSSL: Report -fips in version if OpenSSL is built with FIPS

    Older versions of OpenSSL report FIPS availabilty via an OPENSSL_FIPS
    define. It uses this define to determine whether to publish -fips at
    the end of the version displayed. Applications that utilize the version
    reported by OpenSSL will see a mismatch if they compare it to what curl
    reports, as curl is not modifying the version in the same way. This
    change simply adds a check to see if OPENSSL_FIPS is defined, and will
    alter the reported version to match what OpenSSL itself provides. This
    only appears to be applicable in versions of OpenSSL <1.1.1
    
    Reported-by: Ricky Leverence Jr
    rleverence-godaddy committed Apr 23, 2019
    Copy the full SHA
    c248c11 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    d9fd1b8 View commit details
    Browse the repository at this point in the history
  3. Forgot that hyphen

    rleverence-godaddy committed Apr 23, 2019
    Copy the full SHA
    1349b17 View commit details
    Browse the repository at this point in the history