|
gnutls_pubkey_verify_data2 — API function
#include <gnutls/abstract.h>
int
gnutls_pubkey_verify_data2( |
gnutls_pubkey_t pubkey, |
gnutls_sign_algorithm_t algo, | |
unsigned int flags, | |
const gnutls_datum_t * data, | |
const gnutls_datum_t * signature) ; |
Holds the public key
The signature algorithm used
Zero or one of gnutls_pubkey_flags_t
holds the signed data
contains the signature
This function will verify the given signed data, using the parameters from the certificate.
In case of a verification failure GNUTLS_E_PK_SIG_VERIFY_FAILED is returned, and zero or positive code on success.
Report bugs to <bug-gnutls@gnu.org>.
General guidelines for reporting bugs: http://www.gnu.org/gethelp/
GnuTLS home page: http://www.gnu.org/software/gnutls/