CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/01/18 18:07:00
Modified files:
lib/libcrypto : Makefile Symbols.list crypto.h
lib/libcrypto/ec: ec.h ec_key.c ec_lcl.h
lib/libcrypto/ecdsa: ecdsa.h ecs_locl.h ecs_ossl.c ecs_sign.c
lib/libcrypto/engine: eng_fat.c eng_int.h eng_list.c engine.h
Added files:
lib/libcrypto/ec: ec_kmeth.c
lib/libcrypto/engine: tb_eckey.c
Log message:
Partial port of EC_KEY_METHOD from OpenSSL 1.1.
This commit adds init/free, support for signing, setting and
getting the method, engine support as well as extra data.
from markus