Skip to content

Commit 292d61f

Browse files
committed
added missing noparams entry for SHL-HASH-DSA 128s
1 parent e09f838 commit 292d61f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkix/src/main/java/org/bouncycastle/operator/DefaultSignatureAlgorithmIdentifierFinder.java

+1
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@ public class DefaultSignatureAlgorithmIdentifierFinder
350350
noParams.add(NISTObjectIdentifiers.id_slh_dsa_shake_256f);
351351
noParams.add(NISTObjectIdentifiers.id_slh_dsa_sha2_128s);
352352
noParams.add(NISTObjectIdentifiers.id_hash_slh_dsa_sha2_128f_with_sha256);
353+
noParams.add(NISTObjectIdentifiers.id_hash_slh_dsa_sha2_128s_with_sha256);
353354
noParams.add(NISTObjectIdentifiers.id_hash_slh_dsa_sha2_192s_with_sha512);
354355
noParams.add(NISTObjectIdentifiers.id_hash_slh_dsa_sha2_192f_with_sha512);
355356
noParams.add(NISTObjectIdentifiers.id_hash_slh_dsa_sha2_256s_with_sha512);

0 commit comments

Comments
 (0)