From readthedocs at readthedocs.org Fri Sep 9 21:32:39 2016 From: readthedocs at readthedocs.org (Read the Docs) Date: Sat, 10 Sep 2016 01:32:39 -0000 Subject: [Cryptography-dev] Failed: Cryptography (latest) Message-ID: <20160910013239.18330.4864@web02.servers.readthedocs.org> Build Failed for Cryptography (latest) Error: Version locked, retrying in 5 minutes. You can find out more about this failure here: https://readthedocs.org/projects/cryptography/builds/4389919/ 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 Thu Sep 22 16:21:12 2016 From: paul.l.kehrer at gmail.com (Paul Kehrer) Date: Thu, 22 Sep 2016 13:21:12 -0700 Subject: [Cryptography-dev] PyCA cryptography 1.5.1 released Message-ID: PyCA cryptography 1.5.1 has been released to PyPI. cryptography is a package which provides cryptographic recipes and primitives to Python developers. Our goal is for it to be your "cryptographic standard library". We support Python 2.6-2.7, Python 3.3+, and PyPy. Changelog: * Updated Windows and OS X wheels to be compiled against OpenSSL 1.0.2i. * Resolved a UserWarning when used with cffi 1.8.3. * Fixed a memory leak in name creation with X.509. * Added a workaround for old versions of setuptools. * Fixed an issue preventing cryptography from compiling against OpenSSL 1.0.2i. With version 1.5.1 we are still linking 1.0.2 for the Mac and Windows wheels, but in the 1.6 release we will switch to linking 1.1.0. Thanks to all the contributors for their help on this release! -Paul Kehrer (reaperhulk) -------------- next part -------------- An HTML attachment was scrubbed... URL: From paul.l.kehrer at gmail.com Mon Sep 26 16:31:16 2016 From: paul.l.kehrer at gmail.com (Paul Kehrer) Date: Mon, 26 Sep 2016 13:31:16 -0700 Subject: [Cryptography-dev] PyCA cryptography 1.5.2 released Message-ID: PyCA cryptography 1.5.2 has been released to PyPI. cryptography is a package which provides cryptographic recipes and primitives to Python developers. Our goal is for it to be your "cryptographic standard library". We support Python 2.6-2.7, Python 3.3+, and PyPy. Changelog: * Updated Windows and OS X wheels to be compiled against OpenSSL 1.0.2j. -Paul Kehrer (reaperhulk) -------------- next part -------------- An HTML attachment was scrubbed... URL: From readthedocs at readthedocs.org Mon Sep 26 16:22:59 2016 From: readthedocs at readthedocs.org (Read the Docs) Date: Mon, 26 Sep 2016 20:22:59 -0000 Subject: [Cryptography-dev] Failed: Cryptography (latest) Message-ID: <20160926202259.6726.96720@web02.servers.readthedocs.org> Build Failed for Cryptography (latest) Error: Version locked, retrying in 5 minutes. You can find out more about this failure here: https://readthedocs.org/projects/cryptography/builds/4444266/ 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 robinfishbein at yahoo.com Wed Sep 28 15:10:44 2016 From: robinfishbein at yahoo.com (Robin Fishbein) Date: Wed, 28 Sep 2016 14:10:44 -0500 Subject: [Cryptography-dev] v1.4: _openssl has no Cryptography_STATIC_CALLBACKS In-Reply-To: References: Message-ID: <2B8CA60F-87C3-484B-9AE9-13BD3CB1BA74@yahoo.com> Just closing the loop here -- this appears to no longer be an issue with v1.5 in Anaconda. -Robin Sent from my iPhone > On Aug 23, 2016, at 8:04 AM, Paul Kehrer wrote: > > This is likely to be something related to anaconda, but I'm not sure how to go about debugging exactly why you're seeing this occur. It *looks* like it's attempting to load an old _openssl.so with a new cryptography. > > -Paul > >> On August 23, 2016 at 12:58:20 PM, Robin Fishbein via Cryptography-dev (cryptography-dev at python.org) wrote: >> >> Hello, >> >> >> I imagine this may have a trivial explanation, or perhaps indicate some quirk on my machine, but it looks as though some desired functionality isn?t available on my machine with version 1.4. I wanted to share this in case it indicates some wider issue of interest, and helps me learn a little about how cryptography works under the hood. >> >> >> >> Windows 7, 64-bit, Python 3.5.1, and I believe OpenSSL 1.0.2. I use paramiko for SFTP, and when updating paramiko (on a whim) to 2.0.2 with Anaconda, it had me update cryptography as well, to version 1.4, or maybe it was 1.3 at first ? either one experiences the issue. When attempting an SSH connect, I get a traceback ending with this: >> >> >> >> File "C:\Users\...\AppData\Local\Continuum\Anaconda3\lib\site-packages\cryptography\hazmat\bindings\openssl\binding.py", line 73, in wrapper >> >> if lib.Cryptography_STATIC_CALLBACKS: >> >> >> >> AttributeError: cffi library '_openssl' has no function, constant or global variable named 'Cryptography_STATIC_CALLBACKS' >> >> >> >> When I manually carry out some of the imports in the source... >> >> from cryptography.hazmat.bindings._openssl import ffi, lib >> >> ...and then look at what auto-complete shows for lib, I don?t see Cryptography_STATIC_CALLBACKS, which is consistent with the AttributeError. I don?t yet understand where to look for the source underneath the bootstrapped _openssl.*.pyd file. >> >> >> >> The SSH connection and all subsequent functionality work fine with the latest versions of paramiko and cffi as long as I revert cryptography to 1.0.2. >> >> >> >> -Robin Fishbein >> >> >> >> _______________________________________________ >> Cryptography-dev mailing list >> Cryptography-dev at python.org >> https://mail.python.org/mailman/listinfo/cryptography-dev > _______________________________________________ > Cryptography-dev mailing list > Cryptography-dev at python.org > https://mail.python.org/mailman/listinfo/cryptography-dev -------------- next part -------------- An HTML attachment was scrubbed... URL: