-
Hi all; |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @guykatz. It requires some level of knowledge to run an unmodified OpenJDK build (including Eclipse Temurin) in FIPS 140-2 compliant mode. You would need to configure the Java runtime to use a set of FIPS certified algorithms (such as Bouncy Castle, or others); but in general it is a task best suited to the runtime provider. At the moment, Eclipse do not provide a FIPS-enabled runtime out of the box. You might consider Red Hat OpenJDK 11, or IBM Semeru, or others. |
Beta Was this translation helpful? Give feedback.
I don't think there is a scanner, so given it is your app it is worth reviewing your usage of the cyphers and algorithms to see if you are specifying anything rather than relying on system negotiations and defaults. Having a good set of tests will indeed help you understand the impact of running in FIPS mode. But, yes, no tools that I know of to check for you.