Merge pull request #18084 from github/aibaars/java-sha3

Java: add SHA3 family to list of secure crypto algorithms
This commit is contained in:
Arthur Baars
2024-11-25 15:07:43 +01:00
committed by GitHub
3 changed files with 9 additions and 2 deletions

View File

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