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

« back to all changes in this revision

Viewing changes to doc/manpages/gnutls_ia_handshake.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_ia_handshake" 3 "1.4.0" "gnutls" "gnutls"
 
1
.\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
 
2
.TH "gnutls_ia_handshake" 3 "1.4.4" "gnutls" "gnutls"
2
3
.SH NAME
3
 
gnutls_ia_handshake
 
4
gnutls_ia_handshake \- API function
4
5
.SH SYNOPSIS
5
6
.B #include <gnutls/extra.h>
6
7
.sp
7
8
.BI "int gnutls_ia_handshake(gnutls_session_t " session ");"
8
9
.SH ARGUMENTS
9
10
.IP "gnutls_session_t session" 12
10
 
is a 
11
 
.I "gnutls_session_t"
12
 
structure.
 
11
is a \fBgnutls_session_t\fP structure.
13
12
.SH "DESCRIPTION"
14
13
Perform a TLS/IA handshake.  This should be called after
15
 
 
16
 
.B "gnutls_handshake()"
17
 
iff 
18
 
.B "gnutls_ia_handshake_p()"
19
 
.
 
14
\fBgnutls_handshake()\fP iff \fBgnutls_ia_handshake_p()\fP.
20
15
 
21
16
Return 0 on success, or an error code.
22
17
.SH "REPORTING BUGS"