[1.2] Update FIPS API libraries of Bouncy Castle (#1853)#1888
[1.2] Update FIPS API libraries of Bouncy Castle (#1853)#1888dblock merged 5 commits intoopensearch-project:1.2from
Conversation
* 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>
|
Can one of the admins verify this patch? |
|
In Log 1865: |
|
In Log 1871: The above is reproducible locally. This one might be related to the bouncy castle library. |
I see, its a timeout exceeded problem on CI. There were other PRs hitting this similar problem. |
|
start gradle check |
|
Let me merge the upstream commits to this branch. |
|
JCenter is down, we are seeing similar issues with build: opensearch-project/opensearch-build#1456 and Job Scheduler |
|
In log 1894: |
|
start gradle check |
|
In log 1898: It is reported in #1846, but can't be reproduced locally. |
|
start gradle check |
|
In log 1899: The failure also occurred above and in the PR #1546 (comment), and being tracked in the issue #1564. Maybe there are some issues in |
|
start gradle check |
Description
Backport PR #1853 / commit db23f72 into
1.2branch.Update the versions of all the remaining API libraries of
org.bouncycastle, which are mainly FIPS APIs.bc-fipsfrom1.0.2to1.0.2.1to reduce the vulnerability CVE-2020-15522bcpg-fipsfrom1.0.4to1.0.5.1bctls-fipsfrom1.0.9to1.0.12.2bouncycastletobcpkix-jdk15on, in HDFS testing fixture.Issues Resolved
None.
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.