1gnutls_mac_set_priority(3)          gnutls          gnutls_mac_set_priority(3)
2
3
4

NAME

6       gnutls_mac_set_priority  - Sets the priority on the mac algorithms sup‐
7       ported by gnutls.
8

SYNOPSIS

10       #include <gnutls/gnutls.h>
11
12       int  gnutls_mac_set_priority(gnutls_session_t  session,  const  int   *
13       list);
14

ARGUMENTS

16       gnutls_session_t session
17                   is a gnutls_session_t structure.
18
19       const int * list
20                   is a 0 terminated list of gnutls_mac_algorithm_t elements.
21

DESCRIPTION

23       Sets  the priority on the mac algorithms supported by gnutls.  Priority
24       is higher for elements specified before others.  After  specifying  the
25       algorithms  you  want,  you must append a 0.  Note that the priority is
26       set on the client. The server does not  use  the  algorithm's  priority
27       except for disabling algorithms that were not specified.
28

RETURNS

30       GNUTLS_E_SUCCESS on success, or an error code.
31

REPORTING BUGS

33       Report    bugs    to    <bug-gnutls@gnu.org>.     GnuTLS   home   page:
34       http://www.gnu.org/software/gnutls/ General help  using  GNU  software:
35       http://www.gnu.org/gethelp/
36
38       Copyright © 2008 Free Software Foundation.
39       Copying  and  distribution  of this file, with or without modification,
40       are permitted in any medium  without  royalty  provided  the  copyright
41       notice and this notice are preserved.
42

SEE ALSO

44       The  full  documentation  for gnutls is maintained as a Texinfo manual.
45       If the info and gnutls programs are properly installed  at  your  site,
46       the command
47
48              info gnutls
49
50       should give you access to the complete manual.
51
52
53
54gnutls                               2.8.6          gnutls_mac_set_priority(3)
Impressum