1gnutls_handshake_set_private_extensioggnnnsuu(tt3ll)ss_handshake_set_private_extensions(3)
2
3
4

NAME

6       gnutls_handshake_set_private_extensions - API function
7

SYNOPSIS

9       #include <gnutls/gnutls.h>
10
11       void  gnutls_handshake_set_private_extensions(gnutls_session_t session,
12       int allow);
13

ARGUMENTS

15       gnutls_session_t session
16                   is a gnutls_session_t type.
17
18       int allow   is an integer (0 or 1)
19

DESCRIPTION

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 al‐
26       gorithms.
27
28       Enabling  the  private  ciphersuites  when talking to other than gnutls
29       servers and clients may cause interoperability problems.
30

REPORTING BUGS

32       Report bugs to <bugs@gnutls.org>.
33       Home page: https://www.gnutls.org
34
35
37       Copyright © 2001- 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 no‐
40       tice and this notice are preserved.
41

SEE ALSO

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       https://www.gnutls.org/manual/
48
49gnutls                              g3n.u7t.l8s_handshake_set_private_extensions(3)
Impressum