Skip to content

Commit

Permalink
Merge pull request #779 from JinhangZhang/DefaultSignatureAlgorithm
Browse files Browse the repository at this point in the history
Remove the 192-bit EC test case
  • Loading branch information
keithc-ca committed May 14, 2024
2 parents 3531eb0 + c0fed93 commit 795d069
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ public static void main(String[] args) throws Exception {
check("DSA", 1024, null, "SHA256withDSA");
check("DSA", 3072, null, "SHA256withDSA");

check("EC", 192, null, "SHA256withECDSA");
check("EC", 384, null, "SHA384withECDSA");
check("EC", 571, null, "SHA512withECDSA");

Expand Down

0 comments on commit 795d069

Please sign in to comment.