Java: Add SHA512 to the crypto whitelist.

This commit is contained in:
Anders Schack-Mulligen
2019-06-27 13:38:04 +02:00
parent d2f8029625
commit 93646974a6

View File

@@ -120,6 +120,7 @@ string algorithmBlacklistRegex() {
private string algorithmWhitelist() {
result = "RSA" or
result = "SHA256" or
result = "SHA512" or
result = "CCM" or
result = "GCM" or
result = "AES" or