OSSL_STORE_INFO_new_PARAMS

Create an OSSL_STORE_INFO holding key parameters (takes ownership of params).

Synopsis

Declared in <openssl/store.h>

OSSL_STORE_INFO*
OSSL_STORE_INFO_new_PARAMS(EVP_PKEY* params);

Return Value

New OSSL_STORE_INFO, or NULL on error; free with OSSL_STORE_INFO_free().

Parameters

NameDescription
paramsEVP_PKEY containing parameters only; ownership transfers on success.