mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
fix: remove the pkcs1 scheme
This commit is contained in:
committed by
Rakshith Gopalakrishna
parent
dd223ed704
commit
80bf7cdb52
@@ -250,7 +250,7 @@ string getASecureAlgorithmName() {
|
||||
result =
|
||||
[
|
||||
"RSA", "SHA-?256", "SHA-?512", "CCM", "GCM", "AES(?)",
|
||||
"Blowfish", "ECIES", "RSA/ECB/OAEPWithSHA-1AndMGF1Padding", "RSA/ECB/PKCS1Padding",
|
||||
"Blowfish", "ECIES", "RSA/ECB/OAEPWithSHA-1AndMGF1Padding",
|
||||
"RSA/ECB/OAEPWithSHA-256AndMGF1Padding"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user