nixpkgs/pkgs
aszlig 7c0f6f4be5
pyopenssl: 16.2.0 -> 17.0.0 and fix tests
Upstream changes:

 * Added OpenSSL.X509Store.set_time() to set a custom verification time
   when verifying certificate chains. pyca/pyopenssl#567
 * Added a collection of functions for working with OCSP stapling. None
   of these functions make it possible to validate OCSP assertions, only
   to staple them into the handshake and to retrieve the stapled
   assertion if provided. Users will need to write their own code to
   handle OCSP assertions. We specifically added:
   Context.set_ocsp_server_callback, Context.set_ocsp_client_callback,
   and Connection.request_ocsp. pyca/pyopenssl#580
 * Changed the SSL module's memory allocation policy to avoid zeroing
   memory it allocates when unnecessary. This reduces CPU usage and
   memory allocation time by an amount proportional to the size of the
   allocation. For applications that process a lot of TLS data or that
   use very lage allocations this can provide considerable performance
   improvements. pyca/pyopenssl#578
 * Automatically set SSL_CTX_set_ecdh_auto() on OpenSSL.SSL.Context.
   pyca/pyopenssl#575
 * Fix empty exceptions from OpenSSL.crypto.load_privatekey().
   pyca/pyopenssl#581

The full upstream changelog can be found at:

https://pyopenssl.readthedocs.io/en/17.0.0/changelog.html

I've also added a patch from pyca/pyopenssl#637 in order to fix the
tests, which was the main reason for the version bump because that patch
won't apply for 16.2.0.

According to the upstream changelog there should be no
backwards-incompatible changes, but I've tested building against some of
the packages depending on pyopenssl anyway. Regardless of this, the
build for pyopenssl fails right now anyway, so the worst that could
happen via this commit would be that we break something that's already
broken.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-06-22 01:30:10 +02:00
..
applications Merge pull request #26735 from NeQuissimus/minikube_0_19_1 2017-06-21 07:31:29 -04:00
build-support Remove kdeWrapper 2017-06-18 08:43:39 -05:00
common-updater common-updater-script: fix error handling 2017-05-19 17:14:43 +03:00
data qt5: rename qmakeHook to qmake 2017-06-18 08:41:57 -05:00
desktops libcroco: 0.6.11 -> 0.6.12 2017-06-20 07:47:52 +02:00
development webkitgtk: 2.16.3 -> 2.16.4 for multiple CVEs 2017-06-21 23:49:00 +02:00
games openttd: 1.6.1 -> 1.7.1 2017-06-20 03:45:41 +02:00
misc nerdtree-git-plugin: init at 2017-03-12 2017-06-21 10:23:21 +01:00
os-specific linux_hardened_copperhead: init at 4.11.6.c 2017-06-21 23:49:00 +02:00
servers wallabag: 2.2.2 -> 2.2.3 2017-06-20 13:30:38 +02:00
shells rssh: don't set special bits 2017-06-16 07:31:21 -05:00
stdenv darwin-stdenv: remove python-sphinx and a bunch of other dependencies from the stdenv 2017-06-01 23:23:56 +02:00
test
tools stress: enable on darwin 2017-06-21 23:26:43 +02:00
top-level pyopenssl: 16.2.0 -> 17.0.0 and fix tests 2017-06-22 01:30:10 +02:00