FIPS 140-2 compliance
FIPS 140-2 is a standard which certifies cryptographic modules used by applications.
CICS® Transaction Gateway can be configured to use FIPS 140-2 certified modules to maintain the confidentiality and integrity of the information protected by the modules.
To configure the CICS TG
to use FIPS 140-2 certified modules:
- Locate the java.security file in the <java_dir>/lib/security directory.
- Locate the providers section in the file and add the following
two lines at the top:
Renumber the existing providers as required.security.provider.1=com.ibm.fips.jsse.IBMJSSEFIPSProvider security.provider.2=com.ibm.fips.crypto.fips.provider.IBMJCEFIPS
- Save the file and restart the CICS Transaction Gateway.