PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

openssl_x509_checkpurpose> <openssl_verify
Last updated: Fri, 05 Sep 2008

view this page in

openssl_x509_check_private_key

(PHP 4 >= 4.2.0, PHP 5)

openssl_x509_check_private_keyVérifie si une clé privée correspond à un certificat

Description

bool openssl_x509_check_private_key ( mixed $cert , mixed $key )

Vérifie si le paramètre key fourni est la clé privée qui correspond à cert .

Liste de paramètres

cert

Le certificat.

key

La clé privée.

Valeurs de retour

Retourne TRUE si key est la clé privée qui correspond à cert , ou FALSE sinon.



add a note add a note User Contributed Notes
openssl_x509_check_private_key
There are no user contributed notes for this page.

openssl_x509_checkpurpose> <openssl_verify
Last updated: Fri, 05 Sep 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites