Query: openssl_x509_check_private_key
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
OPENSSL_X509_CHECK_PRIVATE_KEY(3) 1 OPENSSL_X509_CHECK_PRIVATE_KEY(3) openssl_x509_check_private_key - Checks if a private key corresponds to a certificateSYNOPSISbool openssl_x509_check_private_key (mixed $cert, mixed $key)DESCRIPTIONChecks whether the given $key is the private key that corresponds to $cert.PARAMETERSo $cert - The certificate. o $key - The private key.RETURN VALUESReturns TRUE if $key is the private key that corresponds to $cert, or FALSE otherwise. PHP Documentation Group OPENSSL_X509_CHECK_PRIVATE_KEY(3)