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_2_9_10-34-g5fc3704


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_2_9_10-34-g5fc3704
Date: Sat, 22 May 2010 19:49:19 +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=5fc3704e32462fb649b912749afbba6578df6ce0

The branch, master has been updated
       via  5fc3704e32462fb649b912749afbba6578df6ce0 (commit)
      from  78149b946d3cff7be0acac9c25209d553a4c7504 (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 5fc3704e32462fb649b912749afbba6578df6ce0
Author: Simon Josefsson <address@hidden>
Date:   Sat May 22 21:49:15 2010 +0200

    Change GNU TLS into GnuTLS.

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

Summary of changes:
 AUTHORS                         |    2 +-
 ChangeLog.1                     |    2 +-
 NEWS                            |    8 ++++----
 README                          |    2 +-
 README-alpha                    |    2 +-
 THANKS                          |    2 +-
 doc/gnutls.texi                 |   18 +++++++++---------
 doc/manpages/gnutls-cli-debug.1 |    2 +-
 doc/manpages/gnutls-cli.1       |    2 +-
 doc/manpages/gnutls-serv.1      |    2 +-
 doc/manpages/srptool.1          |    2 +-
 doc/reference/gnutls-docs.sgml  |    9 ++++-----
 lib/ext_safe_renegotiation.c    |    6 ------
 lib/gnutls_handshake.c          |    1 -
 src/cli-gaa.c                   |    2 +-
 src/cli.gaa                     |    2 +-
 src/serv-gaa.c                  |    2 +-
 src/serv.gaa                    |    2 +-
 src/tls_test-gaa.c              |    2 +-
 src/tls_test.gaa                |    2 +-
 20 files changed, 32 insertions(+), 40 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index 6bb050b..686adf6 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,4 +1,4 @@
-GNU TLS AUTHORS -- Information about the authors.
+GnuTLS AUTHORS -- Information about the authors.
 Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005,
               2006, 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
 See the end for copying conditions.
diff --git a/ChangeLog.1 b/ChangeLog.1
index fcfd077..65a7cb0 100644
--- a/ChangeLog.1
+++ b/ChangeLog.1
@@ -19549,7 +19549,7 @@
 
        * Makefile.am, NEWS, README, THANKS, acconfig.h, acinclude.m4,
        configure.in, lib/Makefile.am, src/Makefile.am: Initialized
-       repository for GNU TLS
+       repository for GnuTLS
 
 ----------------------------------------------------------------------
   Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, 
Inc.
diff --git a/NEWS b/NEWS
index 9514582..558db4a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-GNU TLS NEWS -- History of user-visible changes.                -*- outline -*-
+GnuTLS NEWS -- History of user-visible changes.                -*- outline -*-
 Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005,
               2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 See the end for copying conditions.
@@ -1041,7 +1041,7 @@ No changes since last version.
 
 ** libgnutls: Fix X.509 certificate chain validation error. [GNUTLS-SA-2008-3]
 The flaw makes it possible for man in the middle attackers (i.e.,
-active attackers) to assume any name and trick GNU TLS clients into
+active attackers) to assume any name and trick GnuTLS clients into
 trusting that name.  Thanks for report and analysis from Martin von
 Gagern <address@hidden>.  [CVE-2008-4989]
 
@@ -1316,7 +1316,7 @@ No changes since last version.
 
 ** libgnutls: Fix X.509 certificate chain validation error. [GNUTLS-SA-2008-3]
 The flaw makes it possible for man in the middle attackers (i.e.,
-active attackers) to assume any name and trick GNU TLS clients into
+active attackers) to assume any name and trick GnuTLS clients into
 trusting that name.  Thanks for report and analysis from Martin von
 Gagern <address@hidden>.  [CVE-2008-4989]
 
@@ -1733,7 +1733,7 @@ certificate.  Reported by Michael Meskes <address@hidden> 
in
 
 ** libgnutls: Fix X.509 certificate chain validation error. [GNUTLS-SA-2008-3]
 The flaw makes it possible for man in the middle attackers (i.e.,
-active attackers) to assume any name and trick GNU TLS clients into
+active attackers) to assume any name and trick GnuTLS clients into
 trusting that name.  Thanks for report and analysis from Martin von
 Gagern <address@hidden>.  [CVE-2008-4989]
 
diff --git a/README b/README
index a6e0599..d010cc5 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-GNU TLS README -- Important introductory notes.
+GnuTLS README -- Important introductory notes.
 Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005,
               2006, 2007, 2008, 2009, 2010  Free Software Foundation, Inc.
 See the end for copying conditions.
diff --git a/README-alpha b/README-alpha
index 49cdc97..1da7ec8 100644
--- a/README-alpha
+++ b/README-alpha
@@ -1,4 +1,4 @@
-GNU TLS README-alpha -- Information for developers.             -*- outline -*-
+GnuTLS README-alpha -- Information for developers.              -*- outline -*-
 Copyright (C) 2009, 2010  Free Software Foundation, Inc.
 See the end for copying conditions.
 
diff --git a/THANKS b/THANKS
index 46c3347..a774394 100644
--- a/THANKS
+++ b/THANKS
@@ -1,4 +1,4 @@
-GNU TLS THANKS -- Acknowledgements.
+GnuTLS THANKS -- Acknowledgements.
 Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010  Free Software Foundation, 
Inc.
 Copyright (C) 2000, 2001, 2002, 2003, 2004 Nikos Mavrogiannopoulos
 See the end for copying conditions.
diff --git a/doc/gnutls.texi b/doc/gnutls.texi
index cf6185e..5efa562 100644
--- a/doc/gnutls.texi
+++ b/doc/gnutls.texi
@@ -2,7 +2,7 @@
 @comment %**start of header
 @setfilename gnutls.info
 @include version.texi
address@hidden GNU TLS @value{VERSION}
address@hidden GnuTLS @value{VERSION}
 
 @c don't indent the paragraphs.
 @paragraphindent 0
@@ -15,7 +15,7 @@
 @finalout
 @copying
 This manual is last updated @value{UPDATED} for version
address@hidden of GNU TLS.
address@hidden of GnuTLS.
 
 Copyright @copyright{} 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 
2010 Free Software Foundation, Inc.
 
@@ -37,15 +37,15 @@ Documentation License''.
 @dircategory System Administration
 @direntry
 * certtool: (gnutls)Invoking certtool. Manipulate certificates and keys.
-* gnutls-serv: (gnutls)Invoking gnutls-serv.   GNU TLS test server.
-* gnutls-cli: (gnutls)Invoking gnutls-cli.     GNU TLS test client.
-* gnutls-cli-debug: (gnutls)Invoking gnutls-cli-debug. GNU TLS debug client.
+* gnutls-serv: (gnutls)Invoking gnutls-serv.   GnuTLS test server.
+* gnutls-cli: (gnutls)Invoking gnutls-cli.     GnuTLS test client.
+* gnutls-cli-debug: (gnutls)Invoking gnutls-cli-debug. GnuTLS debug client.
 * psktool: (gnutls)Invoking psktool.   Simple TLS-Pre-Shared-Keys manager.
 * srptool: (gnutls)Invoking srptool.   Simple SRP password tool.
 @end direntry
 
 @titlepage
address@hidden GNU TLS
address@hidden GnuTLS
 @subtitle Transport Layer Security Library for the GNU system
 @subtitle for version @value{VERSION}, @value{UPDATED}
 @sp 7
@@ -65,7 +65,7 @@ Documentation License''.
 
 @ifnottex
 @node Top
address@hidden GNU TLS
address@hidden GnuTLS
 
 @insertcopying
 @end ifnottex
@@ -3153,7 +3153,7 @@ computer.  It sets up a TLS connection and forwards data 
from the
 standard input to the secured socket and vice versa.
 
 @verbatim
-GNU TLS test client
+GnuTLS test client
 Usage:  gnutls-cli [options] hostname
 
      -d, --debug integer      Enable debugging
@@ -3325,7 +3325,7 @@ Checking for OpenPGP authentication support (TLS 
extension)... no
 Simple server program that listens to incoming TLS connections.
 
 @verbatim
-GNU TLS test server
+GnuTLS test server
 Usage: gnutls-serv [options]
 
      -d, --debug integer      Enable debugging
diff --git a/doc/manpages/gnutls-cli-debug.1 b/doc/manpages/gnutls-cli-debug.1
index eec3972..bec44cd 100644
--- a/doc/manpages/gnutls-cli-debug.1
+++ b/doc/manpages/gnutls-cli-debug.1
@@ -1,6 +1,6 @@
 .TH gnutls\-cli\-debug 1 "December 1st 2003"
 .SH NAME
-gnutls\-cli\-debug \- GNU TLS test client, with verbose output
+gnutls\-cli\-debug \- GnuTLS test client, with verbose output
 .SH SYNOPSIS
 gnutls\-cli\-debug [\fIoptions\fR] \fIhostname\fI
 .SH DESCRIPTION
diff --git a/doc/manpages/gnutls-cli.1 b/doc/manpages/gnutls-cli.1
index 4e1f483..61a6892 100644
--- a/doc/manpages/gnutls-cli.1
+++ b/doc/manpages/gnutls-cli.1
@@ -1,6 +1,6 @@
 .TH gnutls\-cli 1 "December 1st 2003"
 .SH NAME
-gnutls\-cli \- GNU TLS test client
+gnutls\-cli \- GnuTLS test client
 .SH SYNOPSIS
 gnutls\-cli [\fIoptions\fR] \fIhostname\fI
 .SH DESCRIPTION
diff --git a/doc/manpages/gnutls-serv.1 b/doc/manpages/gnutls-serv.1
index 710dfc3..a70b8d5 100644
--- a/doc/manpages/gnutls-serv.1
+++ b/doc/manpages/gnutls-serv.1
@@ -1,6 +1,6 @@
 .TH gnutls\-serv 1 "December 1st 2003"
 .SH NAME
-gnutls\-serv \- GNU TLS test server
+gnutls\-serv \- GnuTLS test server
 .SH SYNOPSIS
 gnutls\-serv [\fIoptions\fR]
 .SH DESCRIPTION
diff --git a/doc/manpages/srptool.1 b/doc/manpages/srptool.1
index 1ae0b25..51c8093 100644
--- a/doc/manpages/srptool.1
+++ b/doc/manpages/srptool.1
@@ -5,7 +5,7 @@ srptool \- Simple SRP password tool
 srptool [\fIoptions\fR]
 .SH DESCRIPTION
 Very simple program that emulates the programs in the Stanford SRP
-(Secure Remote Password) libraries using GNU TLS.
+(Secure Remote Password) libraries using GnuTLS.
 It is intended for use in places where you don't expect SRP
 authentication to be the used for system users.
 
diff --git a/doc/reference/gnutls-docs.sgml b/doc/reference/gnutls-docs.sgml
index 07d798a..f970dcd 100644
--- a/doc/reference/gnutls-docs.sgml
+++ b/doc/reference/gnutls-docs.sgml
@@ -3,16 +3,15 @@
                "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd";>
 <book id="index" xmlns:xi="http://www.w3.org/2003/XInclude";>
   <bookinfo>
-    <title>GNU TLS API Reference Manual</title>
+    <title>GnuTLS API Reference Manual</title>
   </bookinfo>
 
   <chapter id="intro">
-    <title>GNU TLS API Reference Manual</title>
+    <title>GnuTLS API Reference Manual</title>
 
     <para>
-      This is the GNU TLS library, a implementation of the TLS
-      (Transport Layer Security) and SSL (Secure Sockets Layer) for
-      the GNU project.
+      GnuTLS is a implementation of the TLS (Transport Layer Security)
+      and SSL (Secure Sockets Layer) protocols for the GNU project.
     </para>
 
     <para>
diff --git a/lib/ext_safe_renegotiation.c b/lib/ext_safe_renegotiation.c
index 3c0a404..15b9137 100644
--- a/lib/ext_safe_renegotiation.c
+++ b/lib/ext_safe_renegotiation.c
@@ -37,12 +37,6 @@ _gnutls_safe_renegotiation_recv_params (gnutls_session_t 
session,
 
   DECR_LEN (data_size, len + 1 /* count the first byte and payload */ );
 
-  if (session->internals.priorities.disable_safe_renegotiation != 0)
-    {
-      gnutls_assert ();
-      return 0;
-    }
-
   /* It is not legal to receive this extension on a renegotiation and
    * not receive it on the initial negotiation.
    */
diff --git a/lib/gnutls_handshake.c b/lib/gnutls_handshake.c
index b1b44c7..fe7cd98 100644
--- a/lib/gnutls_handshake.c
+++ b/lib/gnutls_handshake.c
@@ -864,7 +864,6 @@ _gnutls_server_select_suite (gnutls_session_t session, 
opaque * data,
 
   /* First, check for safe renegotiation SCSV.
    */
-  if (session->internals.priorities.disable_safe_renegotiation == 0) 
   {
     int offset;
 
diff --git a/src/cli-gaa.c b/src/cli-gaa.c
index 715b43b..40c8447 100644
--- a/src/cli-gaa.c
+++ b/src/cli-gaa.c
@@ -126,7 +126,7 @@ static void __gaa_helpsingle(char short_name, char *name,
 
 void gaa_help(void)
 {
-       printf("GNU TLS test client\nUsage:  gnutls-cli [options] 
hostname\n\n\n");
+       printf("GnuTLS test client\nUsage:  gnutls-cli [options] 
hostname\n\n\n");
        __gaa_helpsingle('d', "debug", "integer ", "Enable debugging");
        __gaa_helpsingle('r', "resume", "", "Connect, establish a session. 
Connect again and resume this session.");
        __gaa_helpsingle('e', "rehandshake", "", "Connect, establish a session 
and rehandshake immediately.");
diff --git a/src/cli.gaa b/src/cli.gaa
index 72502f7..79866f4 100644
--- a/src/cli.gaa
+++ b/src/cli.gaa
@@ -9,7 +9,7 @@ void cli_version(void);
 
 #}
 
-helpnode "GNU TLS test client\nUsage:  gnutls-cli [options] hostname\n\n"
+helpnode "GnuTLS test client\nUsage:  gnutls-cli [options] hostname\n\n"
 
 #int debug;
 option (d, debug) INT "integer" { $debug = $1 } "Enable debugging" 
diff --git a/src/serv-gaa.c b/src/serv-gaa.c
index 3f762ef..ab7472b 100644
--- a/src/serv-gaa.c
+++ b/src/serv-gaa.c
@@ -124,7 +124,7 @@ static void __gaa_helpsingle(char short_name, char *name,
 
 void gaa_help(void)
 {
-       printf("GNU TLS test server\nUsage: gnutls-serv [options]\n\n\n");
+       printf("GnuTLS test server\nUsage: gnutls-serv [options]\n\n\n");
        __gaa_helpsingle('d', "debug", "integer ", "Enable debugging");
        __gaa_helpsingle('g', "generate", "", "Generate Diffie-Hellman and 
RSA-EXPORT Parameters.");
        __gaa_helpsingle('p', "port", "integer ", "The port to connect to.");
diff --git a/src/serv.gaa b/src/serv.gaa
index 474542d..f4607f0 100644
--- a/src/serv.gaa
+++ b/src/serv.gaa
@@ -7,7 +7,7 @@ void serv_version(void);
 
 #}
 
-helpnode "GNU TLS test server\nUsage: gnutls-serv [options]\n\n"
+helpnode "GnuTLS test server\nUsage: gnutls-serv [options]\n\n"
 
 #int debug;
 option (d, debug) INT "integer" { $debug = $1 } "Enable debugging" 
diff --git a/src/tls_test-gaa.c b/src/tls_test-gaa.c
index c4f396d..d27ee1c 100644
--- a/src/tls_test-gaa.c
+++ b/src/tls_test-gaa.c
@@ -128,7 +128,7 @@ static void __gaa_helpsingle(char short_name, char *name,
 
 void gaa_help(void)
 {
-       printf("GNU TLS debug client\nUsage: gnutls-cli-debug [options] 
hostname\n\n\n");
+       printf("GnuTLS debug client\nUsage: gnutls-cli-debug [options] 
hostname\n\n\n");
        __gaa_helpsingle('p', "port", "integer ", "The port to connect to.");
        __gaa_helpsingle('d', "debug", "integer ", "Enable debugging");
        __gaa_helpsingle('V', "verbose", "", "More verbose output");
diff --git a/src/tls_test.gaa b/src/tls_test.gaa
index f28d99d..64a3a96 100644
--- a/src/tls_test.gaa
+++ b/src/tls_test.gaa
@@ -11,7 +11,7 @@ void tls_test_version(void);
 
 #}
 
-helpnode "GNU TLS debug client\nUsage: gnutls-cli-debug [options] hostname\n\n"
+helpnode "GnuTLS debug client\nUsage: gnutls-cli-debug [options] hostname\n\n"
 
 #int pp;
 option (p, port) INT "integer" { $pp = $1 } "The port to connect to."


hooks/post-receive
-- 
GNU gnutls



reply via email to

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