crypto_evp_verify()

 
Syntax
crypto_evp_verify( digestname, pubkey, buffer, signature )
1 on success, 0 on failure
  • digestname - Hash algorithm name, such as "md5" or "sha256". Supported digest algorithms will vary between OpenSSL installations
  • pubkey - EVP PKEY structure reference
  • buffer - The data to verify
  • signature - The signature to verify
User Annotations: crypto_evp_verify