From terrycwk1994 at gmail.com Sat Dec 13 17:48:11 2014 From: terrycwk1994 at gmail.com (Terry Chia) Date: Sat, 13 Dec 2014 16:48:11 +0000 Subject: [Cryptography-dev] Where should our backends live? Message-ID: Hi all, There is an ongoing discussion[0] about whether our backends (both mandatory and optional) should live in a single repository or if they should be split up into separate repositories. Any thoughts on the matter will be greatly appreciated as this will have a pretty significant impact on our development process and tooling. Cheers, Terry [0]: https://github.com/pyca/cryptography/issues/1522 -------------- next part -------------- An HTML attachment was scrubbed... URL: From paul.l.kehrer at gmail.com Thu Dec 18 04:42:28 2014 From: paul.l.kehrer at gmail.com (Paul Kehrer) Date: Wed, 17 Dec 2014 21:42:28 -0600 Subject: [Cryptography-dev] PyCA cryptography 0.7 release Message-ID: On behalf of all the contributors to PyCA cryptography I?m happy to announce that 0.7 has been tagged and released to PyPI. New in 0.7 (https://cryptography.io/en/latest/changelog/) * Cryptography has been relicensed from the Apache Software License, Version 2.0, to being available under either the Apache Software License, Version 2.0, or the BSD license. * Added key-rotation support to Fernet with MultiFernet. * More bit-lengths are now support for p and q when loading DSA keys from numbers. * Added MACContext as a common interface for CMAC and HMAC and deprecated CMACContext. * Added support for encoding and decoding RFC 6979 signatures in Asymmetric Utilities. * Added load_ssh_public_key() to support the loading of OpenSSH public keys (RFC 4253). Only RSA and DSA keys are currently supported. * Added initial support for X.509 certificate parsing. See the X.509 documentation for more information. In addition to the public facing improvements we also spent significant time expanding our bindings, disabling implicit compile for cffi, and adding new tests to enforce our abstract base class interfaces. Random numbers:? * We merged 89 pull requests during this release. * 0.6.1 was downloaded over 429,000 times from PyPI. * The project now has over 2.5 million total downloads from PyPI. Master will reopen shortly for development of the eighth release. Happy holidays! -Paul Kehrer -------------- next part -------------- An HTML attachment was scrubbed... URL: From jean-paul at clusterhq.com Thu Dec 18 15:04:20 2014 From: jean-paul at clusterhq.com (Jean-Paul Calderone) Date: Thu, 18 Dec 2014 09:04:20 -0500 Subject: [Cryptography-dev] PyCA cryptography 0.7 release In-Reply-To: References: Message-ID: <871tnxhx5n.fsf@phonon.i-did-not-set--mail-host-address--so-tickle-me> Paul Kehrer writes: > On behalf of all the contributors to PyCA cryptography I?m happy to announce that 0.7 has been tagged and released to PyPI. > Awesome! Congrats and thanks. :) Jean-Paul -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 818 bytes Desc: not available URL: From glyph at twistedmatrix.com Sat Dec 20 00:28:25 2014 From: glyph at twistedmatrix.com (Glyph) Date: Fri, 19 Dec 2014 15:28:25 -0800 Subject: [Cryptography-dev] PyCA cryptography 0.7 release In-Reply-To: <871tnxhx5n.fsf@phonon.i-did-not-set--mail-host-address--so-tickle-me> References: <871tnxhx5n.fsf@phonon.i-did-not-set--mail-host-address--so-tickle-me> Message-ID: <73F9AC4D-EB8C-4AB2-BA0A-3D7DAF38F7BC@twistedmatrix.com> > On Dec 18, 2014, at 6:04 AM, Jean-Paul Calderone wrote: > > Paul Kehrer writes: > >> On behalf of all the contributors to PyCA cryptography I?m happy to announce that 0.7 has been tagged and released to PyPI. >> > > Awesome! Congrats and thanks. :) Same here! Always a pleasure to get these announcement emails. Particularly excited about load_ssh_public_key! From paul.l.kehrer at gmail.com Mon Dec 29 02:56:34 2014 From: paul.l.kehrer at gmail.com (Paul Kehrer) Date: Sun, 28 Dec 2014 18:56:34 -0700 Subject: [Cryptography-dev] PyCA cryptography 0.7.1 release Message-ID: PyCA cryptography 0.7.1 has been released to PyPI. This release corrects an issue where compilation would fail when using an OpenSSL with OPENSSL_NO_SSL3 defined. Thanks to everyone who reported the issue and worked with us testing the fix. -Paul Kehrer -------------- next part -------------- An HTML attachment was scrubbed... URL: