summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-cryptography_37.0.4.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-cryptography: upgrade 37.0.4 -> 38.0.1Tim Orling2022-10-261-115/+0
| | | | | | | | | | | | | | | | | | | | | | | | * Drop 0001-Cargo.toml-specify-pem-version.patch, superceded. * Update crate:// (via cargo bitbake) * Manually fix crate:// versions to satisfy cargo Release notes: 38.0.1 - 2022-09-07 - Fixed parsing TLVs in ASN.1 with length greater than 65535 bytes (typically seen in large CRLs). 38.0.0 - 2022-09-06 - Final deprecation of OpenSSL 1.1.0. The next release of cryptography will drop support. (For complete release notes, see: https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst#3800---2022-09-06) (From OE-Core rev: da62314b7149cd53ffb046115b67c5e620f2afe4) Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* python3-cryptography: upgrade 37.0.3 -> 37.0.4wangmy2022-07-121-0/+115
Changelog: ========== Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.0.5. (From OE-Core rev: aeb45161afd3e6590c7732a7e4aec4c758d0615c) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>