From: Nikos Mavrogiannopoulos Date: Sat, 21 Jan 2012 00:12:47 +0000 (+0100) Subject: Documented updates. X-Git-Tag: gnutls_3_0_13~255 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=114bde1caead7642a7a9ff8b59dfd3ef4fe668eb;p=thirdparty%2Fgnutls.git Documented updates. --- diff --git a/NEWS b/NEWS index bd772e022f..90bf462eb8 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,19 @@ GnuTLS NEWS -- History of user-visible changes. -*- outline -*- Copyright (C) 2000-2012 Free Software Foundation, Inc. See the end for copying conditions. +* Version 3.0.13 (unreleased) + +** libgnutls: Added new security parameter GNUTLS_SEC_PARAM_LEGACY +to account for security level of 96-bits. + +** libgnutls: In client side if server does not advertise any +known CAs and only a single certificate is set in the credentials, +sent that one. + +** API and ABI modifications: +No changes since last version. + + * Version 3.0.12 (released 2012-01-20) ** libgnutls: Added OCSP support. diff --git a/lib/includes/gnutls/gnutls.h.in b/lib/includes/gnutls/gnutls.h.in index 537b88a753..e1eaeb27d0 100644 --- a/lib/includes/gnutls/gnutls.h.in +++ b/lib/includes/gnutls/gnutls.h.in @@ -657,7 +657,6 @@ typedef enum /** * gnutls_sec_param_t: * @GNUTLS_SEC_PARAM_UNKNOWN: Cannot be known - * @GNUTLS_SEC_PARAM_LOW: 80 or less bits of security * @GNUTLS_SEC_PARAM_LEGACY: 96 bits of security * @GNUTLS_SEC_PARAM_NORMAL: 112 bits of security * @GNUTLS_SEC_PARAM_HIGH: 128 bits of security