You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure FIPS compliant mode by ensure_fips option (#4720)
ensure_fips option checks whether FIPS mode is
enabled by OpenSSL side.
If FIPS is not enabled in OpenSSL side, it raise an error
when ensure_fips true.
NOTE: If FIPS mode is enabled, ensure_fips does nothing.
Closes: #3121
Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
0 commit comments