Blame doc/functions/gnutls_mac_list

Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
@deftypefun {const gnutls_mac_algorithm_t *} {gnutls_mac_list} ( @var{void})
Packit Service 4684c1
Packit Service 4684c1
Get a list of hash algorithms for use as MACs.  Note that not
Packit Service 4684c1
necessarily all MACs are supported in TLS cipher suites.
Packit Service 4684c1
This function is not thread safe.
Packit Service 4684c1
Packit Service 4684c1
@strong{Returns:} Return a (0)-terminated list of @code{gnutls_mac_algorithm_t} 
Packit Service 4684c1
integers indicating the available MACs.
Packit Service 4684c1
@end deftypefun