[git] GCRYPT - branch, master, updated. libgcrypt-1.5.0-418-g7ef43d1

by Werner Koch cvs at cvs.gnupg.org
Thu Dec 5 12:10:53 CET 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU crypto library".

The branch, master has been updated
       via  7ef43d1eebb4f8226e860982dfe5fa2e2c82ad0f (commit)
      from  7bacf1812b55fa78db63abaa1f5a9220e9c6cccc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7ef43d1eebb4f8226e860982dfe5fa2e2c82ad0f
Author: Werner Koch <wk at gnupg.org>
Date:   Tue Oct 22 14:26:53 2013 +0200

    ecc: Change OID for Ed25519.
    
    * cipher/ecc-curves.c (curve_aliased): Add more suitable OID for
    Ed25519.
    --
    
    The formerly used OID has been assigned by Peter Gutmann for
    Curve25519.  We better keep them distinct and assign a separate one
    for Ed25519.
    
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/cipher/ecc-curves.c b/cipher/ecc-curves.c
index 5c418d9..8125f24 100644
--- a/cipher/ecc-curves.c
+++ b/cipher/ecc-curves.c
@@ -40,7 +40,8 @@ static const struct
   const char *other; /* Other name. */
 } curve_aliases[] =
   {
-    { "Ed25519",    "1.3.6.1.4.1.3029.1.5.1" },
+  /*{ "Curve25519", "1.3.6.1.4.1.3029.1.5.1" },*/
+    { "Ed25519",    "1.3.6.1.4.1.11591.15.1" },
 
     { "NIST P-192", "1.2.840.10045.3.1.1" }, /* X9.62 OID  */
     { "NIST P-192", "prime192v1" },          /* X9.62 name.  */

-----------------------------------------------------------------------

Summary of changes:
 cipher/ecc-curves.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
The GNU crypto library
http://git.gnupg.org


_______________________________________________
Gnupg-commits mailing list
Gnupg-commits at gnupg.org
http://lists.gnupg.org/mailman/listinfo/gnupg-commits




More information about the Gcrypt-devel mailing list