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: fix dynamically linked OpenSSL version #53456

Closed
wants to merge 4 commits into from

Commits on Jun 14, 2024

  1. src: fix dynamically linked OpenSSL version

    Report the version of OpenSSL that Node.js is running with instead
    of the version of OpenSSL that Node.js was compiled against.
    richardlau committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    f132c85 View commit details
    Browse the repository at this point in the history
  2. test: check against run-time OpenSSL version

    Update `common.hasOpenSSL3*` to check against the run-time version of
    OpenSSL instead of the version of OpenSSL that Node.js was compiled
    against.
    
    Add a generalized `common.hasOpenSSL()` so we do not need to keep adding
    new checks for each new major/minor of OpenSSL.
    richardlau committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    d71c5ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    067a462 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

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