We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 396ab99 commit 01cab3aCopy full SHA for 01cab3a
1 file changed
pkcs7/verify_test.go
@@ -568,10 +568,8 @@ but that's not what ships are built for.
568
}
569
os.WriteFile(tmpContentFile.Name(), content, 0755)
570
sigalgs := []x509.SignatureAlgorithm{
571
- x509.SHA1WithRSA,
572
x509.SHA256WithRSA,
573
x509.SHA512WithRSA,
574
- x509.ECDSAWithSHA1,
575
x509.ECDSAWithSHA256,
576
x509.ECDSAWithSHA384,
577
x509.ECDSAWithSHA512,
0 commit comments