~ubuntu-branches/ubuntu/gutsy/gnutls13/gutsy-proposed

« back to all changes in this revision

Viewing changes to doc/manpages/gnutls_transport_set_pull_function.3

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Metzler
  • Date: 2006-11-11 10:35:29 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061111103529-0apz2q4w35cgjynh
Tags: 1.4.4-3
Pulled /patches/18_negotiate_cypher.diff from 1.4.5:
When a GnuTLS server receive a SSLv2 Client Hello for an unknown TLS
version, try to negotiate the highest version support by the GnuTLS
server, instead of the lowest.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH "gnutls_transport_set_pull_function" 3 "1.4.0" "gnutls" "gnutls"
 
1
.\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
 
2
.TH "gnutls_transport_set_pull_function" 3 "1.4.4" "gnutls" "gnutls"
2
3
.SH NAME
3
 
gnutls_transport_set_pull_function
 
4
gnutls_transport_set_pull_function \- This function sets a read like function
4
5
.SH SYNOPSIS
5
6
.B #include <gnutls/gnutls.h>
6
7
.sp
9
10
.IP "gnutls_session_t session" 12
10
11
gnutls session
11
12
.IP "gnutls_pull_func pull_func" 12
12
 
a callback function similar to 
13
 
.B "read()"
 
13
a callback function similar to \fBread()\fP
14
14
.SH "DESCRIPTION"
15
15
This is the function where you set a function for gnutls 
16
16
to receive data. Normally, if you use berkeley style sockets,