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

« back to all changes in this revision

Viewing changes to debian/patches/30_man_hyphen_certificate_server_set_retrieve.patch

  • 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
 
diff -Nur gnutls13-1.4.0/doc/manpages/gnutls_certificate_server_set_retrieve_function.3 gnutls13-1.4.0.new/doc/manpages/gnutls_certificate_server_set_retrieve_function.3
2
 
--- gnutls13-1.4.0/doc/manpages/gnutls_certificate_server_set_retrieve_function.3       2006-05-11 23:20:30.000000000 +0100
3
 
+++ gnutls13-1.4.0.new/doc/manpages/gnutls_certificate_server_set_retrieve_function.3   2006-06-06 15:22:53.000000000 +0100
4
 
@@ -26,7 +26,7 @@
5
 
 handshake, after the certificate request message has been received.
6
 
 
7
 
 The callback function should set the certificate list to be sent, and
8
 
-return 0 on success.  The value (-1) indicates error and the handshake
9
 
+return 0 on success.  The value (\-1) indicates error and the handshake
10
 
 will be terminated.
11
 
 .SH "REPORTING BUGS"
12
 
 Report bugs to <bug-gnutls@gnu.org>.