CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2023/04/25 11:42:07
Modified files: lib/libcrypto : Makefile lib/libcrypto/bn: bn.h Removed files: lib/libcrypto/bn: bn_nist.c lib/libcrypto/ec: ecp_nist.c Log message: Remove the horror show that is bn_nist and ecp_nist This code is full of problematic C and is also otherwise of questionable quality. It is far from constant time and jsing informs me it also isn't faster. Good riddance.