]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Documented updates.
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 21 Jan 2012 00:12:47 +0000 (01:12 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 21 Jan 2012 00:12:59 +0000 (01:12 +0100)
NEWS
lib/includes/gnutls/gnutls.h.in

diff --git a/NEWS b/NEWS
index bd772e022f21cbd6d1fcdebea188fce7ac59291d..90bf462eb827b74f931047b7c4ffc5413fd6070b 100644 (file)
--- 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.
index 537b88a7539ce1a06a37f39641f2c71031927747..e1eaeb27d0673c896e79c5bd3636a84357c5d892 100644 (file)
@@ -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