CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2016/11/04 11:33:20
Modified files: lib/libcrypto/ec: ec.h ec_curve.c ec_lcl.h Added files: lib/libcrypto/ec: ecp_nistz256.c ecp_nistz256_table.h lib/libcrypto/ec/asm: ecp_nistz256-armv4.pl ecp_nistz256-sparcv9.pl ecp_nistz256-x86.pl ecp_nistz256-x86_64.pl Log message: Add assembler code for the nist 256-bit GFp curve, written initially by Intel. Obtained from BoringSSL, with some integration work borrowed from OpenSSL 1.0.2; assembler code for arm and sparc64 borrowed from OpenSSL 1.1.0. None of this code is enabled in libcrypto yet. ok beck@ jsing@