blob: bc7da3d41a8bfad5138eb831eb42609e522b8309 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
@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 type
@var{flags}: are the flags
This function will set the flags to be used for verification
of certificates and override any defaults. The provided flags must be an OR of the
@code{gnutls_certificate_verify_flags} enumerations.
@end deftypefun
|