File tree 1 file changed +1
-14
lines changed
prov/src/test/java/org/bouncycastle/jcajce/provider/test
1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -192,18 +192,6 @@ public void testDecodingAndVerificationExternal()
192
192
throw new IllegalStateException ("Input file has unexpected format." );
193
193
}
194
194
String oid = lineParts [0 ];
195
- // TODO: dilithium has moved on - samples need to be replaced.
196
- if (oid .equals ("2.16.840.1.114027.80.8.1.6" )
197
- || oid .equals ("2.16.840.1.114027.80.8.1.7" )
198
- || oid .equals ("2.16.840.1.114027.80.8.1.8" )
199
- || oid .equals ("2.16.840.1.114027.80.8.1.9" )
200
- || oid .equals ("2.16.840.1.114027.80.8.1.10" )
201
- || oid .equals ("2.16.840.1.114027.80.8.1.11" )
202
- || oid .equals ("2.16.840.1.114027.80.8.1.12" )
203
- || oid .equals ("2.16.840.1.114027.80.8.1.13" ))
204
- {
205
- continue ;
206
- }
207
195
String signatureValueBase64 = lineParts [1 ];
208
196
String publicKeyBase64 = lineParts [2 ];
209
197
String messageBase64 = lineParts [3 ];
@@ -219,7 +207,6 @@ public void testDecodingAndVerificationExternal()
219
207
count ++;
220
208
}
221
209
222
- // TODO: Dilithium based samples need to be replaced
223
- assertEquals (compositeSignaturesOIDs .length - 8 , count );
210
+ assertEquals (compositeSignaturesOIDs .length , count );
224
211
}
225
212
}
You can’t perform that action at this time.
0 commit comments