EVP_PKEY_new(3) | LibreSSL | EVP_PKEY_new(3) |
NAME
EVP_PKEY_new, EVP_PKEY_free - private key allocation functions.DESCRIPTION
The EVP_PKEY_new() function allocates an empty EVP_PKEY structure which is used by OpenSSL to store private keys.NOTES
The EVP_PKEY structure is used by various OpenSSL functions which require a general private key without reference to any particular algorithm.RETURN VALUES
EVP_PKEY_new() returns either the newly allocated EVP_PKEY structure of NULL if an error occurred.SEE ALSO
EVP_PKEY_set1_RSA(3)2015-10-26 | LibreSSL |