[SCM] GNU gnutls branch, gnutls_3_1_x, updated. gnutls_3_1_1-41-g17f723e
"Nikos Mavrogiannopoulos" <[email protected]> Mon, 17 Sep 2012 18:27:10 +0000
| Newsgroups | gmane.comp.encryption.gpg.gnutls.cvs |
|---|---|
| Message-ID | <[email protected]> |
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=17f723eb73d391e13d087ef0ba202e5bc6d36d53
The branch, gnutls_3_1_x has been updated
via 17f723eb73d391e13d087ef0ba202e5bc6d36d53 (commit)
from 692702351172307864eaed73ed6f71f1a00512dd (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 17f723eb73d391e13d087ef0ba202e5bc6d36d53
Author: Nikos Mavrogiannopoulos <[email protected]>
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