From 4b25cc9321ea024e88fd15681c399cbc4d3a99a5 Mon Sep 17 00:00:00 2001 From: Stefan Walter Date: Sat, 14 Feb 2009 00:31:17 +0000 Subject: [PATCH] Fill in the OID descriptions for RSA and DSA stuff. svn path=/trunk/; revision=1575 --- egg/egg-oid.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/egg/egg-oid.c b/egg/egg-oid.c index 7e6880f..d12251b 100644 --- a/egg/egg-oid.c +++ b/egg/egg-oid.c @@ -95,6 +95,20 @@ static OidInfo oid_info[] = { { 0, "2.5.4.65", "pseudonym", N_("Pseudonym"), EGG_OID_PRINTABLE | EGG_OID_IS_CHOICE }, + { 0, "1.2.840.113549.1.1.1", "rsaEncryption", N_("RSA"), + 0 }, + { 0, "1.2.840.113549.1.1.2", "md2WithRSAEncryption", N_("MD2 with RSA"), + 0 }, + { 0, "1.2.840.113549.1.1.4", "md5WithRSAEncryption", N_("MD5 with RSA"), + 0 }, + { 0, "1.2.840.113549.1.1.5", "sha1WithRSAEncryption", N_("SHA1 with RSA"), + 0 }, + + { 0, "1.2.840.10040.4.1", "dsa", N_("DSA"), + 0 }, + { 0, "1.2.840.10040.4.3", "sha1WithDSA", N_("SHA1 with DSA"), + 0 }, + { 0, NULL, NULL, NULL, FALSE } }; -- 2.7.4