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_4-10-gdb480


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, gnutls_2_10_x, updated. gnutls_2_10_4-10-gdb480a3
Date: Sun, 27 Feb 2011 14:40:07 +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=db480a39f0cb1936151ddc95b6904a2cd97ddbbc

The branch, gnutls_2_10_x has been updated
       via  db480a39f0cb1936151ddc95b6904a2cd97ddbbc (commit)
      from  5e3f8cd49adaa2dcdcd087fe37a47aa19cea6ae5 (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 db480a39f0cb1936151ddc95b6904a2cd97ddbbc
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Sun Feb 27 15:39:59 2011 +0100

    SHA1 or better check fixed.

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

Summary of changes:
 lib/gnutls_pk.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/gnutls_pk.c b/lib/gnutls_pk.c
index 77d1434..e9ad718 100644
--- a/lib/gnutls_pk.c
+++ b/lib/gnutls_pk.c
@@ -501,7 +501,7 @@ _gnutls_dsa_verify (const gnutls_datum_t * vdata,
     pk_params.params[i] = params[i];
   pk_params.params_nr = params_len;
 
-  if (vdata->size > 20)
+  if (vdata->size < 20)
     {                          /* SHA1 or better only */
       gnutls_assert ();
       return GNUTLS_E_PK_SIG_VERIFY_FAILED;


hooks/post-receive
-- 
GNU gnutls



reply via email to

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