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: raise error for --enable-fips when no FIPS #38859

Closed
wants to merge 2 commits into from

Commits on Jun 7, 2021

  1. src,test: raise error for --enable-fips when no FIPS

    This commit moves the check for FIPS from the crypto module
    initialization to process startup.
    
    The motivation for this is that when OpenSSL is not FIPS enabled and the
    command line options --enable-fips, or --force-fips are used, there will
    only be an error raised if the crypto module is used. This can be
    surprising and we have gotten feedback that users assumed that there
    would be an error if these options were specified and FIPS is not
    available.
    danbev committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    9531296 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

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