summaryrefslogtreecommitdiffstats
path: root/fuzz/oids.txt
diff options
context:
space:
mode:
authorSergey Zhuravlev <babun2000@mail.ru>2018-03-07 18:58:38 +0100
committerRich Salz <rsalz@openssl.org>2018-03-07 19:14:59 +0100
commit3b5e5172007d5eb30cec4269a0f763c9632afd06 (patch)
tree6ecde5ef984e83ec03fc19e61cad663bbc0e59c1 /fuzz/oids.txt
parentRemove OPENSSL_USE_NODELETE guards in shlibloadtest (diff)
downloadopenssl-3b5e5172007d5eb30cec4269a0f763c9632afd06.tar.xz
openssl-3b5e5172007d5eb30cec4269a0f763c9632afd06.zip
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/oids.txt')
-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"