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

« back to all changes in this revision

Viewing changes to doc/manpages/gnutls_srp_base64_decode_alloc.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_srp_base64_decode_alloc" 3 "1.4.0" "gnutls" "gnutls"
 
1
.\" DO NOT MODIFY THIS FILE!  It was generated by gdoc.
 
2
.TH "gnutls_srp_base64_decode_alloc" 3 "1.4.4" "gnutls" "gnutls"
2
3
.SH NAME
3
 
gnutls_srp_base64_decode_alloc
 
4
gnutls_srp_base64_decode_alloc \- This function will decode base64 encoded data
4
5
.SH SYNOPSIS
5
6
.B #include <gnutls/gnutls.h>
6
7
.sp
15
16
will be allocated, and stored into result.
16
17
It will decode using the base64 algorithm found in libsrp.
17
18
 
18
 
You should use 
19
 
.B "gnutls_free()"
20
 
to free the returned data.
 
19
You should use \fBgnutls_free()\fP to free the returned data.
21
20
.SH "REPORTING BUGS"
22
21
Report bugs to <bug-gnutls@gnu.org>.
23
22
.SH COPYRIGHT