Rename provider and core get_param_types functions
authorRichard Levitte <levitte@openssl.org>
Wed, 14 Aug 2019 18:17:39 +0000 (20:17 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 15 Aug 2019 09:58:25 +0000 (11:58 +0200)
commitdca97d0062397005a33dd9fd24b1238ebe9e52e7
tree7b0bcd2ea9ddcd1e5f57ceec703d19396d2f052d
parent9f643f54236d6cf0d0d24327acd3b858883f0686
Rename provider and core get_param_types functions

It was argued that names like SOMETHING_set_param_types were confusing,
and a rename has been proposed to SOMETHING_settable_params, and by
consequence, SOMETHING_get_param_types is renamed
SOMETHING_gettable_params.

This changes implements this change for the dispatched provider and
core functions.

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/9591)
14 files changed:
crypto/provider.c
crypto/provider_core.c
doc/internal/man3/ossl_provider_new.pod
doc/man3/OSSL_PROVIDER.pod
doc/man7/provider-base.pod
include/internal/provider.h
include/internal/symhacks.h
include/openssl/core_numbers.h
include/openssl/provider.h
providers/default/defltprov.c
providers/fips/fipsprov.c
providers/legacy/legacyprov.c
test/p_test.c
util/libcrypto.num