CVSROOT: /cvs Module name: src Changes by: inogu...@cvs.openbsd.org 2017/01/31 06:19:05
Modified files: regress/lib/libcrypto/bn/general: bntest.c Log message: LibreSSL : regress for carry bug in mulx4x_mont and sqr8x_mont This regress bntest.c patch is originally from master branch of OpenSSL. - dca2e0e test/bntest.c: regression test for CVE-2016-7055. - 3e7a496 test/bntest.c: regression test for carry bug in bn_sqr8x_internal. These tests were added for these commit. - 2fac86d bn/asm/x86_64-mont.pl: fix for CVE-2016-7055 (Low severity). - 3f4bcf5 bn/asm/x86_64-mont5.pl: fix carry bug in bn_sqr8x_internal. ok beck@