From paul.l.kehrer at gmail.com Thu Nov 2 15:05:29 2017 From: paul.l.kehrer at gmail.com (Paul Kehrer) Date: Thu, 2 Nov 2017 12:05:29 -0700 Subject: [Cryptography-dev] PyCA cryptography 2.1.3 released Message-ID: PyCA cryptography 2.1.3 has been released to PyPI. cryptography includes both high level recipes and low level interfaces to common cryptographic algorithms such as symmetric ciphers, message digests, and key derivation functions. We support Python 2.7, Python 3.4+, and PyPy. Changelog: * Updated Windows, macOS, and manylinux1 wheels to be compiled with OpenSSL 1.1.0g. -Paul Kehrer (reaperhulk) -------------- next part -------------- An HTML attachment was scrubbed... URL: From readthedocs at readthedocs.org Fri Nov 10 23:20:00 2017 From: readthedocs at readthedocs.org (Read the Docs) Date: Sat, 11 Nov 2017 04:20:00 -0000 Subject: [Cryptography-dev] Failed: Cryptography (270933c1) Message-ID: <20171111042000.14422.43961@web03.servers.readthedocs.org> Build Failed for Cryptography (latest) You can find out more about this failure here: https://readthedocs.org/projects/cryptography/builds/6254919/ If you have questions, a good place to start is the FAQ: https://docs.readthedocs.org/en/latest/faq.html Keep documenting, Read the Docs -- http://readthedocs.org -------------- next part -------------- An HTML attachment was scrubbed... URL: From paul.l.kehrer at gmail.com Wed Nov 29 21:27:33 2017 From: paul.l.kehrer at gmail.com (Paul Kehrer) Date: Wed, 29 Nov 2017 21:27:33 -0500 Subject: [Cryptography-dev] PyCA cryptography 2.1.4 released Message-ID: PyCA cryptography 2.1.4 has been released to PyPI. cryptography includes both high level recipes and low level interfaces to common cryptographic algorithms such as symmetric ciphers, message digests, and key derivation functions. We support Python 2.7, Python 3.4+, and PyPy. Changelog: * Added X509_up_ref for an upcoming pyOpenSSL release. -Paul Kehrer (reaperhulk) -------------- next part -------------- An HTML attachment was scrubbed... URL: From paul.l.kehrer at gmail.com Thu Nov 30 21:33:48 2017 From: paul.l.kehrer at gmail.com (Paul Kehrer) Date: Thu, 30 Nov 2017 18:33:48 -0800 Subject: [Cryptography-dev] pyOpenSSL 17.5.0 released Message-ID: pyOpenSSL 17.5.0 has been released. Changelog: Backward-incompatible changes: The minimum cryptography version is now 2.1.4. Deprecations: none Changes: Fixed a potential use-after-free in the verify callback and resolved a memory leak when loading PKCS12 files with cacerts. #723 Added Connection.export_keying_material for RFC 5705 compatible export of keying material. #725 -Paul Kehrer (reaperhulk) -------------- next part -------------- An HTML attachment was scrubbed... URL: