Enabling FIPS-certified TLS AES 256-bit encryption
843811Jan 29 2008 — edited Jun 21 2008My client would like to implement a stronger connection between an IBM MQ Server running IBM Java and their Oracle Application Server running Sun Java. This connection would use FIPS-certified TLS AES 256-bit encryption.
I know there are FIPS-certified open source libraries like NSS, JSS, and BouncyCastle that can provide this functionality, but to date I have not seen any documentation on means to implement them. As we are running our system on the Oracle Application Server, any changes at the Java level can not require custom code (as Oracle is responsible for handling all of our connections).
If anyone has any suggestions, or places to search on the web, I would appreciate it.