summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2009-11-01 18:06:07 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2009-11-01 18:06:07 +0200
commit1d8288977316750e97b706ee537abe15bf94bd2b (patch)
treeb9e8132fe5d338f03e4852d4d60c90289ccf8043 /NEWS
parentf81678201af14a755ed1b71ce7532bf0fd6ba54c (diff)
downloadgnutls-1d8288977316750e97b706ee537abe15bf94bd2b.tar.gz
Documented change for certificate retrieval callbacks.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a57f1049dc..c19845b577 100644
--- a/NEWS
+++ b/NEWS
@@ -9,7 +9,11 @@ See the end for copying conditions.
by Tang Tong.
** libgnutls: addition of support for TLS 1.2 signature algorithms
-extension and certificate verify field.
+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.