summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2013-07-25 11:21:12 +0200
committerWerner Koch <wk@gnupg.org>2013-07-25 11:21:12 +0200
commita3eabcb6e97a88031f8fd56b7b650447cdda4206 (patch)
tree211f5ce0a57f648c19ac62d6c6d88bf2a904bcc4
parente2202ff2b704623efc6277fb5256e4e15bac5676 (diff)
downloadlibgcrypt-a3eabcb6e97a88031f8fd56b7b650447cdda4206.tar.gz
Release 1.5.3.libgcrypt-1.5.3
* configure.ac: Set LT version to C19/A8/R2.
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 8abe6fe7..172abbb0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
-Noteworthy changes in version 1.5.3 (unreleased)
+Noteworthy changes in version 1.5.3 (2013-07-25)
------------------------------------------------
+ * Mitigate the Yarom/Falkner flush+reload side-channel attack on
+ RSA secret keys. See <http://eprint.iacr.org/2013/448>.
+
Noteworthy changes in version 1.5.2 (2013-04-18)
------------------------------------------------
diff --git a/configure.ac b/configure.ac
index e631c940..b2ca8826 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,7 +59,7 @@ AC_INIT([libgcrypt],[mym4_full_version],[http://bugs.gnupg.org])
#
LIBGCRYPT_LT_CURRENT=19
LIBGCRYPT_LT_AGE=8
-LIBGCRYPT_LT_REVISION=1
+LIBGCRYPT_LT_REVISION=2
# If the API is changed in an incompatible way: increment the next counter.