From alex.gaynor at gmail.com Fri Aug 7 19:29:53 2020 From: alex.gaynor at gmail.com (Alex Gaynor) Date: Fri, 7 Aug 2020 19:29:53 -0400 Subject: [Cryptography-dev] Rust code in pyca/cryptography Message-ID: Hi all, We're investigating the inclusion of Rust code into pyca/cryptography. If you are interested in providing feedback on this, please see https://github.com/pyca/cryptography/issues/5381 and leave a comment. Thanks, Alex -- All that is necessary for evil to succeed is for good people to do nothing. -------------- next part -------------- An HTML attachment was scrubbed... URL: From paul.l.kehrer at gmail.com Thu Aug 27 00:50:18 2020 From: paul.l.kehrer at gmail.com (Paul Kehrer) Date: Wed, 26 Aug 2020 23:50:18 -0500 Subject: [Cryptography-dev] PyCA cryptography 3.1 released Message-ID: PyCA cryptography 3.1 has been released to PyPI. cryptography includes both high level recipes and low level interfaces to common cryptographic algorithms such as symmetric ciphers, asymmetric algorithms, message digests, X509, key derivation functions, and much more. We support Python 2.7, Python 3.5+, and PyPy. Changelog (https://cryptography.io/en/latest/changelog/#v3-1): * BACKWARDS INCOMPATIBLE: Removed support for idna based U-label parsing in various X.509 classes. This support was originally deprecated in version 2.1 and moved to an extra in 2.5. * Deprecated OpenSSL 1.0.2 support. OpenSSL 1.0.2 is no longer supported by the OpenSSL project. The next version of cryptography will drop support for it. * Deprecated support for Python 3.5. This version sees very little use and will be removed in the next release. * backend arguments to functions are no longer required and the default backend will automatically be selected if no backend is provided. * Added initial support for parsing certificates from PKCS7 files with load_pem_pkcs7_certificates() and load_der_pkcs7_certificates() . * Calling update or update_into on CipherContext with data longer than 231 bytes no longer raises an OverflowError. This also resolves the same issue in Fernet (symmetric encryption). -Paul Kehrer (reaperhulk) -------------- next part -------------- An HTML attachment was scrubbed... URL: