summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/libgcrypt/libgcrypt.inc
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2017-07-18 23:07:34 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-07-19 11:30:27 +0100
commitbbe268e060d9e5a2e37514eaf078de5147c15d58 (patch)
tree951995efdcc870ee88074a0ab298f509943f4169 /meta/recipes-support/libgcrypt/libgcrypt.inc
parentfd7f2d644a94bbb951c0bed11af7deb35f1cfb22 (diff)
downloadpoky-bbe268e060d9e5a2e37514eaf078de5147c15d58.tar.gz
libgcrypt: fix CVE-2017-9526
In libgcrypt before 1.7.7, an attacker who learns the EdDSA session key (from side-channel observation during the signing process) can easily recover the long-term secret key. 1.7.7 makes a cipher/ecc-eddsa.c change to store this session key in secure memory, to ensure that constant-time point operations are used in the MPI library. (From OE-Core rev: 04d7a4adafa09f9f3012c355f4f2f9728cb0b166) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libgcrypt/libgcrypt.inc')
-rw-r--r--meta/recipes-support/libgcrypt/libgcrypt.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-support/libgcrypt/libgcrypt.inc b/meta/recipes-support/libgcrypt/libgcrypt.inc
index 15805cd436..7c4c0e83b5 100644
--- a/meta/recipes-support/libgcrypt/libgcrypt.inc
+++ b/meta/recipes-support/libgcrypt/libgcrypt.inc
@@ -20,6 +20,7 @@ SRC_URI = "${GNUPG_MIRROR}/libgcrypt/libgcrypt-${PV}.tar.gz \
20 file://libgcrypt-fix-building-error-with-O2-in-sysroot-path.patch \ 20 file://libgcrypt-fix-building-error-with-O2-in-sysroot-path.patch \
21 file://fix-ICE-failure-on-mips-with-option-O-and-g.patch \ 21 file://fix-ICE-failure-on-mips-with-option-O-and-g.patch \
22 file://fix-undefined-reference-to-pthread.patch \ 22 file://fix-undefined-reference-to-pthread.patch \
23 file://0001-ecc-Store-EdDSA-session-key-in-secure-memory.patch \
23" 24"
24 25
25BINCONFIG = "${bindir}/libgcrypt-config" 26BINCONFIG = "${bindir}/libgcrypt-config"