diff options
author | Richard Levitte <levitte@openssl.org> | 2019-09-03 18:11:49 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2019-09-04 10:38:13 +0200 |
commit | 550f974a09942ace37cf3cf14021ea5e51e6dd11 (patch) | |
tree | 6a5fc648e9b04b21f844e4998540c4b8c286394e /test/evp_test.c | |
parent | New function EVP_MD_free() (diff) | |
download | openssl-550f974a09942ace37cf3cf14021ea5e51e6dd11.tar.xz openssl-550f974a09942ace37cf3cf14021ea5e51e6dd11.zip |
New function EVP_CIPHER_free()
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)
Diffstat (limited to 'test/evp_test.c')
0 files changed, 0 insertions, 0 deletions