Russian Ukraine English
Catalog RSS


openssl_get_publickey

(unknown)

openssl_get_publickey -- Extract public key from certificate and prepare it for use

Description

int openssl_get_publickey (string certificate)

Returns a positive key identifier on success, or false on error.

openssl_get_publickey() extracts the public key from an X.509 certificate specified by certificate and prepares it for use by other functions.

Led