To prepare a database to run in FIPS mode, you must:
  1. Shut down the database.
  2. Update cryptography algorithms to remove deprecated ciphers, which cause FIPS validation to fail.
    1. Use any of the following PROUTIL qualifiers to identify deprecated ciphers:
      Note: DES3_CBC_168 is supported in OpenEdge but is not available in FIPS mode, so you should change it when removing deprecated ciphers.
    2. Update deprecated ciphers using the PROUTIL EPOLICY MANAGE command.
  3. Use either the PROUTIL AUDITLOAD or PROUTIL AUDITARCHIVE command to update the seal of any records that were sealed with the MD5 hash algorithm. This seal is no longer supported and cannot be read, once FIPS mode is enabled.