1gnutls_openpgp_send_key(3)          gnutls          gnutls_openpgp_send_key(3)
2
3
4

NAME

6       gnutls_openpgp_send_key  -  This function will order gnutls to send the
7       openpgp fingerprint instead of the key
8

SYNOPSIS

10       #include <gnutls/gnutls.h>
11
12       void         gnutls_openpgp_send_key(gnutls_session_t          session,
13       gnutls_openpgp_key_status_t status);
14

ARGUMENTS

16       gnutls_session_t session
17                   is a pointer to a gnutls_session_t structure.
18
19       gnutls_openpgp_key_status_t status
20                   is one of OPENPGP_KEY, or OPENPGP_KEY_FINGERPRINT
21

DESCRIPTION

23       This  function will order gnutls to send the key fingerprint instead of
24       the key in the initial handshake procedure. This should  be  used  with
25       care and only when there is indication or knowledge that the server can
26       obtain the client's key.
27

REPORTING BUGS

29       Report bugs to <bug-gnutls@gnu.org>.
30
32       Copyright © 2006 Free Software Foundation.
33       Permission is granted to make and distribute verbatim  copies  of  this
34       manual  provided  the  copyright  notice and this permission notice are
35       preserved on all copies.
36

SEE ALSO

38       The full documentation for gnutls is maintained as  a  Texinfo  manual.
39       If  the  info  and gnutls programs are properly installed at your site,
40       the command
41
42              info gnutls
43
44       should give you access to the complete manual.
45
46
47
48gnutls                               1.6.3          gnutls_openpgp_send_key(3)
Impressum