gnutls/gnutls-2.10.1-nosrp.patch

51 lines
2.1 KiB
Diff

diff -up gnutls-2.10.1/doc/gnutls.texi.nosrp gnutls-2.10.1/doc/gnutls.texi
--- gnutls-2.10.1/doc/gnutls.texi.nosrp 2010-06-21 09:50:55.000000000 +0200
+++ gnutls-2.10.1/doc/gnutls.texi 2010-08-04 11:58:22.000000000 +0200
@@ -524,7 +524,7 @@ data to the transport layer.
@end itemize
Other callback functions such as the one set by
-@ref{gnutls_srp_set_server_credentials_function}, may require more
+gnutls_srp_set_server_credentials_function, may require more
complicated input, including data to be allocated. These callbacks
should allocate and free memory using the functions shown below.
@@ -1576,9 +1576,9 @@ authenticated using a certificate with R
If clients supporting @acronym{SRP} know the username and password
before the connection, should initialize the client credentials and
-call the function @ref{gnutls_srp_set_client_credentials}.
+call the function gnutls_srp_set_client_credentials.
Alternatively they could specify a callback function by using the
-function @ref{gnutls_srp_set_client_credentials_function}. This has
+function gnutls_srp_set_client_credentials_function. This has
the advantage that allows probing the server for @acronym{SRP}
support. In that case the callback function will be called twice per
handshake. The first time is before the ciphersuite is negotiated,
@@ -1593,20 +1593,20 @@ In server side the default behaviour of
the usernames and @acronym{SRP} verifiers from password files. These
password files are the ones used by the @emph{Stanford srp libraries}
and can be specified using the
-@ref{gnutls_srp_set_server_credentials_file}. If a different
+gnutls_srp_set_server_credentials_file. If a different
password file format is to be used, then the function
-@ref{gnutls_srp_set_server_credentials_function}, should be called,
+gnutls_srp_set_server_credentials_function, should be called,
in order to set an appropriate callback.
Some helper functions such as
@itemize
-@item @ref{gnutls_srp_verifier}
+@item gnutls_srp_verifier
-@item @ref{gnutls_srp_base64_encode}
+@item gnutls_srp_base64_encode
-@item @ref{gnutls_srp_base64_decode}
+@item gnutls_srp_base64_decode
@end itemize