From d544599eecd9152633e21aa6d6064a872b9f1ebe Mon Sep 17 00:00:00 2001 From: lloyd Date: Thu, 11 Jun 2015 05:11:36 +0000 Subject: Add initial release notes for 1.11.17 --- doc/relnotes/1_11_17.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/relnotes/1_11_17.rst (limited to 'doc') diff --git a/doc/relnotes/1_11_17.rst b/doc/relnotes/1_11_17.rst new file mode 100644 index 000000000..116573293 --- /dev/null +++ b/doc/relnotes/1_11_17.rst @@ -0,0 +1,16 @@ +Version 1.11.17, Not Yet Released +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +* All support for the insecure RC4 stream cipher has been removed + from the TLS implementation. + +* Fix decoding of TLS maximum fragment length. Regardless of what + value was actually negotiated, TLS would treat it as a negotiated + limit of 4096. + +* Fix the configure.py flag `--disable-aes-ni` which did nothing of + the sort. + +* Fixed nmake clean target. GitHub #104 + +* Correct buffering logic in `Compression_Filter`. GitHub #93 and #95 -- cgit v1.2.3