![]() | ![]() | |||||||||||||||||||
| ||||||||||||||||||||
| EVP_PKEY_new(3)
NAMEEVP_PKEY_new, EVP_PKEY_free - private key allocation functions.
SYNOPSIS#include <openssl/evp.h> EVP_PKEY *EVP_PKEY_new(void); void EVP_PKEY_free(EVP_PKEY *key);
DESCRIPTION
The
NOTESThe EVP_PKEY structure is used by various OpenSSL functions which require a general private key without reference to any particular algorithm.
The structure returned by
RETURN VALUES
SEE ALSO
HISTORYTBA | |||||||||||||||||||