Consistent naming for context gettable param queries .
authorPauli <paul.dale@oracle.com>
Fri, 27 Sep 2019 06:35:45 +0000 (16:35 +1000)
committerPauli <paul.dale@oracle.com>
Fri, 27 Sep 2019 09:32:55 +0000 (19:32 +1000)
commit41f7ecf30dc9c1bd6988accc0aa288571a25b7bd
treef3195a68bf04002f25da81d4709cb782720cebf4
parente0d952fccf5acddfbd29b1296bf17bec7fc28b86
Consistent naming for context gettable param queries .

All instances of EVP_*_CTX_gettable_params functions have been renamed
to EVP_*_gettable_ctx_params.  Except for the EVP_MD ones which were changed
already.

These functions do not take EVP_*_CTX arguments so their prior naming was
misleading.

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10052)
18 files changed:
apps/fipsinstall.c
apps/kdf.c
apps/list.c
apps/mac.c
apps/provider.c
crypto/evp/evp_enc.c
crypto/evp/kdf_meth.c
crypto/evp/mac_meth.c
crypto/evp/pkey_kdf.c
crypto/evp/pkey_mac.c
doc/man3/EVP_EncryptInit.pod
doc/man3/EVP_KDF.pod
doc/man3/EVP_MAC.pod
doc/man3/OSSL_PARAM_construct_from_text.pod
include/openssl/evp.h
include/openssl/kdf.h
test/evp_test.c
util/libcrypto.num