|
@@ -25,11 +25,11 @@ if (buildParams.inFipsJvm) {
|
|
File fipsSecurity = new File(fipsResourcesDir, javaSecurityFilename)
|
|
File fipsSecurity = new File(fipsResourcesDir, javaSecurityFilename)
|
|
File fipsPolicy = new File(fipsResourcesDir, 'fips_java.policy')
|
|
File fipsPolicy = new File(fipsResourcesDir, 'fips_java.policy')
|
|
File fipsTrustStore = new File(fipsResourcesDir, 'cacerts.bcfks')
|
|
File fipsTrustStore = new File(fipsResourcesDir, 'cacerts.bcfks')
|
|
- def bcFips = dependencies.create('org.bouncycastle:bc-fips:1.0.2.5')
|
|
|
|
|
|
+ def bcFips = dependencies.create('org.bouncycastle:bc-fips:1.0.2.6')
|
|
def bcTlsFips = dependencies.create('org.bouncycastle:bctls-fips:1.0.19')
|
|
def bcTlsFips = dependencies.create('org.bouncycastle:bctls-fips:1.0.19')
|
|
def manualDebug = false; //change this to manually debug bouncy castle in an IDE
|
|
def manualDebug = false; //change this to manually debug bouncy castle in an IDE
|
|
if(manualDebug) {
|
|
if(manualDebug) {
|
|
- bcFips = dependencies.create('org.bouncycastle:bc-fips-debug:1.0.2.5')
|
|
|
|
|
|
+ bcFips = dependencies.create('org.bouncycastle:bc-fips-debug:1.0.2.6')
|
|
bcTlsFips = dependencies.create('org.bouncycastle:bctls-fips:1.0.19'){
|
|
bcTlsFips = dependencies.create('org.bouncycastle:bctls-fips:1.0.19'){
|
|
exclude group: 'org.bouncycastle', module: 'bc-fips' // to avoid jar hell
|
|
exclude group: 'org.bouncycastle', module: 'bc-fips' // to avoid jar hell
|
|
}
|
|
}
|