[svn] ksba - r270 - trunk/src
svn author wk
cvs at cvs.gnupg.org
Wed Apr 18 15:01:13 CEST 2007
Author: wk
Date: 2007-04-18 15:01:12 +0200 (Wed, 18 Apr 2007)
New Revision: 270
Modified:
trunk/src/keyinfo.c
Log:
Add an OID for ECC to the sig oid table.
Modified: trunk/src/keyinfo.c
===================================================================
--- trunk/src/keyinfo.c 2007-04-18 13:00:58 UTC (rev 269)
+++ trunk/src/keyinfo.c 2007-04-18 13:01:12 UTC (rev 270)
@@ -99,6 +99,12 @@
"1.2.840.10040.4.3", /* dsaWithSha1 */
"\x2a\x86\x48\xce\x38\x04\x03", 7,
1, 0, "dsa", "-rs", "\x30\x02\x02", GCRY_MD_SHA1 },
+
+ { /* iso.member-body.us.ansi-x9-62.signatures.ecdsa-with-sha1 */
+ "1.2.840.10045.4.1", /* ecdsa */
+ "\x2a\x86\x48\xce\x3d\x04\x01", 7,
+ 1, 1, "ecdsa", "-rs", "\x30\x02\x02", GCRY_MD_SHA1 },
+
{ /* iso.member-body.us.rsadsi.pkcs.pkcs-1.1 */
"1.2.840.113549.1.1.1", /* rsaEncryption used without hash algo*/
"\x2a\x86\x48\x86\xf7\x0d\x01\x01\x01", 9,
More information about the Gnupg-commits
mailing list