



@deftypefun {void} {gnutls_certificate_set_verify_flags} (gnutls_certificate_credentials_t                                      @var{res}, unsigned int @var{flags})
@var{res}: is a gnutls_certificate_credentials_t structure

@var{flags}: are the flags

This function will set the flags to be used at verification of the
certificates.  Flags must be OR of the
@code{gnutls_certificate_verify_flags}  enumerations.
@end deftypefun
