• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Skeleton openssl.cnf for testing with FIPS
2
3nodejs_conf = openssl_conf_section
4authorityKeyIdentifier=keyid:always,issuer:always
5
6[openssl_conf_section]
7 # Configuration module list
8alg_section = evp_sect
9
10[ evp_sect ]
11# Set to "yes" to enter FIPS mode if supported
12fips_mode = yes
13