Configuring SSL/TLS FIPS
On this page
The Federal Information Processing Standards (FIPS) developed by the National Institute of Standards and Technology (NIST) is a set of standards relating to the security of data and other information technology resources.
FIPS sets specific requirements for cybersecurity such as computer encryption schemes, key generation methods, computer security, and interoperability among others.
For more information about FIPs refer to the following:
National Institute of Standards and Technology FIPS PUB 140-2
OpenSSL FIPS 140-2 Security Policy
Enabling SSL/TLS FIPS mode inSingleStore
ssl_
is an engine variable in SingleStore that is used to enable SSL/TLS FIPS mode on each node.
When ssl_
is set to ON, the FIPS mode is enabled, which is a security standard that sets a stringent limit on what security algorithms are allowed, and mandates the use of specific key lengths and hash functions.
When ssl_
is set to ON, certain cryptographic algorithms and hash functions, such as MD5, are disabled because they do not satisfy the standards of FIPS mode.
SingleStore uses the OpenSSL FIPS module.
Last modified: February 23, 2024