mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-05 20:57:40 +00:00
GUACAMOLE-1956: Update BouncyCastle PKIX FIPS to latest compatible (v2.1.9).
This commit is contained in:
@@ -1 +0,0 @@
|
||||
org.bouncycastle:bcutil-fips:jar:2.0.3
|
@@ -1 +0,0 @@
|
||||
org.bouncycastle:bcpkix-fips:jar:2.0.7
|
@@ -1,7 +1,7 @@
|
||||
BouncyCastle PKIX APIs, FIPS Distribution (https://www.bouncycastle.org/fips-java)
|
||||
-----------------------------------------------------------------------
|
||||
|
||||
Version: 2.0.7
|
||||
Version: 2.1.9
|
||||
From: 'The Legion of Bouncy Castle' (https://www.bouncycastle.org)
|
||||
License(s):
|
||||
MIT (bundled/bouncycastle-pkix-fips-2.0.7/LICENSE)
|
||||
MIT (bundled/bouncycastle-pkix-fips-2.1.9/LICENSE)
|
@@ -0,0 +1 @@
|
||||
org.bouncycastle:bcpkix-fips:jar:2.1.9
|
@@ -1,7 +1,7 @@
|
||||
Bouncy Castle ASN.1 Extension and Utility APIs (https://www.bouncycastle.org/fips-java)
|
||||
-----------------------------------------------------------------------
|
||||
|
||||
Version: 2.0.3
|
||||
Version: 2.1.4
|
||||
From: 'The Legion of Bouncy Castle' (https://www.bouncycastle.org)
|
||||
License(s):
|
||||
MIT (bundled/bouncycastle-fips-2.0.3/LICENSE)
|
||||
MIT (bundled/bouncycastle-fips-2.1.4/LICENSE)
|
@@ -0,0 +1 @@
|
||||
org.bouncycastle:bcutil-fips:jar:2.1.4
|
@@ -123,17 +123,32 @@
|
||||
<dependency>
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
<artifactId>bcpkix-fips</artifactId>
|
||||
<version>2.0.7</version>
|
||||
<version>2.1.9</version>
|
||||
|
||||
<!-- Force usage of known version of bc-fips, rather than a future
|
||||
unknown version (bcpkix-fips references bc-fips using a version
|
||||
range, resulting in newer versions getting pulled in automatically,
|
||||
breaking the automated license check) -->
|
||||
<exclusions>
|
||||
|
||||
<!--
|
||||
Force usage of known version of bc-fips, rather than a
|
||||
future unknown version (bcpkix-fips references bc-fips using
|
||||
a version range, resulting in newer versions getting pulled
|
||||
in automatically, breaking the automated license check).
|
||||
-->
|
||||
<exclusion>
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
<artifactId>bc-fips</artifactId>
|
||||
</exclusion>
|
||||
|
||||
<!--
|
||||
Force usage of known version of bcutil-fips, rather than a
|
||||
future unknown version (bcpkix-fips references bctuil-fips
|
||||
using a version range, resulting in newer versions getting
|
||||
pulled in automatically, breaking the automated license
|
||||
check).
|
||||
-->
|
||||
<exclusion>
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
<artifactId>bcutil-fips</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
|
||||
</dependency>
|
||||
@@ -145,6 +160,13 @@
|
||||
<version>2.1.0</version>
|
||||
</dependency>
|
||||
|
||||
<!-- Force usage of known version of bcutil-fips (see bcpkix-fips above) -->
|
||||
<dependency>
|
||||
<groupId>org.bouncycastle</groupId>
|
||||
<artifactId>bcutil-fips</artifactId>
|
||||
<version>2.1.4</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
</project>
|
||||
|
Reference in New Issue
Block a user