Flowdock
method

fips_mode=

Importance_1
v2_2_9 - Show latest stable - 0 notes - Class: OpenSSL
fips_mode=(p1) public

Turns FIPS mode on or off. Turning on FIPS mode will obviously only have an effect for FIPS-capable installations of the OpenSSL library. Trying to do so otherwise will result in an error.

Examples

OpenSSL.fips_mode = true # turn FIPS mode on OpenSSL.fips_mode = false # and off again

Show source
Register or log in to add new notes.