From paul.l.kehrer at gmail.com Mon Jul 10 23:25:54 2023 From: paul.l.kehrer at gmail.com (Paul Kehrer) Date: Mon, 10 Jul 2023 22:25:54 -0500 Subject: [Cryptography-dev] PyCA cryptography 41.0.2 released Message-ID: PyCA cryptography 41.0.2 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.7+, and PyPy3 7.3.10+. Changelog (https://cryptography.io/en/latest/changelog/#v41-0-2): * Fixed bugs in creating and parsing SSH certificates where critical options with values were handled incorrectly. Certificates are now created correctly and parsing accepts correct values as well as the previously generated invalid forms with a warning. In the next release, support for parsing these invalid forms will be removed. -Paul Kehrer (reaperhulk)