summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2010-02-17 18:42:41 +0100
committerSimon Josefsson <simon@josefsson.org>2010-02-17 18:42:41 +0100
commitd43874e7a4a1daf6a8382c688b56ee76f27673e5 (patch)
tree5063084bc73efcd7bae5a2815839cdfc407e6073 /NEWS
parent1325cac019c9c15b21a82157215c9d44edf846e4 (diff)
downloadgnutls-d43874e7a4a1daf6a8382c688b56ee76f27673e5.tar.gz
Fix.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS31
1 files changed, 17 insertions, 14 deletions
diff --git a/NEWS b/NEWS
index 9bf7c479d2..b81277aeb8 100644
--- a/NEWS
+++ b/NEWS
@@ -5,20 +5,23 @@ See the end for copying conditions.
* Version 2.9.10 (unreleased)
-** libgnutls: Added Steve Dispensa's patch for safe renegotiation
-(draft-ietf-tls-renegotiation) that solves the issue discussed in:
-http://www.ietf.org/mail-archive/web/tls/current/msg03928.html
-and http://www.ietf.org/mail-archive/web/tls/current/msg03948.html
-Note however that the TLS client implemented here will reject
-any connections to unsafe servers unless the priority string
-%UNSAFE_RENEGOTIATION is specified.
-
-** libgnutls: When checking openpgp self signature also check the signatures of all subkeys.
-Ilari Liusvaara noticed and reported the issue and provided test vectors as well.
-
-** libgnutls: Added cryptodev support (/dev/crypto). Tested with
-http://www.logix.cz/michal/devel/cryptodev/. Added benchmark utility
-for AES. Exported API to access encryption and hash algorithms.
+** libgnutls: Added Steve Dispensa's patch for safe renegotiation (RFC 5746)
+Solves the issue discussed in:
+<http://www.ietf.org/mail-archive/web/tls/current/msg03928.html> and
+<http://www.ietf.org/mail-archive/web/tls/current/msg03948.html>.
+Note that the TLS client implemented here will reject any connections
+to unsafe servers unless the priority string %UNSAFE_RENEGOTIATION is
+specified.
+
+** libgnutls: When checking openpgp self signature also check the signatures
+** of all subkeys.
+Ilari Liusvaara noticed and reported the issue and provided test
+vectors as well.
+
+** libgnutls: Added cryptodev support (/dev/crypto).
+Tested with http://www.logix.cz/michal/devel/cryptodev/. Added
+benchmark utility for AES. Exported API to access encryption and hash
+algorithms.
** certtool: Corrected two issues that affected certificate request generation.
(1) Null padding is added on integers (found thanks to Wilankar Trupti),