CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2023/07/28 03:08:31
Modified files:
lib/libcrypto : Makefile Symbols.list Symbols.namespace
ossl_typ.h
lib/libcrypto/ecdsa: ecdsa.h
lib/libcrypto/engine: eng_fat.c eng_int.h eng_list.c
eng_openssl.c engine.h
lib/libcrypto/hidden/openssl: ecdsa.h
Removed files:
lib/libcrypto/ecdsa: ecs_lib.c
lib/libcrypto/engine: tb_ecdsa.c
Log message:
Remove ECDSA_METHOD
After smtpd (in base) and libtls finally switched from ECDSA_METHOD to
EC_KEY_METHOD, much of the ECDSA_METHOD code was neutered. Remove the
remaining public API as well as numerous tentacles into ENGINE.
ok jsing