EVP_MD_name
mname = EVP_MD_name(m);
md_name = EVP_MD_name(dgst_config.md);
BIO_printf(arg, "%s\n", EVP_MD_name(m));