Describe the parameters that can be read from a message-digest method.
Declared in <openssl/evp.h>
OSSL_PARAM const*
EVP_MD_gettable_params(EVP_MD const* digest);
Array of OSSL_PARAM descriptors terminated by OSSL_PARAM_END, or NULL on error.
| Name | Description |
|---|---|
| digest | Digest method to query. |