Skip to content

Commit 29f141a

Browse files
committed
added additional suppressions
1 parent 8a81f6c commit 29f141a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ant/bc+-build.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,7 @@
302302
<include name="org/bouncycastle/util/**/*.java" />
303303
<include name="org/bouncycastle/asn1/**/*.java" />
304304
<include name="org/bouncycastle/internal/**/*.java" />
305+
<exclude name="org/bouncycastle/test/AllTests.java" />
305306
<include name="org/bouncycastle/test/*.java" />
306307
<include name="org/bouncycastle/pqc/legacy/**/*.java" />
307308
<include name="org/bouncycastle/pqc/crypto/**/*.java" />

config/nohttp/suppressions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<suppress files="test[\\/]est.+" checks="NoHttp"/>
99

1010
<!-- Suppress warnings in certificates, signatures, configs and emails for testing -->
11-
<suppress files=".+\.(?:tsr|ers|pem|crt|cer|eml|cnf|sig|message)$" checks="NoHttp"/>
11+
<suppress files=".+\.(?:bin|cer|cnf|crt|dsa|eml|ers|gen|gpg|jar|key|kbx|message|p12|pem|pub|rsa|sec|sig|tmpl|tsr|txt)$" checks="NoHttp"/>
1212

1313
<!-- This tests server doesn't seem to support HTTPS -->
1414
<suppress message="http://testrfc7030.com/" checks="NoHttp"/>

0 commit comments

Comments
 (0)