PHP Handbuch | ||
---|---|---|
Zurück | Nach vorne |
Warnung |
This function is EXPERIMENTAL. That means, that the behaviour of this function, this function name, in concreto ANYTHING documented here can change in a future release of PHP WITHOUT NOTICE. Be warned, and use this function at your own risk. |
Returns 1 if the signature is correct, 0 if it is incorrect, and -1 on error.
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.
See also openssl_sign().
Zurück | Zum Anfang | Nach vorne |
openssl_sign | Nach oben | openssl_pkcs7_decrypt |