summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-08-11 14:26:53 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-08-11 15:12:03 +0200
commitf654153a76132b20cbbb0e35136b7b24a27cdf98 (patch)
treed33f48f29ec27d68a6c29350e3cceb522eced894 /NEWS
parent2b0b52a25170d0656b139305693d116a14838304 (diff)
downloadgnutls-f654153a76132b20cbbb0e35136b7b24a27cdf98.tar.gz
updated news
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 002a31f45d..667c5e8639 100644
--- a/NEWS
+++ b/NEWS
@@ -28,6 +28,9 @@ and gnutls_x509_privkey_import_pkcs8(), return consistently
GNUTLS_E_DECRYPTION_FAILED if the input structure is encrypted but no
password was provided.
+** libgnutls: Added gnutls_handshake_set_timeout() a function that
+allows to set the maximum time spent in a handshake.
+
** libgnutlsxx: Added session::set_transport_vec_push_function. Patch
by Alexandre Bique.