WAS v8.5 > Develop applications > Develop security > Develop extensions to the WebSphere security infrastructure

WAS security standards configurations

WebSphere Application Server can be configured to work with various security standards, which are typically used to meet security requirements required by the government.

New feature:

WAS integrates cryptographic modules, which include JSSE and Java Cryptography Extension (JCE). Most of the requirements in the standards are handled in the JSSE and JCE, which must undergo the certification process to meet government standards. WAS must be configured to run with the JSSE and JCE enabled for a particular standard, and now supports the FIPS 140-2, SP800-131 and Suite B security standards.


Properties used to enable the Security Standards

The IBM virtual machine for Java (JVM) runs in a given security mode based on system properties. WAS sets these system properties based on security configuration settings. The security configuration can be set up through the dmgr console or through scripting admin tasks. If an application sets these properties directly it can affect WAS SSL communication.

JVM system properties to enable the security standard.

Security standard System property to enable Valid values
FIPS 140-2 com.ibm.jsse2.usefipsprovider true or false
SP800-131 com.ibm.jsse2.sp800-131 transition or strict
Suite B com.ibm.jsse2.suiteB 128 or 1.2

WAS configuration clears out all of these properties if they are set, then sets them to how the security configuration is specified. WAS enables the security standard based on the custom properties set in the security configuration.


WAS security custom properties to enable the security standard

WAS security custom properties to enable the security standard.

Security standard Security custom properties JVM system property
FIPS 140-2

com.ibm.security.useFips=true
com.ibm.websphere.security.FIPSLevel=FIPS140-2

com.ibm.jsse2.usefipsprovider=true
SP800-131- transition

com.ibm.security.useFips=true
com.ibm.websphere.security.FIPSLevel=transition

com.ibm.jsse2.sp800-131=transition
SP800-131 – strict

com.ibm.security.useFips=true
com.ibm.websphere.security.FIPSLevel=SP800-131

com.ibm.jsse2.sp800-131=strict
Suite B 128

com.ibm.security.useFips=true
com.ibm.websphere.security.suiteB=128

com.ibm.jsse2.suiteB=128
Suite B 1.2

com.ibm.security.useFips=true
com.ibm.websphere.security.suiteB=192

com.ibm.jsse2.suiteB=192


Subtopics


Related


Configure WAS for the Suite B security standard
Configure WAS for SP800-131 standard strict mode
Transitioning WAS to the SP800-131 security standard
Configure Federal Information Processing Standard Java Secure Socket Extension files


Reference:

FIPSCommands command group for AdminTask


+

Search Tips   |   Advanced Search