fix: remove rsa/ecb/* from getASecureAlgorithmName

Co-authored-by: Tony Torralba <atorralba@users.noreply.github.com>
This commit is contained in:
Rakshith Gopalakrishna
2024-06-04 10:34:37 -07:00
parent 97f9a882c6
commit 65af2556ed

View File

@@ -250,8 +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/OAEPWithSHA-256AndMGF1Padding"
"Blowfish", "ECIES"
]
}