summaryrefslogtreecommitdiffstats
path: root/fuzz
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 /fuzz
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 'fuzz')
-rw-r--r--fuzz/oids.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/fuzz/oids.txt b/fuzz/oids.txt
index 82782b1d6f..bb776d618d 100644
--- a/fuzz/oids.txt
+++ b/fuzz/oids.txt
@@ -1017,3 +1017,5 @@ OBJ_oscca="\x2A\x81\x1C\xCF\x55"
OBJ_sm_scheme="\x2A\x81\x1C\xCF\x55\x01"
OBJ_sm3="\x2A\x81\x1C\xCF\x55\x01\x83\x11"
OBJ_sm3WithRSAEncryption="\x2A\x81\x1C\xCF\x55\x01\x83\x78"
+OBJ_sha512_224WithRSAEncryption="\x2A\x86\x48\x86\xF7\x0D\x01\x01\x0F"
+OBJ_sha512_256WithRSAEncryption="\x2A\x86\x48\x86\xF7\x0D\x01\x01\x10"