CVSROOT: /cvs Module name: src Changes by: bc...@cvs.openbsd.org 2015/02/25 08:39:49
Modified files: lib/libssl/src/crypto/bn: bn_asm.c lib/libssl/src/crypto/bn/asm: mips.pl x86_64-gcc.c regress/lib/libcrypto/bn/general: bntest.c Log message: Fix CVE-2014-3570: properly calculate the square of a BIGNUM value. See https://www.openssl.org/news/secadv_20150108.txt for a more detailed discussion. Original OpenSSL patch here: https://github.com/openssl/openssl/commit/a7a44ba55cb4f884c6bc9ceac90072dea38e66d0 The regression test is modified a little for KNF. ok miod@