1gnutls_handshake_set_private_extensioggnnnsuu(tt3ll)ss_handshake_set_private_extensions(3)
2
3
4
6 gnutls_handshake_set_private_extensions - Used to enable the private
7 cipher suites
8
10 #include <gnutls/gnutls.h>
11
12 void gnutls_handshake_set_private_extensions(gnutls_session_t session,
13 int allow);
14
16 gnutls_session_t session
17 is a gnutls_session_t structure.
18
19 int allow is an integer (0 or 1)
20
22 This function will enable or disable the use of private cipher suites
23 (the ones that start with 0xFF). By default or if allow is 0 then these
24 cipher suites will not be advertized nor used.
25
26 Unless this function is called with the option to allow (1), then no
27 compression algorithms, like LZO. That is because these algorithms are
28 not yet defined in any RFC or even internet draft.
29
30 Enabling the private ciphersuites when talking to other than gnutls
31 servers and clients may cause interoperability problems.
32
34 Report bugs to <bug-gnutls@gnu.org>.
35
37 Copyright © 2006 Free Software Foundation.
38 Permission is granted to make and distribute verbatim copies of this
39 manual provided the copyright notice and this permission notice are
40 preserved on all copies.
41
43 The full documentation for gnutls is maintained as a Texinfo manual.
44 If the info and gnutls programs are properly installed at your site,
45 the command
46
47 info gnutls
48
49 should give you access to the complete manual.
50
51
52
53gnutls g1n.u6t.l3s_handshake_set_private_extensions(3)