Create an OSSL_STORE_INFO holding a public key (takes ownership of pubkey).
Declared in <openssl/store.h>
OSSL_STORE_INFO*
OSSL_STORE_INFO_new_PUBKEY(EVP_PKEY* pubkey);
New OSSL_STORE_INFO, or NULL on error; free with OSSL_STORE_INFO_free().
| Name | Description |
|---|---|
| pubkey | Public EVP_PKEY; ownership transfers on success. |