openssl_config | R Documentation |
Shows libssl version and configuration information.
openssl_config()
fips_mode()
Note that the "fips" flag in openssl_config
means that FIPS is
supported, but it does not mean that it is currently enforced. If
supported, it can be enabled in several ways, such as a kernel
option, or setting an environment variable OPENSSL_FORCE_FIPS_MODE=1
.
The fips_mode()
function shows if FIPS is currently enforced.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.