SSL_x509_read_pkey

Read a x509 pkey from a file @param path pathname of file to read

EVP_PKEY*
SSL_x509_read_pkey
(
char[] path
)

Return Value

Type: EVP_PKEY*

pointer to EVP_PKEY, return value of PEM_write_PrivateKey() @internal

Meta