summaryrefslogtreecommitdiffstats
path: root/fuzz/oids.txt
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2018-01-17 04:20:22 +0100
committerPauli <paul.dale@oracle.com>2018-01-23 22:09:46 +0100
commit4bed94f0c11ef63587c6b2edb03c3c438e221604 (patch)
tree750293d626b103e4a8f503fc41f291388b15ecce /fuzz/oids.txt
parentHave EVP_PKEY_asn1_find_str() work more like EVP_PKEY_asn1_find() (diff)
downloadopenssl-4bed94f0c11ef63587c6b2edb03c3c438e221604.tar.xz
openssl-4bed94f0c11ef63587c6b2edb03c3c438e221604.zip
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/oids.txt')
-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"