gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, master, updated. gnutls_3_0_18-44-gbb9d96b


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_18-44-gbb9d96b
Date: Sun, 22 Apr 2012 15:26:30 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=bb9d96bae90cde2a5e5e18f52e1d7a7e419d2d76

The branch, master has been updated
       via  bb9d96bae90cde2a5e5e18f52e1d7a7e419d2d76 (commit)
      from  d6d572b972e51d21f6ad9780a5be5a68c8c9a196 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit bb9d96bae90cde2a5e5e18f52e1d7a7e419d2d76
Author: Patrick Pelletier <address@hidden>
Date:   Sat Apr 21 15:32:32 2012 -0700

    documentation and comment fixes
    
    Signed-off-by: Nikos Mavrogiannopoulos <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 NEWS                       |    2 +-
 README-alpha               |    3 ++-
 doc/cha-intro-tls.texi     |    2 +-
 lib/accelerated/x86/README |    4 ++--
 lib/auth/dh_common.c       |    2 +-
 lib/auth/dhe.c             |    4 ++--
 lib/auth/srp.c             |    2 +-
 lib/auth/srp_sb64.c        |    4 ++--
 lib/gnutls_state.c         |   20 ++++++++++----------
 lib/nettle/mpi.c           |    2 +-
 10 files changed, 23 insertions(+), 22 deletions(-)

diff --git a/NEWS b/NEWS
index 1fb3f67..de2a428 100644
--- a/NEWS
+++ b/NEWS
@@ -142,7 +142,7 @@ No changes since last version.
 ** gnutls-cli: added the --ocsp option which will verify
 the peer's certificate with OCSP.
 
-** gnutls-cli: added the --tofu and if specified, gnutls-cli
+** gnutls-cli: added the --tofu option and if specified, gnutls-cli
 will use an ssh-style authentication method.
 
 ** gnutls-cli: if no --x509cafile is provided a default is
diff --git a/README-alpha b/README-alpha
index 64d6023..5443ef0 100644
--- a/README-alpha
+++ b/README-alpha
@@ -20,9 +20,10 @@ We require several tools to check out and build the 
software, including:
 - Texlive & epsf <http://www.tug.org/texlive/> (for PDF manual)
 - CVS <http://www.gnu.org/software/cvs/> (for gettext autopoint)
 - GTK-DOC <http://www.gtk.org/gtk-doc/> (for API manual)
-- Git <http://git.or.cz/>
+- Git <http://git-scm.com/>
 - Perl <http://www.cpan.org/>
 - Valgrind <http://valgrind.org/> (optional)
+- Nettle <http://www.lysator.liu.se/~nisse/nettle/>
 - Guile <http://www.gnu.org/software/guile/>
 - p11-kit <http://p11-glue.freedesktop.org/p11-kit.html>
 - libtasn1 <http://josefsson.org/libtasn1/> (optional)
diff --git a/doc/cha-intro-tls.texi b/doc/cha-intro-tls.texi
index 428319c..3ab1d65 100644
--- a/doc/cha-intro-tls.texi
+++ b/doc/cha-intro-tls.texi
@@ -574,7 +574,7 @@ legitimate end of data or not.
 @item Weak message integrity for export ciphers.
 The cryptographic keys in @acronym{SSLv2} are used for both message
 authentication and encryption, so if weak encryption schemes are
-negotiated (say 40-bit keys) the message authentication code use the
+negotiated (say 40-bit keys) the message authentication code uses the
 same weak key, which isn't necessary.
 
 @end itemize
diff --git a/lib/accelerated/x86/README b/lib/accelerated/x86/README
index ca3c546..7e35c47 100644
--- a/lib/accelerated/x86/README
+++ b/lib/accelerated/x86/README
@@ -1,4 +1,4 @@
-The AES-NI and Padlock implementation by Andy Polyakov are not part of the 
-GnuTLS library, but is used with GnuTLS. Their license is included in 
+The AES-NI and Padlock implementations by Andy Polyakov are not part of the
+GnuTLS library, but are used with GnuTLS. Their license is included in
 license.txt.
 
diff --git a/lib/auth/dh_common.c b/lib/auth/dh_common.c
index f4bba1a..56faee4 100644
--- a/lib/auth/dh_common.c
+++ b/lib/auth/dh_common.c
@@ -22,7 +22,7 @@
 
 /* This file contains common stuff in Ephemeral Diffie-Hellman (DHE)
  * and Anonymous DH key exchange(DHA). These are used in the handshake
- * procedure of the certificate and anoymous authentication.
+ * procedure of the certificate and anonymous authentication.
  */
 
 #include "gnutls_int.h"
diff --git a/lib/auth/dhe.c b/lib/auth/dhe.c
index 4fb59d4..26e0718 100644
--- a/lib/auth/dhe.c
+++ b/lib/auth/dhe.c
@@ -48,7 +48,7 @@ const mod_auth_st ecdhe_ecdsa_auth_struct = {
   _gnutls_gen_cert_server_crt,
   _gnutls_gen_cert_client_crt,
   gen_dhe_server_kx,
-  _gnutls_gen_ecdh_common_client_kx,   /* This is the only different */
+  _gnutls_gen_ecdh_common_client_kx,   /* This is the only difference */
   _gnutls_gen_cert_client_crt_vrfy,
   _gnutls_gen_cert_server_cert_req,
 
@@ -65,7 +65,7 @@ const mod_auth_st ecdhe_rsa_auth_struct = {
   _gnutls_gen_cert_server_crt,
   _gnutls_gen_cert_client_crt,
   gen_dhe_server_kx,
-  _gnutls_gen_ecdh_common_client_kx,   /* This is the only different */
+  _gnutls_gen_ecdh_common_client_kx,   /* This is the only difference */
   _gnutls_gen_cert_client_crt_vrfy,
   _gnutls_gen_cert_server_cert_req,
 
diff --git a/lib/auth/srp.c b/lib/auth/srp.c
index 29ed633..835c871 100644
--- a/lib/auth/srp.c
+++ b/lib/auth/srp.c
@@ -675,7 +675,7 @@ check_g_n (const uint8_t * g, size_t n_g, const uint8_t * 
n, size_t n_n)
 }
 
 /* Check if N is a prime and G a generator of the
- * group. This is check only done if N is big enough.
+ * group. This check is only done if N is big enough.
  * Otherwise only the included parameters must be used.
  */
 static int
diff --git a/lib/auth/srp_sb64.c b/lib/auth/srp_sb64.c
index 4298f33..7327ab5 100644
--- a/lib/auth/srp_sb64.c
+++ b/lib/auth/srp_sb64.c
@@ -27,8 +27,8 @@
 
 #ifdef ENABLE_SRP
 
-/* this a modified base64 for srp !!! 
- * It seems that everybody makes an own base64 conversion.
+/* this is a modified base64 for srp !!!
+ * It seems that everybody makes their own base64 conversion.
  */
 static const uint8_t b64table[] =
   "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz./";
diff --git a/lib/gnutls_state.c b/lib/gnutls_state.c
index 89d66f2..6fae277 100644
--- a/lib/gnutls_state.c
+++ b/lib/gnutls_state.c
@@ -980,17 +980,17 @@ _gnutls_PRF (gnutls_session_t session,
  * Apply the TLS Pseudo-Random-Function (PRF) on the master secret
  * and the provided data.
  *
- * The @label variable usually contain a string denoting the purpose
- * for the generated data.  The @seed usually contain data such as the
+ * The @label variable usually contains a string denoting the purpose
+ * for the generated data.  The @seed usually contains data such as the
  * client and server random, perhaps together with some additional
  * data that is added to guarantee uniqueness of the output for a
  * particular purpose.
  *
  * Because the output is not guaranteed to be unique for a particular
- * session unless @seed include the client random and server random
+ * session unless @seed includes the client random and server random
  * fields (the PRF would output the same data on another connection
  * resumed from the first one), it is not recommended to use this
- * function directly.  The gnutls_prf() function seed the PRF with the
+ * function directly.  The gnutls_prf() function seeds the PRF with the
  * client and server random fields directly, and is recommended if you
  * want to generate pseudo random data unique for each session.
  *
@@ -1027,14 +1027,14 @@ gnutls_prf_raw (gnutls_session_t session,
  * Apply the TLS Pseudo-Random-Function (PRF) on the master secret
  * and the provided data, seeded with the client and server random fields.
  *
- * The @label variable usually contain a string denoting the purpose
- * for the generated data.  The @server_random_first indicate whether
+ * The @label variable usually contains a string denoting the purpose
+ * for the generated data.  The @server_random_first indicates whether
  * the client random field or the server random field should be first
- * in the seed.  Non-0 indicate that the server random field is first,
+ * in the seed.  Non-0 indicates that the server random field is first,
  * 0 that the client random field is first.
  *
  * The @extra variable can be used to add more data to the seed, after
- * the random variables.  It can be used to tie make sure the
+ * the random variables.  It can be used to make sure the
  * generated output is strongly connected to some additional data
  * (e.g., a string used in user authentication).
  *
@@ -1218,7 +1218,7 @@ gnutls_session_get_ptr (gnutls_session_t session)
  * @ptr: is the user pointer
  *
  * This function will set (associate) the user given pointer @ptr to
- * the session structure.  This is pointer can be accessed with
+ * the session structure.  This pointer can be accessed with
  * gnutls_session_get_ptr().
  **/
 void
@@ -1438,7 +1438,7 @@ gnutls_protocol_get_version (gnutls_session_t session)
  * @client: the client part of the random
  * @server: the server part of the random
  *
- * This functions returns pointers to the client and server
+ * This function returns pointers to the client and server
  * random fields used in the TLS handshake. The pointers are
  * not to be modified or deallocated.
  *
diff --git a/lib/nettle/mpi.c b/lib/nettle/mpi.c
index d4612b8..cd4e9a7 100644
--- a/lib/nettle/mpi.c
+++ b/lib/nettle/mpi.c
@@ -519,7 +519,7 @@ gen_group (mpz_t * prime, mpz_t * generator, unsigned int 
nbits, unsigned int *q
   _gnutls_debug_log ("Found prime q of %u bits. Looking for generator...\n",
                      *q_bits);
 
-  /* finally a prime! Let calculate generator
+  /* finally a prime! Let's calculate generator
    */
 
   /* c = r^((p-1)/q), r == random


hooks/post-receive
-- 
GNU gnutls



reply via email to

[Prev in Thread] Current Thread [Next in Thread]