]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
included news of 2.12.0
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 24 Mar 2011 18:44:12 +0000 (19:44 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 24 Mar 2011 18:44:12 +0000 (19:44 +0100)
NEWS

diff --git a/NEWS b/NEWS
index a7333f48cc8b19e1be9bce6665b36c1112f8e197..c73464a7872bc33a3335e9ab02603153bc907921 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -80,6 +80,36 @@ gnutls_ia_set_server_avp_function: REMOVED
 gnutls_ia_set_server_avp_ptr: REMOVED
 gnutls_ia_verify_endphase: REMOVED
 
+
+* Version 2.12.0 (released 2011-03-24)
+
+** certtool: Warns on generation of DSA keys of over 1024 bits, about
+the incompatibility with TLS other than 1.2.
+
+** libgnutls: Modified signature algorithm selection in client
+certificate request, to avoid failures in DSA certificates.
+
+** libgnutls: Instead of failing with internal error, return 
+GNUTLS_E_INCOMPAT_DSA_KEY_WITH_TLS_PROTOCOL if an incompatible DSA
+key with the negotiated protocol is encountered.
+
+** libgnutls: Bug fixes in the RSA ciphersuite behavior with openpgp keys.
+
+** libgnutls: Force state update when fork is detected in the nettle
+rng.
+
+** libgnutls: modified gnutls_pubkey_import_openpgp() to use the preferred
+subkey instead of setting explicitly one.
+
+** libgnutls: Corrected default behavior in record version of Client Hellos.
+
+** libgnutls-openssl: modified to use modern gnutls' functions.
+This introduces an ABI incompatibility with previous versions.
+
+** API and ABI modifications:
+gnutls_pubkey_import_openpgp: MODIFIED
+
+
 * Version 2.11.7
 
 ** libgnutls: The deprecated  gnutls_x509_privkey_sign_hash() was