From readthedocs at readthedocs.org Mon Mar 5 10:37:16 2018 From: readthedocs at readthedocs.org (Read the Docs) Date: Mon, 05 Mar 2018 15:37:16 -0000 Subject: [Cryptography-dev] Failed: Cryptography (388d1bd3) Message-ID: <20180305153716.21810.7729@web01.servers.readthedocs.org> Build Failed for Cryptography (latest) You can find out more about this failure here: https://readthedocs.org/projects/cryptography/builds/6841917/ 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 readthedocs at readthedocs.org Mon Mar 5 12:02:54 2018 From: readthedocs at readthedocs.org (Read the Docs) Date: Mon, 05 Mar 2018 17:02:54 -0000 Subject: [Cryptography-dev] Failed: Cryptography (62303cc9) Message-ID: <20180305170254.21806.14519@web01.servers.readthedocs.org> Build Failed for Cryptography (latest) You can find out more about this failure here: https://readthedocs.org/projects/cryptography/builds/6842380/ 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 readthedocs at readthedocs.org Mon Mar 5 13:06:32 2018 From: readthedocs at readthedocs.org (Read the Docs) Date: Mon, 05 Mar 2018 18:06:32 -0000 Subject: [Cryptography-dev] Failed: Cryptography (d87f8061) Message-ID: <20180305180632.21815.18165@web01.servers.readthedocs.org> Build Failed for Cryptography (latest) You can find out more about this failure here: https://readthedocs.org/projects/cryptography/builds/6842718/ 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 readthedocs at readthedocs.org Mon Mar 5 13:15:59 2018 From: readthedocs at readthedocs.org (Read the Docs) Date: Mon, 05 Mar 2018 18:15:59 -0000 Subject: [Cryptography-dev] Failed: Cryptography (37c6a801) Message-ID: <20180305181559.24141.22348@web04.servers.readthedocs.org> Build Failed for Cryptography (latest) You can find out more about this failure here: https://readthedocs.org/projects/cryptography/builds/6842809/ 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 Sun Mar 18 23:03:19 2018 From: paul.l.kehrer at gmail.com (Paul Kehrer) Date: Sun, 18 Mar 2018 20:03:19 -0700 Subject: [Cryptography-dev] PyCA cryptography 2.2 released Message-ID: PyCA cryptography 2.2 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 (https://cryptography.io/en/latest/changelog/#v2-2): * BACKWARDS INCOMPATIBLE: Support for Python 2.6 has been dropped. The last version of cryptography that supports Python 2.6 is 2.1.4. * Resolved a bug in HKDF that incorrectly constrained output size. * Added BrainpoolP256R1, BrainpoolP384R1, and BrainpoolP512R1 to support inter-operating with systems like German smart meters. * Added token rotation support to Fernet with rotate(). * Fixed a memory leak in derive_private_key(). * Added support for AES key wrapping with padding via aes_key_wrap_with_padding() and aes_key_unwrap_with_padding() . * Allow loading DSA keys with 224 bit q. Thanks to everyone who contributed! -Paul Kehrer (reaperhulk) -------------- next part -------------- An HTML attachment was scrubbed... URL: From paul.l.kehrer at gmail.com Tue Mar 20 22:10:59 2018 From: paul.l.kehrer at gmail.com (Paul Kehrer) Date: Tue, 20 Mar 2018 22:10:59 -0400 Subject: [Cryptography-dev] PyCA cryptography 2.2.1 released Message-ID: PyCA cryptography 2.2.1 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 (https://cryptography.io/en/latest/changelog/#v2-2-1 ): * Reverted a change to GeneralNames which prohibited having zero elements, due to breakages. * Fixed a bug in aes_key_unwrap_with_padding() that caused it to raise InvalidUnwrap when key length modulo 8 was zero. -Paul Kehrer (reaperhulk) -------------- next part -------------- An HTML attachment was scrubbed... URL: From paul.l.kehrer at gmail.com Tue Mar 27 13:35:06 2018 From: paul.l.kehrer at gmail.com (Paul Kehrer) Date: Tue, 27 Mar 2018 13:35:06 -0400 Subject: [Cryptography-dev] PyCA cryptography 2.2.2 released Message-ID: PyCA cryptography 2.2.2 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 (https://cryptography.io/en/latest/changelog/#v2-2-2): * Updated Windows, macOS, and manylinux1 wheels to be compiled with OpenSSL 1.1.0h. -Paul Kehrer (reaperhulk) -------------- next part -------------- An HTML attachment was scrubbed... URL: