Closed lasanthaS closed 1 year ago
This PR introduces a new System property security.jce.provider which can be used to change the Crypto Provider from its default BouncyCastleProvider for BouncyCastleFipsProvider.
security.jce.provider
BouncyCastleProvider
BouncyCastleFipsProvider
Related to https://github.com/wso2/api-manager/issues/1219
To toggle the Crypto Provider to the BouncyCastleFipsProvider provider, provide the following system provider while starting up the server.
... -Dsecurity.jce.provider=BCFIPS ...
Purpose
This PR introduces a new System property
security.jce.provider
which can be used to change the Crypto Provider from its defaultBouncyCastleProvider
forBouncyCastleFipsProvider
.Related to https://github.com/wso2/api-manager/issues/1219
Approach
To toggle the Crypto Provider to the
BouncyCastleFipsProvider
provider, provide the following system provider while starting up the server.Security checks