CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2019/09/09 12:06:26
Modified files: lib/libcrypto/dsa: dsa_pmeth.c lib/libcrypto/ec: ec_pmeth.c lib/libcrypto/evp: evp.h lib/libcrypto/rsa: rsa_pmeth.c Log message: Provide EVP_PKEY_CTX_get_signature_md() macro and implement the EVP_PKEY_CTRL_GET_MD control for DSA, EC and RSA. This is used by the upcoming RSA CMS code. ok inoguchi@ tb@