-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[1.2] Update FIPS API libraries of Bouncy Castle (#1853) #1888
Conversation
* Update bc-fips to 1.0.2.1 Signed-off-by: Tianli Feng <[email protected]> * Update bcpg-fips to 1.0.5.1 Signed-off-by: Tianli Feng <[email protected]> * Update bctls-fips to 1.0.12.2 Signed-off-by: Tianli Feng <[email protected]> * Use the unified bouncycastle version for bcpkix-jdk15on in HDFS testing fixture Signed-off-by: Tianli Feng <[email protected]>
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.2
branch.Update the versions of all the remaining API libraries of
org.bouncycastle
, which are mainly FIPS APIs.bc-fips
from1.0.2
to1.0.2.1
to reduce the vulnerability CVE-2020-15522bcpg-fips
from1.0.4
to1.0.5.1
bctls-fips
from1.0.9
to1.0.12.2
bouncycastle
tobcpkix-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.