Skip to content

Commit

Permalink
Remove the Tiger and GOST digests from the all-in-one JAR
Browse files Browse the repository at this point in the history
  • Loading branch information
ebourg committed Jun 7, 2024
1 parent 7e69e26 commit ec8b984
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jsign/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@
<exclude>assets/org/apache/commons/math3/**</exclude>
<exclude>native/**</exclude>
<exclude>**/bouncycastle/pqc/**</exclude>
<exclude>**/bouncycastle/crypto/digests/Tiger**</exclude>
<exclude>**/bouncycastle/crypto/digests/GOST**</exclude>
</excludes>
</filter>
<filter>
Expand Down

0 comments on commit ec8b984

Please sign in to comment.