aboutsummaryrefslogtreecommitdiffstats
path: root/doc/relnotes/1_11_15.rst
blob: fe6227f6a75be0c2dfdf9f610050bf4475161faf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Version 1.11.15, Not Yet Released
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* Support for RC4 in TLS, already disabled by default, is now deprecated.
  The RC4 ciphersuites will be removed entirely in a future release.

* A bug in ffi.cpp meant Python could only encrypt. Github issue 53.

* When comparing two ASN.1 algorithm identifiers, consider empty and
  NULL parameters the same.

* Fixed memory leaks in TLS and cipher modes introduced in 1.11.14

* MARK-4 failed when OpenSSL was enabled in the build in 1.11.14
  because the OpenSSL version ignored the skip parameter.

* Fix compilation problem on OS X/clang