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

Enhance printing OpenSSL versions. #662

Merged
merged 1 commit into from
Aug 16, 2023

Commits on Aug 15, 2023

  1. Enhance printing OpenSSL versions.

    * Updated the `OpenSSL::OPENSSL_VERSION_NUMBER` comment explaining the format.
    * Added the `OpenSSL::LIBRESSL_VERSION_NUMBER` to print LibreSSL version number,
      in the case that Ruby OpenSSL binding is compiled with LibreSSL. Note
      `test/openssl/utils.rb#libressl?` is not using this value in it for now.
    * Update `rake debug` to print the values in a readable way, adding
      `OpenSSL::OPENSSL_VERSION_NUMBER` and `OpenSSL::LIBRESSL_VERSION_NUMBER`.
    junaruga committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    d19e636 View commit details
    Browse the repository at this point in the history