[git] GCRYPT - branch, LIBGCRYPT-1-7-BRANCH, updated. libgcrypt-1.7.9-8-g2ace21b

by Werner Koch cvs at cvs.gnupg.org
Wed Jun 13 10:25:17 CEST 2018


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, LIBGCRYPT-1-7-BRANCH has been updated
       via  2ace21b1a8e4c512b8539a2eedf9ce2ab2ebc534 (commit)
       via  ff8f7e53ce6b8a5681667595c6287323652ae157 (commit)
      from  3caf35a49cb62fb59834b5027ff299e2363a03c4 (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 2ace21b1a8e4c512b8539a2eedf9ce2ab2ebc534
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Jun 13 10:25:34 2018 +0200

    Post release updates.
    
    --

diff --git a/NEWS b/NEWS
index 8ea5bc5..3125539 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Noteworthy changes in version 1.7.11 (unreleased)  [C21/A1/R11]
+-------------------------------------------------
+
+
 Noteworthy changes in version 1.7.10 (2018-06-13)  [C21/A1/R10]
 -------------------------------------------------
 
diff --git a/configure.ac b/configure.ac
index 76e25d6..e6217da 100644
--- a/configure.ac
+++ b/configure.ac
@@ -30,7 +30,7 @@ min_automake_version="1.14"
 # for the LT versions.
 m4_define(mym4_version_major, [1])
 m4_define(mym4_version_minor, [7])
-m4_define(mym4_version_micro, [10])
+m4_define(mym4_version_micro, [11])
 
 # Below is m4 magic to extract and compute the revision number, the
 # decimalized short revision number, a beta version string, and a flag
@@ -56,7 +56,7 @@ AC_INIT([libgcrypt],[mym4_full_version],[http://bugs.gnupg.org])
 #   (No interfaces changed:                   REVISION++)
 LIBGCRYPT_LT_CURRENT=21
 LIBGCRYPT_LT_AGE=1
-LIBGCRYPT_LT_REVISION=10
+LIBGCRYPT_LT_REVISION=11
 
 
 # If the API is changed in an incompatible way: increment the next counter.

commit ff8f7e53ce6b8a5681667595c6287323652ae157
Author: Werner Koch <wk at gnupg.org>
Date:   Wed Jun 13 10:18:08 2018 +0200

    Release 1.7.10

diff --git a/NEWS b/NEWS
index 14c5ee8..8ea5bc5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,19 @@
-Noteworthy changes in version 1.7.10 (unreleased)  [C21/A1/R10]
+Noteworthy changes in version 1.7.10 (2018-06-13)  [C21/A1/R10]
 -------------------------------------------------
 
+ * Bug fixes:
+
+   - Use blinding for ECDSA signing to mitigate a novel side-channel
+     attack.  [#4011,CVE-2018-0495]
+
+   - Fix incorrect counter overflow handling for GCM when using an IV
+     size other than 96 bit.  [#3764]
+
+   - Fix incorrect output of AES-keywrap mode for in-place encryption
+     on some platforms.
+
+   - Fix the gcry_mpi_ec_curve_point point validation function.
+
 
 Noteworthy changes in version 1.7.9 (2017-08-27)  [C21/A1/R9]
 ------------------------------------------------

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

Summary of changes:
 NEWS         | 19 ++++++++++++++++++-
 configure.ac |  4 ++--
 2 files changed, 20 insertions(+), 3 deletions(-)


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




More information about the Gnupg-commits mailing list