commit | def60f1647d3aba0e3406dc0746063084c4da172 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davide.pesavento@lip6.fr> | Sun Sep 17 17:26:07 2017 -0400 |
committer | Davide Pesavento <davide.pesavento@lip6.fr> | Mon Sep 18 19:06:29 2017 -0400 |
tree | b6c78000b2a231ee528ad550d337dabb5171e51a | |
parent | 3504cc4405b0b191cfb14069c5597c2d35a48517 [diff] [blame] |
security: support more SHA2 hash functions Change-Id: Ibbe4f02054ae9028899e8408c331ae8e704df9b8
diff --git a/src/security/security-common.hpp b/src/security/security-common.hpp index 2a0a4c8..5df2c13 100644 --- a/src/security/security-common.hpp +++ b/src/security/security-common.hpp
@@ -104,7 +104,10 @@ enum class DigestAlgorithm { NONE = 0, + SHA224 = 2, SHA256 = 1, + SHA384 = 3, + SHA512 = 4, }; std::ostream&