diff options
author | 杨洋 <yang.yang@baishancloud.com> | 2018-10-26 15:34:08 +0200 |
---|---|---|
committer | Paul Yang <yang.yang@baishancloud.com> | 2019-03-13 08:29:39 +0100 |
commit | 8267becb8b2e3b5ec4d46e3df5656b747930be79 (patch) | |
tree | 1b871bd0880a5d036c4071c1b6f5a496cea150a2 /fuzz/oids.txt | |
parent | Replumbing: Add constructor of libcrypto internal method structures (diff) | |
download | openssl-8267becb8b2e3b5ec4d46e3df5656b747930be79.tar.xz openssl-8267becb8b2e3b5ec4d46e3df5656b747930be79.zip |
Support SM2 certificate verification
Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8321)
Diffstat (limited to 'fuzz/oids.txt')
-rw-r--r-- | fuzz/oids.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fuzz/oids.txt b/fuzz/oids.txt index 79a68fcd02..3bb9cb58d1 100644 --- a/fuzz/oids.txt +++ b/fuzz/oids.txt @@ -1064,3 +1064,4 @@ OBJ_id_tc26_gost_3410_2012_256_paramSetD="\x2A\x85\x03\x07\x01\x02\x01\x01\x04" OBJ_hmacWithSHA512_224="\x2A\x86\x48\x86\xF7\x0D\x02\x0C" OBJ_hmacWithSHA512_256="\x2A\x86\x48\x86\xF7\x0D\x02\x0D" OBJ_gmac="\x28\xCC\x45\x03\x04" +OBJ_SM2_with_SM3="\x2A\x81\x1C\xCF\x55\x01\x83\x75" |