summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-09-02 19:50:34 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-09-02 19:50:34 +0200
commit6a26fe8843054ef58fe947b3301c995122ffa0ac (patch)
tree00c70cd4ffe75cda15170a7106a05503dc1562cf
parent2cdd21e598e1b5adbe23dd4387259ba580ce2657 (diff)
downloadgnutls-6a26fe8843054ef58fe947b3301c995122ffa0ac.tar.gz
documented fix
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9a2cd4a6da..1be343205d 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,10 @@ assume the PKCS #8 file format, instead of ignoring the password.
** tpmtool: No longer asks for key password in registered keys.
+** libgnutls: The default pull_timeout_function only uses select
+instead of a combination of select() and recv() to prevent issues
+when used in stream sockets in some systems.
+
** libgnutls: Be tolerant in ECDSA signature violations (e.g. using
SHA256 with a SECP384 curve instead of SHA-384), to interoperate with
openssl.