[Libreoffice-commits] core.git: xmlsecurity/source

Valek Filippov frob at df.ru
Sun Feb 24 04:57:31 PST 2013


 xmlsecurity/source/xmlsec/mscrypt/oid.hxx |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

New commits:
commit 3648c3226d369ce7a547e48f824b876180559476
Author: Valek Filippov <frob at df.ru>
Date:   Sat Feb 23 17:49:00 2013 -0500

    Add OIDs for Russian crypto algorithms.
    
    Change-Id: Id1d6a623863d7643401dce912991e61de16695f2

diff --git a/xmlsecurity/source/xmlsec/mscrypt/oid.hxx b/xmlsecurity/source/xmlsec/mscrypt/oid.hxx
index 77aee20..acbaa50 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
 


More information about the Libreoffice-commits mailing list