openssl/doc/man7
Richard Levitte 92d9d0ae2b Rename ctx_{get,set}_params to {get,set}_ctx_params
Recently, we added dispatched functions to get parameter descriptions,
and those for operation context parameters ended up being called
something_gettable_ctx_params and something_settable_ctx_params.

The corresponding dispatched functions to actually perform parameter
transfers were previously called something_ctx_get_params and
something_ctx_set_params, which doesn't quite match, so we rename them
to something_get_ctx_params and something_set_ctx_params.

An argument in favor of this name change is English, where you'd
rather say something like "set the context parameters".

This only change the libcrypto <-> provider interface.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9612)
2019-08-16 09:04:29 +02:00
..
bio.pod
crypto.pod
ct.pod
des_modes.pod
Ed25519.pod
EVP_KDF_HKDF.pod
EVP_KDF_PBKDF2.pod In documentation, consistently refer to OpenSSL 3.0 2019-07-15 15:13:41 +02:00
EVP_KDF_SCRYPT.pod
EVP_KDF_SS.pod In documentation, consistently refer to OpenSSL 3.0 2019-07-15 15:13:41 +02:00
EVP_KDF_SSHKDF.pod Fix Typos 2019-07-02 14:22:29 +02:00
EVP_KDF_TLS1_PRF.pod Added Conforming To section to EVP_KDF_TLS1_PRF documentation. 2019-05-27 10:05:08 +02:00
EVP_KDF_X942.pod In documentation, consistently refer to OpenSSL 3.0 2019-07-15 15:13:41 +02:00
EVP_KDF_X963.pod In documentation, consistently refer to OpenSSL 3.0 2019-07-15 15:13:41 +02:00
EVP_MAC_BLAKE2.pod In documentation, consistently refer to OpenSSL 3.0 2019-07-15 15:13:41 +02:00
EVP_MAC_CMAC.pod
EVP_MAC_GMAC.pod
EVP_MAC_HMAC.pod
EVP_MAC_KMAC.pod
EVP_MAC_POLY1305.pod
EVP_MAC_SIPHASH.pod
evp.pod
openssl_user_macros.pod.in In documentation, consistently refer to OpenSSL 3.0 2019-07-15 15:13:41 +02:00
openssl-core.h.pod Describe OSSL_PARAM as a parameter descriptor 2019-07-23 07:30:33 +02:00
ossl_store-file.pod
ossl_store.pod
passphrase-encoding.pod
property.pod Fix Typos 2019-07-02 14:22:29 +02:00
provider-base.pod Rename provider and core get_param_types functions 2019-08-15 11:58:25 +02:00
provider-cipher.pod Rename ctx_{get,set}_params to {get,set}_ctx_params 2019-08-16 09:04:29 +02:00
provider-digest.pod Rename ctx_{get,set}_params to {get,set}_ctx_params 2019-08-16 09:04:29 +02:00
provider-keyexch.pod Documentation for the provider Key Exchange operation 2019-08-05 14:32:48 +01:00
provider-keymgmt.pod Document the provider DIGEST operation 2019-07-25 13:37:25 +01:00
provider-mac.pod Rename ctx_{get,set}_params to {get,set}_ctx_params 2019-08-16 09:04:29 +02:00
provider.pod Documentation: Add provider(7), for general description of providers 2019-07-22 16:42:19 +02:00
RAND_DRBG.pod Ignore entropy from RAND_add()/RAND_seed() in FIPS mode [fixup] 2019-05-12 17:01:55 +10:00
RAND.pod man: clarify the 'random number generator must be seeded' requirement 2019-06-27 14:39:07 +02:00
RSA-PSS.pod
SM2.pod
ssl.pod
x509.pod doc: fix some links 2019-07-19 20:16:30 +02:00
X25519.pod