gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, gnutls_2_10_x, updated. gnutls_2_10_3-10-gcf4af


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, gnutls_2_10_x, updated. gnutls_2_10_3-10-gcf4af19
Date: Mon, 06 Dec 2010 14:05: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=cf4af191ea97973ccfc23a31799d6f6ee2b032a5

The branch, gnutls_2_10_x has been updated
       via  cf4af191ea97973ccfc23a31799d6f6ee2b032a5 (commit)
       via  7becb216f040ff5b6ce8ebdc8eddfe83cfba0b76 (commit)
      from  a37f2f9835a576de14a1a665ed8f874622e42ade (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 cf4af191ea97973ccfc23a31799d6f6ee2b032a5
Author: Simon Josefsson <address@hidden>
Date:   Mon Dec 6 15:04:58 2010 +0100

    Generated.

commit 7becb216f040ff5b6ce8ebdc8eddfe83cfba0b76
Author: Simon Josefsson <address@hidden>
Date:   Mon Dec 6 14:59:56 2010 +0100

    Version 2.10.4.

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

Summary of changes:
 ChangeLog |  103 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 NEWS      |    2 +-
 2 files changed, 104 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index a9b3183..43449b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,106 @@
+2010-12-06  Simon Josefsson <address@hidden>
+
+       * NEWS: Version 2.10.4.
+
+2010-12-06  Simon Josefsson <address@hidden>
+
+       * NEWS, lib/minitasn1/coding.c, lib/minitasn1/element.c,
+       lib/minitasn1/libtasn1.h, lib/minitasn1/structure.c: minitasn1:
+       Updated to Libtasn1 2.9.
+
+2010-12-06  Simon Josefsson <address@hidden>
+
+       * lib/configure.ac, lib/m4/hooks.m4, libextra/configure.ac: Bump
+       versions.
+
+2010-12-05  Nikos Mavrogiannopoulos <address@hidden>
+
+       * NEWS, lib/gnutls_sig.c, lib/x509/common.c, lib/x509/common.h,
+       lib/x509/mpi.c, lib/x509/sign.c: Use ASN1_NULL when writing
+       parameters for RSA signatures. This makes us comply with RFC3279.
+       Reported by Michael Rommel.
+
+2010-12-05  Nikos Mavrogiannopoulos <address@hidden>
+
+       * NEWS, src/serv.c: Corrected buffer overflow in gnutls-serv by
+       Tomas Mraz.  The gnutls-serv uses fixed allocated buffer for the 
response which
+       can be pretty long if a client certificate is presented to it and
+       the http header is large. This causes buffer overflow and heap
+       corruption which then leads to random segfaults or aborts.  It was 
reported originally here:
+       https://bugzilla.redhat.com/show_bug.cgi?id=659259 The attached patch 
changes sprintf calls in peer_print_info() to
+       snprintf so the buffer is never overflowed.
+
+2010-11-26  Nikos Mavrogiannopoulos <address@hidden>
+
+       * NEWS, lib/gnutls_cert.c, lib/includes/gnutls/x509.h,
+       lib/x509/verify.c, src/certtool.c, src/cli.c, tests/chainverify.c: 
+       Reverted default behavior for verification and introduced
+       GNUTLS_VERIFY_DO_NOT_ALLOW_X509_V1_CA_CRT.  Thus by default V1
+       trusted CAs are allowed, unless the new flag is specified.
+
+2010-11-23  Simon Josefsson <address@hidden>
+
+       * guile/src/Makefile.am: Fix dependencies, fixes parallel builds.  Tiny 
patch from Graham Gower <address@hidden>.
+
+2010-11-21  Nikos Mavrogiannopoulos <address@hidden>
+
+       * NEWS: corrected news
+
+2010-11-19  Nikos Mavrogiannopoulos <address@hidden>
+
+       * configure.ac, lib/m4/hooks.m4: bumped version
+
+2010-11-16  Nikos Mavrogiannopoulos <address@hidden>
+
+       * NEWS: added info
+
+2010-11-16  Nikos Mavrogiannopoulos <address@hidden>
+
+       * lib/x509/privkey_pkcs8.c: Correctly write DSA public key in ASN.1
+       (add leading zero). Reported by Jeffrey Walton.
+
+2010-11-11  Nikos Mavrogiannopoulos <address@hidden>
+
+       * lib/gnutls_x509.c: Removed redundant error check. Reported by
+       Nicolas Kaiser.
+
+2010-11-03  Nikos Mavrogiannopoulos <address@hidden>
+
+       * NEWS, lib/gnutls_handshake.c: Corrected leak in extension data
+       calculation. Reported by Mike Blumenkrantz.
+
+2010-09-30  Simon Josefsson <address@hidden>
+
+       * tests/openpgp-certs/testselfsigs: Avoid bashism.  Reported by 
address@hidden in
+       <http://savannah.gnu.org/support/?107449>.
+
+2010-09-30  Simon Josefsson <address@hidden>
+
+       * lib/crypto-api.c: Don't return from void functions.  Reported by 
Dagobert Michelsen <address@hidden> in
+
+       
<http://permalink.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/4566>.
+
+2010-09-30  Simon Josefsson <address@hidden>
+
+       * NEWS: Add.
+
+2010-09-30  Simon Josefsson <address@hidden>
+
+       * NEWS, configure.ac, lib/configure.ac, lib/m4/hooks.m4,
+       libextra/configure.ac: Bump versions.
+
+2010-09-30  Simon Josefsson <address@hidden>
+
+       * lib/includes/gnutls/gnutls.h.in: Remove spurious comma.
+
+2010-09-30  Simon Josefsson <address@hidden>
+
+       * lib/includes/gnutls/x509.h: Remove spurious comma.
+
+2010-09-30  Simon Josefsson <address@hidden>
+
+       * ChangeLog: Generated.
+
 2010-09-30  Simon Josefsson <address@hidden>
 
        * NEWS: Version 2.10.2.
diff --git a/NEWS b/NEWS
index 49a9714..59f1acf 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005,
               2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
 See the end for copying conditions.
 
-* Version 2.10.4 (unreleased)
+* Version 2.10.4 (released 2010-12-06)
 
 ** gnutls-serv: Corrected a buffer overflow. Reported and patch by Tomas Mraz.
 


hooks/post-receive
-- 
GNU gnutls



reply via email to

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