aboutsummaryrefslogtreecommitdiffstats
path: root/doc/relnotes/1_11_17.rst
blob: 646bbf34c750bfacf2d56eb4b40582b7d292d9a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Version 1.11.17, 2015-06-18
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* 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