mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-22 06:07:55 -04:00
This commit upgrades the Bouncy Castle jars. Bouncy Castle is used for some internal build concners as well as a comnand line application. Most notably Bouncy Castle is also used as the FIPs certified JCE/JSEE provider we use to test our ability to use a FIPs compliant crypto provider. The following changes here are a result of the upgraded Bouncy Castle jars: * TLSv1.3 is now supported when running in FIPs mode * RSA PKCS#1 v1.5 is no longer allowed in FIPS mode * Triple DES (3DES) is no longer allowed in FIPS mode * Minor updates the security manager configuration used to test FIPs (to read permissions from the security provider) * Minor adjustments to tests to accommodate the above changes. * Minor adjustments to the gradle build to accommodate new dependencies Note - update to the documentation will come in a later commit. |
||
---|---|---|
.. | ||
src | ||
build.gradle |