gnome-keyring r1575 - in trunk: . egg
- From: nnielsen svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-keyring r1575 - in trunk: . egg
- Date: Sat, 14 Feb 2009 00:31:17 +0000 (UTC)
Author: nnielsen
Date: Sat Feb 14 00:31:17 2009
New Revision: 1575
URL: http://svn.gnome.org/viewvc/gnome-keyring?rev=1575&view=rev
Log:
Fill in the OID descriptions for RSA and DSA stuff.
Modified:
trunk/ChangeLog
trunk/egg/egg-oid.c
Modified: trunk/egg/egg-oid.c
==============================================================================
--- trunk/egg/egg-oid.c (original)
+++ trunk/egg/egg-oid.c Sat Feb 14 00:31:17 2009
@@ -95,6 +95,20 @@
{ 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 }
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]