mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
Update FIPS API libraries of Bouncy Castle (#1853)
* Update bc-fips to 1.0.2.1 Signed-off-by: Tianli Feng <ftl94@live.com> * Update bcpg-fips to 1.0.5.1 Signed-off-by: Tianli Feng <ftl94@live.com> * Update bctls-fips to 1.0.12.2 Signed-off-by: Tianli Feng <ftl94@live.com> * Use the unified bouncycastle version for bcpkix-jdk15on in HDFS testing fixture Signed-off-by: Tianli Feng <ftl94@live.com>
This commit is contained in:
parent
6e26679274
commit
db23f72a2a
@ -35,8 +35,8 @@ archivesBaseName = 'opensearch-plugin-cli'
|
||||
dependencies {
|
||||
compileOnly project(":server")
|
||||
compileOnly project(":libs:opensearch-cli")
|
||||
api "org.bouncycastle:bcpg-fips:1.0.4"
|
||||
api "org.bouncycastle:bc-fips:1.0.2"
|
||||
api "org.bouncycastle:bcpg-fips:1.0.5.1"
|
||||
api "org.bouncycastle:bc-fips:1.0.2.1"
|
||||
testImplementation project(":test:framework")
|
||||
testImplementation 'com.google.jimfs:jimfs:1.1'
|
||||
testRuntimeOnly 'com.google.guava:guava:30.1.1-jre'
|
||||
|
@ -0,0 +1 @@
|
||||
3110169183fc532d00f0930f2b5901672515eb7c
|
@ -1 +0,0 @@
|
||||
4fb5db5f03d00f6a94e43b78d097978190e4abb2
|
@ -1 +0,0 @@
|
||||
1a838a87959d9c2cee658f4a4e1869e28f6b9976
|
@ -0,0 +1 @@
|
||||
63a454936d930fadb1c7a3206b8e758378dd0a26
|
@ -36,8 +36,8 @@ if (BuildParams.inFipsJvm) {
|
||||
fipsPolicy = new File(fipsResourcesDir, "fips_java_bcjsse_11.policy")
|
||||
}
|
||||
File fipsTrustStore = new File(fipsResourcesDir, 'cacerts.bcfks')
|
||||
def bcFips = dependencies.create('org.bouncycastle:bc-fips:1.0.2')
|
||||
def bcTlsFips = dependencies.create('org.bouncycastle:bctls-fips:1.0.9')
|
||||
def bcFips = dependencies.create('org.bouncycastle:bc-fips:1.0.2.1')
|
||||
def bcTlsFips = dependencies.create('org.bouncycastle:bctls-fips:1.0.12.2')
|
||||
|
||||
pluginManager.withPlugin('java') {
|
||||
TaskProvider<ExportOpenSearchBuildResourcesTask> fipsResourcesTask = project.tasks.register('fipsResources', ExportOpenSearchBuildResourcesTask)
|
||||
|
2
test/fixtures/hdfs-fixture/build.gradle
vendored
2
test/fixtures/hdfs-fixture/build.gradle
vendored
@ -39,7 +39,7 @@ dependencies {
|
||||
api "org.apache.logging.log4j:log4j-core:${versions.log4j}"
|
||||
api "io.netty:netty-all:${versions.netty}"
|
||||
api 'com.google.code.gson:gson:2.8.9'
|
||||
api 'org.bouncycastle:bcpkix-jdk15on:1.69'
|
||||
api "org.bouncycastle:bcpkix-jdk15on:${versions.bouncycastle}"
|
||||
api "com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:${versions.jackson}"
|
||||
api "com.fasterxml.jackson.core:jackson-databind:${versions.jackson}"
|
||||
api 'net.minidev:json-smart:2.4.7'
|
||||
|
Loading…
x
Reference in New Issue
Block a user