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
24 these 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>. GnuTLS home page:
35 http://www.gnu.org/software/gnutls/ General help using GNU software:
36 http://www.gnu.org/gethelp/
37
39 Copyright © 2008 Free Software Foundation.
40 Copying and distribution of this file, with or without modification,
41 are permitted in any medium without royalty provided the copyright
42 notice and this notice are preserved.
43
45 The full documentation for gnutls is maintained as a Texinfo manual.
46 If the info and gnutls programs are properly installed at your site,
47 the command
48
49 info gnutls
50
51 should give you access to the complete manual.
52
53
54
55gnutls g2n.u8t.l6s_handshake_set_private_extensions(3)