Module Name: src Committed By: tron Date: Wed Apr 2 20:27:28 UTC 2014
Modified Files: src/crypto/external/bsd/openssl/dist/crypto/bn: bn.h bn_lib.c src/crypto/external/bsd/openssl/dist/crypto/ec: ec2_mult.c Log Message: Add fix for CVE-2014-0076 taken from OpenSSL GIT repository: Fix for the attack described in the paper "Recovering OpenSSL ECDSA Nonces Using the FLUSH+RELOAD Cache Side-channel Attack" by Yuval Yarom and Naomi Benger. Details can be obtained from: http://eprint.iacr.org/2014/140 To generate a diff of this commit: cvs rdiff -u -r1.1.1.3 -r1.2 \ src/crypto/external/bsd/openssl/dist/crypto/bn/bn.h cvs rdiff -u -r1.1.1.2 -r1.2 \ src/crypto/external/bsd/openssl/dist/crypto/bn/bn_lib.c cvs rdiff -u -r1.1.1.3 -r1.2 \ src/crypto/external/bsd/openssl/dist/crypto/ec/ec2_mult.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.