summaryrefslogtreecommitdiffstats
path: root/crypto/objects/obj_mac.num
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2018-01-17 13:20:22 +1000
committerPauli <paul.dale@oracle.com>2018-01-24 07:09:46 +1000
commit4bed94f0c11ef63587c6b2edb03c3c438e221604 (patch)
tree750293d626b103e4a8f503fc41f291388b15ecce /crypto/objects/obj_mac.num
parent3bf0c3fe31d5339524dae671064cc5fe9e4bda38 (diff)
SHA512/224 and SHA512/256
Support added for these two digests, available only via the EVP interface. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5093)
Diffstat (limited to 'crypto/objects/obj_mac.num')
-rw-r--r--crypto/objects/obj_mac.num2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/objects/obj_mac.num b/crypto/objects/obj_mac.num
index 83641c451e..bef6050a19 100644
--- a/crypto/objects/obj_mac.num
+++ b/crypto/objects/obj_mac.num
@@ -1142,3 +1142,5 @@ oscca 1141
sm_scheme 1142
sm3 1143
sm3WithRSAEncryption 1144
+sha512_224WithRSAEncryption 1145
+sha512_256WithRSAEncryption 1146