summaryrefslogtreecommitdiffstats
path: root/crypto/objects/obj_xref.h
diff options
context:
space:
mode:
authorDmitry Belyavsky <beldmit@gmail.com>2015-08-17 11:22:52 +0100
committerMatt Caswell <matt@openssl.org>2015-08-17 15:34:30 +0100
commit31001f813172f73e4a27300ef39fc45e2b372a38 (patch)
treebe4d88a7da006a1cd8477973ac08f0008259cc23 /crypto/objects/obj_xref.h
parentdfba17b4f3b2f87b50f2251a608d1911bfd202bc (diff)
Add new GOST OIDs
Add new OIDs for latest GOST updates Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
Diffstat (limited to 'crypto/objects/obj_xref.h')
-rw-r--r--crypto/objects/obj_xref.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/crypto/objects/obj_xref.h b/crypto/objects/obj_xref.h
index e453e99f83..c07adee4f2 100644
--- a/crypto/objects/obj_xref.h
+++ b/crypto/objects/obj_xref.h
@@ -56,6 +56,10 @@ static const nid_triple sigoid_srt[] = {
NID_dh_cofactor_kdf},
{NID_dhSinglePass_cofactorDH_sha512kdf_scheme, NID_sha512,
NID_dh_cofactor_kdf},
+ {NID_id_tc26_signwithdigest_gost3410_2012_256, NID_id_GostR3411_2012_256,
+ NID_id_GostR3410_2012_256},
+ {NID_id_tc26_signwithdigest_gost3410_2012_512, NID_id_GostR3411_2012_512,
+ NID_id_GostR3410_2012_512},
};
static const nid_triple *const sigoid_srt_xref[] = {
@@ -96,4 +100,6 @@ static const nid_triple *const sigoid_srt_xref[] = {
&sigoid_srt[26],
&sigoid_srt[27],
&sigoid_srt[28],
+ &sigoid_srt[40],
+ &sigoid_srt[41],
};