gnutls-commit
[Top][All Lists]
Advanced

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

[SCM] GNU gnutls branch, gnutls_2_8_x, updated. gnutls_2_8_5-18-gbd32094


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, gnutls_2_8_x, updated. gnutls_2_8_5-18-gbd32094
Date: Wed, 20 Jan 2010 09:41:06 +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=bd3209489b03b7eafa77bb5d839cb9efb9c1285e

The branch, gnutls_2_8_x has been updated
       via  bd3209489b03b7eafa77bb5d839cb9efb9c1285e (commit)
       via  19d28f3dcc1c45a08fcfaeffef2ca0af3b105817 (commit)
       via  d4504e67a9333c6a3b8e9fe975ef1bc4dd967bc9 (commit)
      from  f2a77a0f317d587e768555ecdd1d5a7d2fe21137 (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 bd3209489b03b7eafa77bb5d839cb9efb9c1285e
Author: Simon Josefsson <address@hidden>
Date:   Wed Jan 20 10:40:34 2010 +0100

    Fix warning.

commit 19d28f3dcc1c45a08fcfaeffef2ca0af3b105817
Author: Simon Josefsson <address@hidden>
Date:   Wed Jan 20 10:39:03 2010 +0100

    Fix copyright.  Add.

commit d4504e67a9333c6a3b8e9fe975ef1bc4dd967bc9
Author: Simon Josefsson <address@hidden>
Date:   Wed Jan 20 10:38:54 2010 +0100

    Improve.

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

Summary of changes:
 NEWS           |    5 +++--
 THANKS         |    6 ++++--
 lib/x509/mpi.c |    1 -
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/NEWS b/NEWS
index 3387ec3..871c23b 100644
--- a/NEWS
+++ b/NEWS
@@ -7,13 +7,14 @@ See the end for copying conditions.
 
 ** libgnutls: For CSRs, don't null pad integers for RSA/DSA value.
 VeriSign rejected CSRs with this padding.  Reported by Wilankar Trupti
-<address@hidden>.
+<address@hidden> and Boyan Kasarov <address@hidden>.
 
 ** libgnutls: For CSRs on DSA keys, don't add DSA parameters to the
 ** optional SignatureAlgorithm parameter field.
 VeriSign rejected these CSRs.  They are stricly speaking not needed
 since you need the signer's certificate to verify the certificate
-signature anyway.
+signature anyway.  Reported by Wilankar Trupti
+<address@hidden> and Boyan Kasarov <address@hidden>.
 
 ** libgnutls: When checking openpgp self signature also check the signatures
 ** of all subkeys.
diff --git a/THANKS b/THANKS
index 505f813..f1210f8 100644
--- a/THANKS
+++ b/THANKS
@@ -1,6 +1,6 @@
 GNU TLS THANKS -- Acknowledgements.
-Copyright (C) 2005, 2006, 2007, 2008, 2009  Free Software Foundation
-Copyright (C) 2000, 2001, 2002, 2003, 2004 Nikos Mavrogiannopoulos
+Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005,
+              2006, 2007, 2008, 2009, 2010 Free Software Foundation
 See the end for copying conditions.
 
 Here is a list of people, who helped in GnuTLS development.  Please
@@ -98,6 +98,8 @@ Douglas E. Engert               <address@hidden>
 Dagobert Michelsen              <address@hidden>
 Tom G. Christensen              <address@hidden>
 Peter Hendrickson               <address@hidden>
+Wilankar Trupti                 <address@hidden>
+Boyan Kasarov                   <address@hidden>
 
 ----------------------------------------------------------------------
 Copying and distribution of this file, with or without modification,
diff --git a/lib/x509/mpi.c b/lib/x509/mpi.c
index 49f3a47..1c37989 100644
--- a/lib/x509/mpi.c
+++ b/lib/x509/mpi.c
@@ -420,7 +420,6 @@ _gnutls_x509_write_sig_params (ASN1_TYPE dst, const char 
*dst_name,
                               gnutls_digest_algorithm_t dig,
                               bigint_t * params, int params_size)
 {
-  gnutls_datum_t der;
   int result;
   char name[128];
   const char *pk;


hooks/post-receive
-- 
GNU gnutls




reply via email to

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