openssl/include/openssl
Richard Levitte dca97d0062 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)
2019-08-15 11:58:25 +02:00
..
__DECC_INCLUDE_EPILOGUE.H Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
__DECC_INCLUDE_PROLOGUE.H Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
aes.h Deprecate AES_ige_encrypt() and AES_bi_ige_encrypt() 2019-04-12 14:22:41 +01:00
asn1.h Remove EXPORT_VAR_AS_FUNC 2019-07-01 20:13:03 -04:00
asn1_mac.h Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
asn1err.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
asn1t.h Remove EXPORT_VAR_AS_FUNC 2019-07-01 20:13:03 -04:00
async.h add an additional async notification communication method based on callback 2019-01-27 12:27:17 +00:00
asyncerr.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
bio.h Restrict usage of bio_dgram_sctp_data only to DGRAM SCTP methods 2019-08-09 09:36:54 +01:00
bioerr.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
blowfish.h Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
bn.h Make sure all BIGNUM operations work within the FIPS provider 2019-07-15 11:03:44 +01:00
bnerr.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
buffer.h Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
buffererr.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
camellia.h Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
cast.h Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
cmac.h Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
cmp.h Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSL 2019-05-30 11:18:52 +01:00
cmperr.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
cms.h CAdES : lowercase name for now internal methods. 2019-07-31 19:14:12 +10:00
cmserr.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
comp.h Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
comperr.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
conf.h Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
conf_api.h Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
conferr.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
core.h Replace OSSL_ITEM with OSSL_PARAM as parameter descriptor, everywhere 2019-07-23 07:30:33 +02:00
core_names.h Make more use of OSSL_PARAM for digests 2019-08-12 13:35:18 +02:00
core_numbers.h Rename provider and core get_param_types functions 2019-08-15 11:58:25 +02:00
crmf.h Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSL 2019-05-30 11:18:52 +01:00
crmferr.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
crypto.h Add OPENSSL_hexstr2buf_ex() and OPENSSL_buf2hexstr_ex() 2019-08-12 12:50:41 +02:00
cryptoerr.h Add OPENSSL_hexstr2buf_ex() and OPENSSL_buf2hexstr_ex() 2019-08-12 12:50:41 +02:00
ct.h Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
cterr.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
des.h Fix comment; unchecked->checked 2019-07-02 20:09:27 +02:00
dh.h Change DH parameters to generate the order q subgroup instead of 2q 2019-07-22 20:03:27 +02:00
dherr.h Enforce a minimum DH modulus size of 512 bits 2019-07-24 14:44:08 +02:00
dsa.h constify *_dup() and *i2d_*() and related functions as far as possible, introducing DECLARE_ASN1_DUP_FUNCTION 2019-03-06 16:10:09 +00:00
dsaerr.h make RSA and DSA operations throw MISSING_PRIVATE_KEY if needed, adapt ECDSA 2019-07-31 16:56:22 +03:00
dtls1.h Deprecate TLS_MAX_VERSION, DTLS_MAX_VERSION and DTLS_MIN_VERSION 2018-12-15 12:52:02 +01:00
e_os2.h Remove global-var/function macros 2019-07-01 19:42:12 -04:00
ebcdic.h Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
ec.h Fix ECDSA_SIG docs 2019-08-06 11:31:47 +01:00
ecdh.h Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
ecdsa.h Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
ecerr.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
engine.h Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
engineerr.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
err.h Fix BN error reporting 2019-08-07 11:46:59 +01:00
ess.h CAdES : lowercase name for now internal methods. 2019-07-31 19:14:12 +10:00
esserr.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
evp.h Add missing EVP param utility functions 2019-08-15 10:49:56 +02:00
evperr.h Add evp_util macros 2019-07-31 20:34:26 +10:00
hmac.h Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
idea.h Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
kdf.h Add X9.42 KDF. 2019-07-09 09:33:18 +10:00
kdferr.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
lhash.h Properties for implementation selection. 2019-02-18 13:28:14 +10:00
macros.h enable DECLARE_DEPRECATED macro for Oracle Developer Studio compiler 2019-08-12 12:46:55 +02:00
md2.h Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
md4.h Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
md5.h Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
mdc2.h Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
modes.h Move the public SIV mode functions from public headers to internal ones 2019-06-27 09:47:23 +01:00
obj_mac.h Add X9.42 KDF. 2019-07-09 09:33:18 +10:00
objects.h Added EVP_KDF (similiar to the EVP_MAC) 2019-05-03 17:52:50 +02:00
objectserr.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
ocsp.h Fix an incorrect macro 2019-06-12 10:12:14 +01:00
ocsperr.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
opensslconf.h.in Move some macros from include/openssl/opensslconf.h.in, add OPENSSL_FUNC 2019-07-31 06:42:11 +02:00
opensslv.h Add missing parentheses in macro 2019-06-03 13:33:21 +01:00
ossl_typ.h Add basic EVP_KEYMGMT API and libcrypto <-> provider interface 2019-07-22 06:17:38 +02:00
params.h Add OSSL_PARAM_construct_from_text() and OSSL_PARAM_allocate_from_text() 2019-08-12 12:50:41 +02:00
pem.h constify *_dup() and *i2d_*() and related functions as far as possible, introducing DECLARE_ASN1_DUP_FUNCTION 2019-03-06 16:10:09 +00:00
pem2.h Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
pemerr.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
pkcs7.h constify *_dup() and *i2d_*() and related functions as far as possible, introducing DECLARE_ASN1_DUP_FUNCTION 2019-03-06 16:10:09 +00:00
pkcs7err.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
pkcs12.h constify *_dup() and *i2d_*() and related functions as far as possible, introducing DECLARE_ASN1_DUP_FUNCTION 2019-03-06 16:10:09 +00:00
pkcs12err.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
provider.h Rename provider and core get_param_types functions 2019-08-15 11:58:25 +02:00
rand.h Remove tab characters from C source files. 2019-07-16 20:24:10 +10:00
rand_drbg.h Convert drbg_lib to use OPENSSL_CTX for its global data 2019-06-07 12:04:34 +01:00
randerr.h Make rand_pool buffers more dynamic in their sizing. 2019-07-23 18:07:19 +10:00
rc2.h Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
rc4.h Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
rc5.h Change RC5_32_set_key to return an int type 2019-07-01 10:18:37 +01:00
ripemd.h Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
rsa.h constify *_dup() and *i2d_*() and related functions as far as possible, introducing DECLARE_ASN1_DUP_FUNCTION 2019-03-06 16:10:09 +00:00
rsaerr.h make RSA and DSA operations throw MISSING_PRIVATE_KEY if needed, adapt ECDSA 2019-07-31 16:56:22 +03:00
safestack.h Mark generated functions unused (applies to safestack, lhash, sparse_array) 2019-02-15 11:44:35 +01:00
seed.h Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
sha.h Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
srp.h Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
srtp.h Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
ssl.h API to get negotiated key exchange algorithm in TLS1.3 2019-08-06 12:04:52 +01:00
ssl2.h Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
ssl3.h Remove heartbeats completely 2019-03-29 13:50:59 +01:00
sslerr.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
stack.h Properties for implementation selection. 2019-02-18 13:28:14 +10:00
store.h Fix Typos 2019-07-01 10:09:22 +02:00
storeerr.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
symhacks.h Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
tls1.h Correct the Extended Master Secret string for EBCDIC 2019-08-06 11:02:50 +01:00
trace.h Convert the ENGINE_CONF trace calls to use CONF instead 2019-04-05 12:50:55 +02:00
ts.h constify *_dup() and *i2d_*() and related functions as far as possible, introducing DECLARE_ASN1_DUP_FUNCTION 2019-03-06 16:10:09 +00:00
tserr.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
txt_db.h Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
ui.h Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
uierr.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
whrlpool.h Following the license change, modify the boilerplates in include/ and crypto/include/ 2018-12-06 15:57:31 +01:00
x509.h x509: publish X509_PUBKEY_dup 2019-07-22 07:34:30 +02:00
x509_vfy.h X509_STORE: fix two misspelled compatibility macros 2019-01-25 11:18:35 +01:00
x509err.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00
x509v3.h Add missing accessors for X509 AuthorityKeyIdentifier 2019-08-01 11:32:12 +02:00
x509v3err.h Regenerate mkerr files 2019-07-16 05:26:28 +02:00