FIPS-Certified Library
The Federal Information Processing Standard (FIPS) Publication 140-2 specifies the security requirements of cryptographic modules used to protect sensitive information. When the EFT service is started, if FIPS is enabled, a message displays which protocols are in use and which of the protocols in use are FIPS certified. When you enable FIPS, the ciphers, key lengths/types, and hash lengths/types that are not FIPS-approved are not available, and an initialization routine executes a series of startup tests that set the cryptographic module into a FIPS-approved operational state.
For more information about the cryptographic module used by EFT, refer to Knowledgebase article Do you have a link to the certificate for your FIPS ciphers?
After you enable or disable FIPS mode, you must restart the EFT server service.
If a FIPS-approved state cannot be achieved when FIPS is enabled, all Sites will stop, and an error message appears in the Windows Event Log and the EFT administration interface. After you dismiss the message, the EFT administration interface closes.
-
You can enable FIPS mode for:
-
outbound HTTPs/FTPs (SSL) through Event Rules (except when using Advanced Workflows)
-
outbound client SFTP (SSH2) through Event Rules
-
FIPS mode does not apply to:
-
EFT administration interface connections
-
SSL-based COM API connections
-
Advanced Workflows-based HTTPs/FTPs (SSL)
-
Advanced Workflows-based SFTP (SSH2)
-
AS2 inbound nor outbound transactions; SSL connections for AS2 are through HTTPS sockets, so the AS2 transaction is over a FIPS tunnel; however, the encryption within the AS2 MIME payload is not FIPS approved.
The following changes to the Server > Security tab were made in the latest version of EFT.
SSH changes in FIPS mode |
|
---|---|
SSH keys |
|
KEXes |
|
MACs |
|
SSH changes in non-FIPS mode |
|
SSH keys |
|
MAC |
|
The functional for legacy sftp.dll was kept unchanged. In legacy FIPS mode, allowed keys are, for example,
1024bits <= rsa <= 4096bits or dsa 1024bits
and if you set another key, then GUI will show message:
"The provided SFTP key has an improper key length. FIPS 140-2 mode requires keys between 1024 and 4096 bits (inclusive) for RSA keys, or 1024 bits (exactly) for DSA (DSS) keys. Please specify an alternate key, or generate a new one using EFT's SFTP key creation wizard."
SSL changes | |
---|---|
in FIPS mode |
|
in nonFIPS mode |
|
Related Topics