]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
updates
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 11 Aug 2011 19:31:15 +0000 (21:31 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 11 Aug 2011 19:31:15 +0000 (21:31 +0200)
doc/alert-printlist.c
doc/cha-intro-tls.texi
doc/cha-library.texi
doc/cha-programs.texi
doc/errcodes.c
doc/printlist.c

index 88b17958ad71357492e57b36f8b930f8e0352063..4d7ad38de45af89235117e3e27fc06586461bf8f 100644 (file)
@@ -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;
index 58a81f5e03050a6ed8c39b8d0673720248ea6e0b..a27c21784e2db28168952fa6f3f1d965158d25fd 100644 (file)
@@ -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}
index cf5a2cf20a7672da68557698defac4b494a0e7d5..2fb96ab12f3913a4ce5a7b5135be61c6e5802dbd 100644 (file)
@@ -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
index 531f0eee42e560433388bbef67e240a37e4541eb..46dfe107be81ed92907cf4333470daabe0371f94 100644 (file)
@@ -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.
 
index 097d0803ad25567e75222e0056bd2bbf0e52184a..d00d25ca4e1fadf2c4e8ca7c77088253d044f8d4 100644 (file)
@@ -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<j;i++)
    desc = gnutls_strerror( names_to_sort[i].error_index);
    if (desc == NULL || _name == NULL) continue;
 
-   printf( "{\\tiny{%s}} & %s", escape_string(_name, buffer1, sizeof(buffer1)), escape_string(desc, buffer2, sizeof(buffer2)));
+   printf( "{\\scriptsize{%s}} & %s", escape_string(_name, buffer1, sizeof(buffer1)), escape_string(desc, buffer2, sizeof(buffer2)));
    printf( "\\\\\n");
 }
 
index f7f467313a6e44dd3e5e3fa2f8b389b547720fdb..ac6c1d2847ffb0a71e6bc5b27b29d7828e73b4be 100644 (file)
@@ -200,7 +200,7 @@ const char* _name;
 
 puts( headers);
 
-printf("\\begin{supertabular}{|l|p{1.8cm}|p{1.6cm}|}\n");
+printf("\\begin{supertabular}{|p{.60\\linewidth}|p{.15\\linewidth}|p{.10\\linewidth}|}\n");
 
   {
     size_t i;