summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorValek Filippov <frob@df.ru>2013-02-23 17:49:00 -0500
committerFridrich Štrba <fridrich.strba@bluewin.ch>2013-02-24 13:56:37 +0100
commit3648c3226d369ce7a547e48f824b876180559476 (patch)
tree50e87a4e9fec0e8ca986654385d86255cc4cf2e5 /xmlsecurity
parent44faceac60f9046e4827290a85f790a46ed1e227 (diff)
Add OIDs for Russian crypto algorithms.
Change-Id: Id1d6a623863d7643401dce912991e61de16695f2
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/source/xmlsec/mscrypt/oid.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/xmlsecurity/source/xmlsec/mscrypt/oid.hxx b/xmlsecurity/source/xmlsec/mscrypt/oid.hxx
index 77aee20e8ea9..acbaa50a7190 100644
--- a/xmlsecurity/source/xmlsec/mscrypt/oid.hxx
+++ b/xmlsecurity/source/xmlsec/mscrypt/oid.hxx
@@ -142,10 +142,15 @@ OIDItem OIDs[] = {
{"2.16.840.1.101.2.1.1.18", "Unknown"},
{"2.16.840.1.101.2.1.1.19", "MISSI DSS Algorithm"},
{"2.16.840.1.101.2.1.1.20", "MISSI KEA and DSS Algorithm"},
- {"2.16.840.1.101.2.1.1.21", "Unknown"}
+ {"2.16.840.1.101.2.1.1.21", "Unknown"},
+ {"1.2.643.2.2.35.0", "GOST_R_34.10-2001_Test"},
+ {"1.2.643.2.2.35.1", "GOST_R_34.10-2001_Sign_DH_PRO"},
+ {"1.2.643.2.2.35.2", "GOST_R_34.10-2001_Sign_DH_CARD"},
+ {"1.2.643.2.2.35.3", "GOST_R_34.10-2001_Sign_DH"},
+ {"1.2.643.2.2.36.0", "GOST_R_34.10-2001_Sign_DH_PRO"}
};
-int nOID = 115;
+int nOID = 120;
#endif