CVSROOT:        /cvs
Module name:    src
Changes by:     js...@cvs.openbsd.org   2023/01/14 08:45:44

Modified files:
        lib/libcrypto  : Makefile 
        lib/libcrypto/arch/amd64: Makefile.inc 
        lib/libcrypto/arch/arm: Makefile.inc 
        lib/libcrypto/arch/i386: Makefile.inc 
        lib/libcrypto/arch/sparc64: Makefile.inc 
Removed files:
        lib/libcrypto/ec: ecp_nistp224.c ecp_nistp256.c ecp_nistp521.c 
                          ecp_nistputil.c 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:
Remove unused Elliptic Curve code.

For various reasons, the ecp_nistp* and ecp_nistz* code is unused. While
ecp_nistp* was being compiled, it is disabled due to
OPENSSL_NO_EC_NISTP_64_GCC_128 being defined. On the other hand,
ecp_nistz* was not even being built.

We will bring in new versions or alternative versions of such code, if we
end up enabling it in the future. For now it is just causing complexity
(and grep noise) while trying to improve the EC code.

Discussed with tb@

Reply via email to