Describe OSSL_PARAM keys settable on asymmetric-cipher contexts for ciph.
Declared in <openssl/evp.h>
OSSL_PARAM const*
EVP_ASYM_CIPHER_settable_ctx_params(EVP_ASYM_CIPHER const* ciph);
NULL-terminated OSSL_PARAM descriptor array, or NULL on error.
| Name | Description |
|---|---|
| ciph | Asymmetric cipher algorithm to query. |