Sha256: 2f3d49c41e06d338118020c0d821980da5c856beab8383ea2b0e218f3eaa6bb8
Contents?: true
Size: 1.33 KB
Versions: 4
Compression:
Stored size: 1.33 KB
Contents
.\" DO NOT MODIFY THIS FILE! It was generated by gdoc. .TH "gnutls_openpgp_send_cert" 3 "2.4.2" "gnutls" "gnutls" .SH NAME gnutls_openpgp_send_cert \- order gnutls to send the openpgp fingerprint instead of the key .SH SYNOPSIS .B #include <gnutls/gnutls.h> .sp .BI "void gnutls_openpgp_send_cert(gnutls_session_t " session ", gnutls_openpgp_crt_status_t " status ");" .SH ARGUMENTS .IP "gnutls_session_t session" 12 is a pointer to a \fBgnutls_session_t\fP structure. .IP "gnutls_openpgp_crt_status_t status" 12 is one of GNUTLS_OPENPGP_CERT, or GNUTLS_OPENPGP_CERT_FINGERPRINT .SH "DESCRIPTION" This function will order gnutls to send the key fingerprint instead of the key in the initial handshake procedure. This should be used with care and only when there is indication or knowledge that the server can obtain the client's key. .SH "REPORTING BUGS" Report bugs to <bug-gnutls@gnu.org>. .SH COPYRIGHT Copyright \(co 2008 Free Software Foundation. .br Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies. .SH "SEE ALSO" The full documentation for .B gnutls is maintained as a Texinfo manual. If the .B info and .B gnutls programs are properly installed at your site, the command .IP .B info gnutls .PP should give you access to the complete manual.
Version data entries
4 entries across 4 versions & 1 rubygems