1gnutls_handshake_set_private_extensioggnnnsuu(tt3ll)ss_handshake_set_private_extensions(3)
2
3
4
6 gnutls_handshake_set_private_extensions - API function
7
9 #include <gnutls/gnutls.h>
10
11 void gnutls_handshake_set_private_extensions(gnutls_session_t session,
12 int allow);
13
15 gnutls_session_t session
16 is a gnutls_session_t structure.
17
18 int allow is an integer (0 or 1)
19
21 This function will enable or disable the use of private cipher suites
22 (the ones that start with 0xFF). By default or if allow is 0 then
23 these cipher suites will not be advertized nor used.
24
25 Unless this function is called with the option to allow (1), then no
26 compression algorithms, like LZO. That is because these algorithms are
27 not yet defined in any RFC or even internet draft.
28
29 Enabling the private ciphersuites when talking to other than gnutls
30 servers and clients may cause interoperability problems.
31
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
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.g1n2u.t6l.s1_handshake_set_private_extensions(3)