fix: remove the pkcs1 scheme

This commit is contained in:
Rakshith Gopala krishna
2024-05-13 11:17:25 -07:00
committed by Rakshith Gopalakrishna
parent dd223ed704
commit 80bf7cdb52

View File

@@ -250,7 +250,7 @@ string getASecureAlgorithmName() {
result =
[
"RSA", "SHA-?256", "SHA-?512", "CCM", "GCM", "AES(?![^a-zA-Z](ECB|CBC/PKCS[57]Padding))",
"Blowfish", "ECIES", "RSA/ECB/OAEPWithSHA-1AndMGF1Padding", "RSA/ECB/PKCS1Padding",
"Blowfish", "ECIES", "RSA/ECB/OAEPWithSHA-1AndMGF1Padding",
"RSA/ECB/OAEPWithSHA-256AndMGF1Padding"
]
}