(PHP 4 >= 4.0.4, PHP 5, PHP 7)
Verify signature
int openssl_verify ( string $data, string $signature, mixed $pub_key_id [, mixed $signature_alg = OPENSSL_ALGO_SHA1 ] )
openssl_verify() verifies that the signature is correct for the specified data using the public key associated with pub_key_id. This must be the public key corresponding to the private key used for signing.
Parameters: