Module Name: src Committed By: bouyer Date: Thu Apr 3 19:01:50 UTC 2014
Modified Files: src/crypto/external/bsd/openssl/dist/crypto/bn [netbsd-6]: bn.h bn_lib.c src/crypto/external/bsd/openssl/dist/crypto/ec [netbsd-6]: ec2_mult.c Log Message: Pull up following revision(s) (requested by tron in ticket #1041): crypto/external/bsd/openssl/dist/crypto/ec/ec2_mult.c: revision 1.2 crypto/external/bsd/openssl/dist/crypto/bn/bn.h: revision 1.2 crypto/external/bsd/openssl/dist/crypto/bn/bn_lib.c: revision 1.2 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.2.4.1 -r1.1.1.2.4.2 \ src/crypto/external/bsd/openssl/dist/crypto/bn/bn.h cvs rdiff -u -r1.1.1.2 -r1.1.1.2.4.1 \ src/crypto/external/bsd/openssl/dist/crypto/bn/bn_lib.c cvs rdiff -u -r1.1.1.2.4.1 -r1.1.1.2.4.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.