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)
|
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)
|
From: 'The Legion of Bouncy Castle' (https://www.bouncycastle.org)
|
||||||
License(s):
|
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)
|
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)
|
From: 'The Legion of Bouncy Castle' (https://www.bouncycastle.org)
|
||||||
License(s):
|
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>
|
<dependency>
|
||||||
<groupId>org.bouncycastle</groupId>
|
<groupId>org.bouncycastle</groupId>
|
||||||
<artifactId>bcpkix-fips</artifactId>
|
<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>
|
<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>
|
<exclusion>
|
||||||
<groupId>org.bouncycastle</groupId>
|
<groupId>org.bouncycastle</groupId>
|
||||||
<artifactId>bc-fips</artifactId>
|
<artifactId>bc-fips</artifactId>
|
||||||
</exclusion>
|
</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>
|
</exclusions>
|
||||||
|
|
||||||
</dependency>
|
</dependency>
|
||||||
@@ -145,6 +160,13 @@
|
|||||||
<version>2.1.0</version>
|
<version>2.1.0</version>
|
||||||
</dependency>
|
</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>
|
</dependencies>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
Reference in New Issue
Block a user