summaryrefslogtreecommitdiffstats
path: root/fuzz
diff options
context:
space:
mode:
authorSergey Zhuravlev <babun2000@mail.ru>2018-03-07 12:58:38 -0500
committerRich Salz <rsalz@openssl.org>2018-03-07 13:14:59 -0500
commit3b5e5172007d5eb30cec4269a0f763c9632afd06 (patch)
tree6ecde5ef984e83ec03fc19e61cad663bbc0e59c1 /fuzz
parentd8b67b9d0f711622523c36dbdd1ae3ab01d474f6 (diff)
Add GOST OIDs for Edwards parameter sets
Add OIDs for parameter sets of Edwards elliptic curves. CLA: trivial Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5380)
Diffstat (limited to 'fuzz')
-rw-r--r--fuzz/oids.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/fuzz/oids.txt b/fuzz/oids.txt
index bb776d618d..ee3ef22b3d 100644
--- a/fuzz/oids.txt
+++ b/fuzz/oids.txt
@@ -1019,3 +1019,6 @@ 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"
+OBJ_id_tc26_gost_3410_2012_256_constants="\x2A\x85\x03\x07\x01\x02\x01\x01"
+OBJ_id_tc26_gost_3410_2012_256_paramSetA="\x2A\x85\x03\x07\x01\x02\x01\x01\x01"
+OBJ_id_tc26_gost_3410_2012_512_paramSetC="\x2A\x85\x03\x07\x01\x02\x01\x02\x03"