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_1_0-90-g5136297


From: Nikos Mavrogiannopoulos
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_1_0-90-g5136297
Date: Mon, 17 Sep 2012 18:26:38 +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=51362974491db08f435bd6da39c8e2fc5d285402

The branch, master has been updated
       via  51362974491db08f435bd6da39c8e2fc5d285402 (commit)
      from  a21d08f3a571871d3dfaca40e12dd8a4aed6b69c (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 51362974491db08f435bd6da39c8e2fc5d285402
Author: Nikos Mavrogiannopoulos <address@hidden>
Date:   Mon Sep 17 20:26:30 2012 +0200

    corrected default

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

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

diff --git a/lib/algorithms/secparams.c b/lib/algorithms/secparams.c
index 2c88ba0..0bae985 100644
--- a/lib/algorithms/secparams.c
+++ b/lib/algorithms/secparams.c
@@ -147,7 +147,7 @@ gnutls_sec_param_get_name (gnutls_sec_param_t param)
 gnutls_sec_param_t
 gnutls_pk_bits_to_sec_param (gnutls_pk_algorithm_t algo, unsigned int bits)
 {
-  gnutls_sec_param_t ret = GNUTLS_SEC_PARAM_WEAK;
+  gnutls_sec_param_t ret = GNUTLS_SEC_PARAM_INSECURE;
 
   if (bits == 0)
     return GNUTLS_SEC_PARAM_UNKNOWN;


hooks/post-receive
-- 
GNU gnutls



reply via email to

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