Switching QMF to the FIPS-140 security standard
You can switch QMF to the FIPS-140 computer security standard by configuring a security provider definition.
About this task
To switch to the FIPS-140 standard, perform the following procedure.
Procedure
- In the QMF installation directory, open the java.security file in edit mode.
- Find a list of security provider definitions by looking
for the following:
security.provider.N=
, where N represents a number. - Insert the following line to the first position of this
list:
security.provider.1=com.ibm.crypto.fips.provider.IBMJCEFIPS
- Modify the numbers for the other security provider definitions
in the list. When you open QMF, the application will work in FIPS-140 mode.