Return a new reference to the key EVP_PKEY from a store object.

Synopsis

Declared in <openssl/store.h>

EVP_PKEY*
OSSL_STORE_INFO_get1_PKEY(OSSL_STORE_INFO const* info);

Return Value

Up‐reffed EVP_PKEY, or NULL on error; free with EVP_PKEY_free().

Parameters

Name

Description

info

Store object of type OSSL_STORE_INFO_PKEY.

Created with MrDocs