Skip to content

Commit 01cab3a

Browse files
authored
fix(pkcs7): remove insecure algorithm test #527
1 parent 396ab99 commit 01cab3a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

pkcs7/verify_test.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -568,10 +568,8 @@ but that's not what ships are built for.
568568
}
569569
os.WriteFile(tmpContentFile.Name(), content, 0755)
570570
sigalgs := []x509.SignatureAlgorithm{
571-
x509.SHA1WithRSA,
572571
x509.SHA256WithRSA,
573572
x509.SHA512WithRSA,
574-
x509.ECDSAWithSHA1,
575573
x509.ECDSAWithSHA256,
576574
x509.ECDSAWithSHA384,
577575
x509.ECDSAWithSHA512,

0 commit comments

Comments
 (0)