Sign In
Search for:
Tags and Functions
Online Documentation
Home
Tag Index
Function Index
Graphics Index
Resources
Copyrights
Forum
History
Miva.com
Introduction
Empresa
Mia
Compiler
User Examples
MivaScript
Basics
Comments
Variables
Forms & Variables
Arrays & Structures
Expressions
Operators
If Else
Loops
Exit
System Variables
MivaScript
Reference
MivaScript Tags
MivaScript Functions
Strings
Encoding
Inspection
Arrays
File System
Data Folder
Script Folder
Either Folder
System
Math
Graphics
Archive
Logging
XML
Time
Encryption
Blowfish Encryption
OpenSSL Encryption Library
RSA Encryption Library
OpenSSL x509 Certificates
Redis Functions
MivaScript
Advanced
Databases
xBase3
MivaSQL
MySQL
File Uploading
Redis Library
Sort Algorithms
Storemorph
crypto_evp_verify()
Also See:
crypto_base64_decode
crypto_base64_encode
crypto_cipher_block_size
crypto_cipher_iv_length
crypto_cipher_key_length
crypto_cipher_mode
crypto_clear_error
crypto_digest_block_size
crypto_digest_size
crypto_evp_decrypt
crypto_evp_digest
crypto_evp_encrypt
crypto_evp_encrypt_auth
crypto_evp_hmac
crypto_evp_sign
crypto_hmac_md5
crypto_hmac_sha1
crypto_hmac_sha256
crypto_last_error
crypto_last_ssl_error
crypto_library_version
crypto_md5
crypto_md5_file
crypto_next_error
crypto_pbkdf1
crypto_pbkdf2
crypto_rand_bytes
crypto_rand_set_rand_engine
crypto_sha1
crypto_sha256
crypto_xor
evp_pkey_derive
evp_pkey_free
evp_pkey_load_mem
evp_pkey_load_pubkey_mem
evp_pkey_load_pubkey_x509
Next
»
«
Previous
Report a language bug
|
Report a documentation error
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
+ Add a note
User Annotations:
crypto_evp_verify
-- Other Annotations --
topic archive
topic blowfish
topic comments
topic file-uploading
topic filesystem-both
topic inspection
topic loops
topic math
topic operators
topic resources
topic time
topic user-examples
topic variables
item acos
item asciichar
item dir
item file_create
item gdImageStringFT
item gettoken
item glosub
item indexof
item int
item miva_array_find
item miva_array_insert
item miva_array_sort
item miva_hex_decode
item miva_hex_encode
item miva_struct_members
item miva_template_compile
item miva_variable_value
item miva_writelog
item MvCALL
item MvFOREACH
item MvREVEALSTRUCTURE
item MvSMTP
item substring
item time_t_dayofmonth
item tokenize
item xml_parse_set_colon_replacement
Next
»
«
Previous