File tree Expand file tree Collapse file tree 5 files changed +22
-7
lines changed
build-tools-internal/src/main/groovy Expand file tree Collapse file tree 5 files changed +22
-7
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ if (buildParams.inFipsJvm) {
2323 File fipsSecurity = new File (fipsResourcesDir, javaSecurityFilename)
2424 File fipsPolicy = new File (fipsResourcesDir, ' fips_java.policy' )
2525 File fipsTrustStore = new File (fipsResourcesDir, ' cacerts.bcfks' )
26- def bcFips = dependencies. create(' org.bouncycastle:bc-fips:1.0.2.5 ' )
27- def bcTlsFips = dependencies. create(' org.bouncycastle:bctls-fips:1.0.19 ' )
26+ def bcFips = dependencies. create(' org.bouncycastle:bc-fips:2.1.1 ' )
27+ def bcTlsFips = dependencies. create(' org.bouncycastle:bctls-fips:2.1.20 ' )
2828 def manualDebug = false ; // change this to manually debug bouncy castle in an IDE
2929 if (manualDebug) {
30- bcFips = dependencies. create(' org.bouncycastle:bc-fips-debug:1.0.2.5 ' )
31- bcTlsFips = dependencies. create(' org.bouncycastle:bctls-fips:1.0.19 ' ){
30+ bcFips = dependencies. create(' org.bouncycastle:bc-fips-debug:2.1.1 ' )
31+ bcTlsFips = dependencies. create(' org.bouncycastle:bctls-fips:2.1.20 ' ){
3232 exclude group : ' org.bouncycastle' , module : ' bc-fips' // to avoid jar hell
3333 }
3434 }
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ dependencies {
129129 metricbeat_fips_aarch64
" beats:metricbeat-fips:${ VersionProperties.elasticsearch} :[email protected] " 130130 metricbeat_fips_x86_64
" beats:metricbeat-fips:${ VersionProperties.elasticsearch} :[email protected] " 131131
132- fips " org.bouncycastle:bc-fips:1.0.2.5 "
132+ fips " org.bouncycastle:bc-fips:2.1.1 "
133133 fips " org.bouncycastle:bctls-fips:1.0.19"
134134}
135135
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ dependencies {
3030 implementation ' org.ow2.asm:asm-tree:9.7.1'
3131
3232 api " org.bouncycastle:bcpg-fips:1.0.7.1"
33- api " org.bouncycastle:bc-fips:1.0.2.5 "
33+ api " org.bouncycastle:bc-fips:2.1.1 "
3434 testImplementation project(" :test:framework" )
3535 testImplementation " com.google.jimfs:jimfs:${ versions.jimfs} "
3636 testRuntimeOnly " com.google.guava:guava:${ versions.jimfs_guava} "
Original file line number Diff line number Diff line change 34913491 <sha256 value =" 50e4c7a0d0c68413d3d8587560d56945ac09e7c89c41bd971cd22d76be6f1085" origin =" Generated by Gradle" />
34923492 </artifact >
34933493 </component >
3494+ <component group =" org.bouncycastle" name =" bc-fips" version =" 2.1.1" >
3495+ <artifact name =" bc-fips-2.1.1.jar" >
3496+ <sha256 value =" a430d935ad6cec6d045930758457740f5a5f8f9715894e347f6800f7926a7321" origin =" Generated by Gradle" />
3497+ </artifact >
3498+ </component >
34943499 <component group =" org.bouncycastle" name =" bc-fips-debug" version =" 1.0.2.5" >
34953500 <artifact name =" bc-fips-debug-1.0.2.5.jar" >
34963501 <sha256 value =" 5cfda7e020c5c1a3b1724386f139957472e551494254b8fc74e34f73590fc605" origin =" Generated by Gradle" />
34973502 </artifact >
34983503 </component >
3504+ <component group =" org.bouncycastle" name =" bc-fips-debug" version =" 2.1.1" >
3505+ <artifact name =" bc-fips-debug-2.1.1.jar" >
3506+ <sha256 value =" 53719461ff7f00a2d6a50c8ac06093e82830c091610285e1725212041b783abb" origin =" Generated by Gradle" />
3507+ </artifact >
3508+ </component >
34993509 <component group =" org.bouncycastle" name =" bcpg-fips" version =" 1.0.7.1" >
35003510 <artifact name =" bcpg-fips-1.0.7.1.jar" >
35013511 <sha256 value =" fea1a096c098395eb67d48700c349d5f75321ef0c7c6af9198bc38f4cc836622" origin =" Generated by Gradle" />
35363546 <sha256 value =" a0bbad2eb5268f1baa08f0e2e69cb61cd292e19e73595c620d586d335d97d1a8" origin =" Generated by Gradle" />
35373547 </artifact >
35383548 </component >
3549+ <component group =" org.bouncycastle" name =" bctls-fips" version =" 2.1.20" >
3550+ <artifact name =" bctls-fips-2.1.20.jar" >
3551+ <sha256 value =" c058a438442ea46d8abdefc95e581ebf2834e50504bda925a945b1f4ceb48d86" origin =" Generated by Gradle" />
3552+ </artifact >
3553+ </component >
35393554 <component group =" org.bouncycastle" name =" bcutil-jdk18on" version =" 1.78.1" >
35403555 <artifact name =" bcutil-jdk18on-1.78.1.jar" >
35413556 <sha256 value =" d9fa56f97b0f761ce3bc8d9d74c5d7137a987bf5bd3abfe1003f9bafa45a1d2f" origin =" Generated by Gradle" />
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ dependencies {
7070 testImplementation project(path : ' :modules:rest-root' )
7171 testImplementation project(path : ' :modules:health-shards-availability' )
7272 // Needed for Fips140ProviderVerificationTests
73- testCompileOnly(' org.bouncycastle:bc-fips:1.0.2.5 ' )
73+ testCompileOnly(' org.bouncycastle:bc-fips:2.1.1 ' )
7474
7575 testImplementation(project(' :x-pack:license-tools' )) {
7676 transitive = false
You can’t perform that action at this time.
0 commit comments