CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2019/09/06 11:59:25
Modified files: lib/libcrypto : Makefile lib/libcrypto/ec: ec.h ec_err.c ec_pmeth.c Log message: Add various macros and controls for EC_PKEY_CTX. These are needed for the upcoming EC CMS support (nothing else appears to use them). This largely syncs our ec_pmeth.c with OpenSSL 1.1.1b. With input from inoguchi@ and tb@. ok inoguchi@ tb@