mirror of https://github.com/openssl/openssl.git
This function re-implements EVP_CIPHER_meth_free(), but has a name that isn't encumbered by legacy EVP_CIPHER construction functionality. We also refactor most of EVP_CIPHER_meth_new() into an internal evp_cipher_new() that's used when creating fetched methods. EVP_CIPHER_meth_new() and EVP_CIPHER_meth_free() are rewritten in terms of evp_cipher_new() and EVP_CIPHER_free(). This means that at any time, we can deprecate all the EVP_CIPHER_meth_ functions with no harmful consequence. Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/9758) |
||
|---|---|---|
| .. | ||
| build.info | ||
| drbg_ctr.c | ||
| drbg_hash.c | ||
| drbg_hmac.c | ||
| drbg_lib.c | ||
| rand_crng_test.c | ||
| rand_egd.c | ||
| rand_err.c | ||
| rand_lcl.h | ||
| rand_lib.c | ||
| rand_unix.c | ||
| rand_vms.c | ||
| rand_vxworks.c | ||
| rand_win.c | ||
| randfile.c | ||