[git] GCRYPT - branch, master, updated. libgcrypt-1.8.0-12-ga7bd2cb

by Marcus Brinkmann cvs at cvs.gnupg.org
Mon Aug 7 19:27:31 CEST 2017


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  a7bd2cbd3eabda88fb3cac5cbc13c21c97a7b315 (commit)
      from  df1e221b3012e96bbffbc7d5fd70836a9ae1cc19 (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 a7bd2cbd3eabda88fb3cac5cbc13c21c97a7b315
Author: Marcus Brinkmann <marcus.brinkmann at ruhr-uni-bochum.de>
Date:   Mon Aug 7 19:26:26 2017 +0200

    cipher: Add OID for SHA384WithECDSA.
    
    * cipher/sha512.c (oid_spec_sha384): Add SHA384WithECDSA.
    
    Signed-off-by: Marcus Brinkmann <mb at g10code.com>
    Suggested-by: Sven Fischer <sven at leiderfischer.de>
    GnuPG-bug-id: 3336

diff --git a/cipher/sha512.c b/cipher/sha512.c
index 2ddc485..06e8a2b 100644
--- a/cipher/sha512.c
+++ b/cipher/sha512.c
@@ -943,6 +943,9 @@ static gcry_md_oid_spec_t oid_spec_sha384[] =
     /* PKCS#1 sha384WithRSAEncryption */
     { "1.2.840.113549.1.1.12" },
 
+    /* SHA384WithECDSA: RFC 7427 (A.3.3.) */
+    { "1.2.840.10045.4.3.3" },
+
     { NULL },
   };
 

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

Summary of changes:
 cipher/sha512.c | 3 +++
 1 file changed, 3 insertions(+)


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