From paul.l.kehrer at gmail.com Tue Nov 1 17:55:41 2022 From: paul.l.kehrer at gmail.com (Paul Kehrer) Date: Wed, 2 Nov 2022 05:55:41 +0800 Subject: [Cryptography-dev] PyCA cryptography 38.0.3 released Message-ID: PyCA cryptography 38.0.3 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 3.6+, and PyPy3. Changelog (https://cryptography.io/en/latest/changelog/#v38-0-3): * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.0.7, which resolves CVE-2022-3602 and CVE-2022-3786. -Paul Kehrer (reaperhulk) From paul.l.kehrer at gmail.com Sun Nov 27 14:07:28 2022 From: paul.l.kehrer at gmail.com (Paul Kehrer) Date: Sun, 27 Nov 2022 12:07:28 -0700 Subject: [Cryptography-dev] PyCA cryptography 38.0.4 released Message-ID: PyCA cryptography 38.0.4 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 3.6+, and PyPy3. Changelog (https://cryptography.io/en/latest/changelog/#v38-0-4): * Fixed compilation when using LibreSSL 3.6.0. * Fixed error when using py2app to build an application with a cryptography dependency. -Paul Kehrer (reaperhulk)