From: Nikos Mavrogiannopoulos Date: Tue, 1 Nov 2005 07:51:14 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: gnutls_1_2_9~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=70f472c4bdca790bfce5251daee0029069a04d8f;p=thirdparty%2Fgnutls.git *** empty log message *** --- diff --git a/NEWS b/NEWS index 7327ebda6b..16e59bb8f4 100644 --- a/NEWS +++ b/NEWS @@ -17,6 +17,8 @@ See the end for copying conditions. verification mode used by gnutls_certificate_verify_peers2. - Make it possible to send empty data through gnutls_record_send, to align with the send(2) API. +- Some changes in the certificate receiving part of handshake to prevent + some possible errors with non-blocking servers. - The (experimental) low-level crypto alternative to libgcrypt used earlier (Nettle) has been replaced with crypto code from gnulib. This leads to easier re-use of these components in other projects,