From: Nikos Mavrogiannopoulos Date: Thu, 11 Aug 2011 19:31:15 +0000 (+0200) Subject: updates X-Git-Tag: gnutls_3_0_1~15^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c67dcd8b833b63f26d1a34b7205d2758e0758542;p=thirdparty%2Fgnutls.git updates --- diff --git a/doc/alert-printlist.c b/doc/alert-printlist.c index 88b17958ad..4d7ad38de4 100644 --- a/doc/alert-printlist.c +++ b/doc/alert-printlist.c @@ -110,7 +110,7 @@ const char* _name; puts( headers); -printf("\\begin{supertabular}{|l|p{1cm}|p{3.5cm}|}\n\\label{tab:alerts}\n"); +printf("\\begin{supertabular}{|p{.50\\linewidth}|p{.07\\linewidth}|p{.34\\linewidth}|}\n\\label{tab:alerts}\n"); { size_t i; diff --git a/doc/cha-intro-tls.texi b/doc/cha-intro-tls.texi index 58a81f5e03..a27c21784e 100644 --- a/doc/cha-intro-tls.texi +++ b/doc/cha-intro-tls.texi @@ -312,8 +312,8 @@ The alert protocol is there to allow signals to be sent between peers. These signals are mostly used to inform the peer about the cause of a protocol failure. Some of these signals are used internally by the protocol and the application protocol does not have to cope with them -(e.g. @code{GNUTLS_A_CLOSE_NOTIFY}), and others refer to the -application protocol solely (e.g. @code{GNUTLS_A_USER_CANCELLED}). An +(e.g. @code{GNUTLS_\-A_\-CLOSE_\-NOTIFY}), and others refer to the +application protocol solely (e.g. @code{GNUTLS_\-A_\-USER_\-CANCELLED}). An alert signal includes a level indication which may be either fatal or warning. Fatal alerts always terminate the current connection, and prevent future re-negotiations using the current session ID. All alert @@ -334,7 +334,6 @@ protocol are shown below. @include alerts.texi - @node The TLS Handshake Protocol @section The TLS handshake protocol @anchor{The Handshake Protocol} diff --git a/doc/cha-library.texi b/doc/cha-library.texi index cf5a2cf20a..2fb96ab12f 100644 --- a/doc/cha-library.texi +++ b/doc/cha-library.texi @@ -35,9 +35,9 @@ include: @acronym{GnuTLS} consists of three independent parts, namely the ``TLS protocol part'', the ``Certificate part'', and the ``Cryptographic -back-end'' part. The `TLS protocol part' is the actual protocol +back-end'' part. The ``TLS protocol part'' is the actual protocol implementation, and is entirely implemented within the -@acronym{GnuTLS} library. The `Certificate part' consists of the +@acronym{GnuTLS} library. The ``Certificate part'' consists of the certificate parsing, and verification functions which is partially implemented in the @acronym{GnuTLS} library. The libtasn1@footnote{@url{http://www.gnu.org/software/libtasn1/}}, @@ -116,10 +116,10 @@ to be taken. Thus negative error codes may be fatal or not. Fatal errors terminate the connection immediately and further sends and receives will be disallowed. Such an example is -@code{GNUTLS_E_DECRYPTION_FAILED}. Non-fatal errors may warn about +@code{GNUTLS_\-E_\-DECRYPTION_\-FAILED}. Non-fatal errors may warn about something, i.e., a warning alert was received, or indicate the some action has to be taken. This is the case with the error code -@code{GNUTLS_E_REHANDSHAKE} returned by @funcref{gnutls_record_recv}. +@code{GNUTLS_\-E_\-REHANDSHAKE} returned by @funcref{gnutls_record_recv}. This error code indicates that the server requests a re-handshake. The client may ignore this request, or may reply with an alert. You can test if an error code is a fatal one by using the diff --git a/doc/cha-programs.texi b/doc/cha-programs.texi index 531f0eee42..46dfe107be 100644 --- a/doc/cha-programs.texi +++ b/doc/cha-programs.texi @@ -817,8 +817,8 @@ Normally the file will generate random keys for the indicated username. @cindex srptool The @file{srptool} is a very simple program that emulates the programs -in the @emph{Stanford SRP libraries}, see -@url{http://srp.stanford.edu/}. It is intended for use in places +in the @emph{Stanford SRP libraries}@footnote{See +@url{http://srp.stanford.edu/}.}. It is intended for use in places where you don't expect @acronym{SRP} authentication to be the used for system users. diff --git a/doc/errcodes.c b/doc/errcodes.c index 097d0803ad..d00d25ca4e 100644 --- a/doc/errcodes.c +++ b/doc/errcodes.c @@ -149,7 +149,7 @@ error_name names_to_sort[MAX_CODES]; /* up to MAX_CODES names */ puts( headers); -printf("\\begin{supertabular}{|l|p{6.3cm}|}\n"); +printf("\\begin{supertabular}{|p{.52\\linewidth}|p{.40\\linewidth}|}\n"); memset( names_to_sort, 0, sizeof(names_to_sort)); j=0; @@ -171,7 +171,7 @@ for (i=0;i