1gnutls_mac_set_priority(3) gnutls gnutls_mac_set_priority(3)
2
3
4
6 gnutls_mac_set_priority - Sets the priority on the mac algorithms sup‐
7 ported by gnutls.
8
10 #include <gnutls/gnutls.h>
11
12 int gnutls_mac_set_priority(gnutls_session_t session, const int *
13 list);
14
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
23 Sets the priority on the mac algorithms supported by gnutls. Priority
24 is higher for algorithms 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
29 Returns 0 on success.
30
32 Report bugs to <bug-gnutls@gnu.org>.
33
35 Copyright © 2006 Free Software Foundation.
36 Permission is granted to make and distribute verbatim copies of this
37 manual provided the copyright notice and this permission notice are
38 preserved on all copies.
39
41 The full documentation for gnutls is maintained as a Texinfo manual.
42 If the info and gnutls programs are properly installed at your site,
43 the command
44
45 info gnutls
46
47 should give you access to the complete manual.
48
49
50
51gnutls 1.6.3 gnutls_mac_set_priority(3)