blob: 04af3cb9e13ceb5e7f6b29b041563e1ef28ce183 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
@deftypefun {int} {gnutls_pubkey_verify_params} (gnutls_pubkey_t @var{key})
@var{key}: should contain a @code{gnutls_pubkey_t} type
This function will verify the public key parameters.
@strong{Returns:} On success, @code{GNUTLS_E_SUCCESS} (0) is returned, otherwise a
negative error value.
@strong{Since:} 3.3.0
@end deftypefun
|