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

Make FIPS related options and functionality always available. #35019

Closed
wants to merge 1 commit into from

Commits on Aug 25, 2020

  1. Make FIPS related options and functionality always awailable.

    There is no reason to hide FIPS functionality behind build flags.
    OpenSSL always provide the information about FIPS availability via
    `FIPS_mode()` function.
    
    This makes the user experience more consistent, because the OpenSSL
    library is always queried and the `crypto.getFips()` always returns
    OpenSSL settings.
    
    Fixes nodejs#34903
    voxik committed Aug 25, 2020
    Configuration menu
    Copy the full SHA
    426fc64 View commit details
    Browse the repository at this point in the history