Return the public‐key EVP_PKEY from a store object (borrowed).

Synopsis

Declared in <openssl/store.h>

EVP_PKEY*
OSSL_STORE_INFO_get0_PUBKEY(OSSL_STORE_INFO const* info);

Return Value

Internal EVP_PKEY pointer, or NULL if absent or wrong type; do not free.

Parameters

Name

Description

info

Store object of type OSSL_STORE_INFO_PUBKEY.

Created with MrDocs