diff options
Diffstat (limited to 'doc/functions/gnutls_x509_crq_verify')
-rw-r--r-- | doc/functions/gnutls_x509_crq_verify | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/functions/gnutls_x509_crq_verify b/doc/functions/gnutls_x509_crq_verify new file mode 100644 index 0000000..b20d2d8 --- /dev/null +++ b/doc/functions/gnutls_x509_crq_verify @@ -0,0 +1,17 @@ + + + + +@deftypefun {int} {gnutls_x509_crq_verify} (gnutls_x509_crq_t @var{crq}, unsigned int @var{flags}) +@var{crq}: is the crq to be verified + +@var{flags}: Flags that may be used to change the verification algorithm. Use OR of the gnutls_certificate_verify_flags enumerations. + +This function will verify self signature in the certificate +request and return its status. + +@strong{Returns:} In case of a verification failure @code{GNUTLS_E_PK_SIG_VERIFY_FAILED} +is returned, and zero or positive code on success. + +Since 2.12.0 +@end deftypefun |