mirror of
https://github.com/openssl/openssl.git
synced 2025-02-11 14:22:43 +08:00
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) |
||
---|---|---|
.. | ||
bio.pod | ||
crypto.pod | ||
ct.pod | ||
des_modes.pod | ||
Ed25519.pod | ||
EVP_KDF_HKDF.pod | ||
EVP_KDF_PBKDF2.pod | ||
EVP_KDF_SCRYPT.pod | ||
EVP_KDF_SS.pod | ||
EVP_KDF_SSHKDF.pod | ||
EVP_KDF_TLS1_PRF.pod | ||
EVP_KDF_X942.pod | ||
EVP_KDF_X963.pod | ||
EVP_MAC_BLAKE2.pod | ||
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 | ||
openssl-core.h.pod | ||
ossl_store-file.pod | ||
ossl_store.pod | ||
passphrase-encoding.pod | ||
property.pod | ||
provider-base.pod | ||
provider-cipher.pod | ||
provider-digest.pod | ||
provider-keyexch.pod | ||
provider-keymgmt.pod | ||
provider-mac.pod | ||
provider.pod | ||
RAND_DRBG.pod | ||
RAND.pod | ||
RSA-PSS.pod | ||
SM2.pod | ||
ssl.pod | ||
x509.pod | ||
X25519.pod |