I have my Struts application running in tomcat version 5.0. I want to add OpenSSL FIPS 140-2 support to this application. I know there are settings into the server.xml which allows OpenSSL https connection. But unable to find oit anything specific to OpenSSL FIPS 140-2 compliance. I have following questions,
- Is there anything related with Java? that is, do we need to make any settings into Java runtime environment to add a compliance for FIPS 140-2?
- Does, just doing the settings for OpenSSL in tomcat server.xml would make it compliant with OpenSSL FIPS 140-2?
- Is there anything else? Like upgrading tomcat to latest version which has support for OpenSSL FIPS 140-2, if yes any information related to same?
I am pretty much new to OpenSSL and FIPS. Unable to find anything concrete related to Tomcat.