mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
3fd7026276
This function re-implements EVP_MD_meth_free(), but has a name that isn't encumbered by legacy EVP_MD construction functionality. We also refactor most of EVP_MD_meth_new() into an internal evp_md_new() that's used when creating fetched methods. EVP_MD_meth_new() and EVP_MD_meth_free() are rewritten in terms of evp_md_new() and EVP_MD_free(). This means that at any time, we can deprecate all the EVP_MD_meth_ functions with no harmful consequence. Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/9758) |
||
---|---|---|
.. | ||
arch_32 | ||
curve448_lcl.h | ||
curve448_tables.c | ||
curve448.c | ||
curve448utils.h | ||
ed448.h | ||
eddsa.c | ||
f_generic.c | ||
field.h | ||
point_448.h | ||
scalar.c | ||
word.h |