summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-11-02 11:33:34 +0100
committerSimon Josefsson <simon@josefsson.org>2009-11-02 11:33:34 +0100
commite3a268ca8093434d04f351a77e374f8adf63c0a5 (patch)
treea2f928fce5bc3b12bc694ab2e7b582e2711b33f4
parent293d9ba46f66a2d80f13cf87fe31db4eda9c61a7 (diff)
downloadgnutls-e3a268ca8093434d04f351a77e374f8adf63c0a5.tar.gz
Fix.
-rw-r--r--NEWS34
1 files changed, 20 insertions, 14 deletions
diff --git a/NEWS b/NEWS
index c19845b577..61c9fa4523 100644
--- a/NEWS
+++ b/NEWS
@@ -5,31 +5,37 @@ See the end for copying conditions.
* Version 2.9.8 (unreleased)
-** libgnutls: Fix for memory leaks on interrupted handshake. Reported
-by Tang Tong.
-
-** libgnutls: addition of support for TLS 1.2 signature algorithms
-extension and certificate verify field. This requires changes for
-TLS 1.2 servers and clients that use callbacks for certificate retrieval.
-They are now required to check with gnutls_session_sign_algorithm_get_requested()
-whether the certificate they send complies with the peer's preferences in
+** libgnutls: Fix for memory leaks on interrupted handshake.
+Reported by Tang Tong.
+
+** libgnutls: Addition of support for TLS 1.2 signature algorithms
+** extension and certificate verify field.
+This requires changes for TLS 1.2 servers and clients that use
+callbacks for certificate retrieval. They are now required to check
+with gnutls_session_sign_algorithm_get_requested() whether the
+certificate they send complies with the peer's preferences in
signature algorithms.
** libgnutls: In server side when resuming a session do not overwrite the
-initial session data with the resumed session data.
+** initial session data with the resumed session data.
-** libgnutls: Added support for AES-128,AES-192 and AES-256 in PKCS #8
-encryption. This affects also PKCS #12 encoded files.
-
-*** certtool: Added the --pkcs-cipher option to explicitely specify
-the encryption algorithm to use.
+** libgnutls: Added support for AES-128, AES-192 and AES-256 in PKCS #8
+** encryption.
+This affects also PKCS #12 encoded files.
** libgnutls: Fix PKCS#12 encoding.
The error you would get was "The OID is not supported.". Problem
introduced for the v2.8.x branch in 2.7.6.
+** certtool: Added the --pkcs-cipher option.
+To explicitely specify the encryption algorithm to use.
+
** tests: Added "pkcs12_encode" self-test to check PKCS#12 functions.
+** tests: Fix time bomb in chainverify self-test.
+Reported by Andreas Metzler <ametzler@downhill.at.eu.org> in
+<http://thread.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/3925>.
+
** tests: Fix expired cert in chainverify self-test.
** API and ABI modifications: