summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-02-11 16:18:00 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-02-11 16:18:00 +0100
commit1c5e9ed19b4fd035994739e83336f9bb483e9e22 (patch)
treec3edd25d0a27d69517118a2ca789df51f5747060
parentcf53d937e6cbc0d0b8b3d4a3260f75f591eef39f (diff)
downloadgnutls-resume-fixes.tar.gz
doc updateresume-fixes
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a5407cdbfb..df2bdb9fb4 100644
--- a/NEWS
+++ b/NEWS
@@ -28,6 +28,9 @@ See the end for copying conditions.
applications which do not check user credentials on rehandshakes from
attacks related to unsafe renegotiation.
+** libgnutls: Enforce the RFC 7627 (extended master secret) requirements on
+ session resumption.
+
** libgnutls: Replaced writev() system call with sendmsg().
** libgnutls: Replaced select() system call with poll() on POSIX systems.