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 type.
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 advertised nor used.
24
25 Currently GnuTLS does not include such cipher-suites or compression
26 algorithms.
27
28 Enabling the private ciphersuites when talking to other than gnutls
29 servers and clients may cause interoperability problems.
30
32 Report bugs to <bugs@gnutls.org>.
33 Home page: http://www.gnutls.org
34
35
37 Copyright © 2001-2018 Free Software Foundation, Inc., and others.
38 Copying and distribution of this file, with or without modification,
39 are permitted in any medium without royalty provided the copyright
40 notice and this notice are preserved.
41
43 The full documentation for gnutls is maintained as a Texinfo manual.
44 If the /usr/share/doc/gnutls/ directory does not contain the HTML form
45 visit
46
47 http://www.gnutls.org/manual/
48
49gnutls g3n.u6t.l5s_handshake_set_private_extensions(3)