fips_mode=

OpenSSL.fips_mode = boolean â boolean
Class Public methods

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

doc_ruby_on_rails
2015-04-26 19:50:29
Comments
Leave a Comment

Please login to continue.