Files
poky/meta/recipes-devtools/python/python3-cryptography-common.inc
Tim Orling 3982111d24 python3-cryptography{-vectors}: upgrade 45.0.3 -> 45.0.4
https://cryptography.io/en/latest/changelog/#v45-0-4

45.0.4 - 2025-06-09
Fixed decrypting PKCS#8 files encrypted with SHA1-RC4. (This is not
considered secure, and is supported only for backwards compatibility.)

(From OE-Core rev: fbed96588a48c8d9bb9fe617d9d71168cef01e5c)

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2025-06-26 11:02:34 +01:00

7 lines
256 B
C++

# Sharing PV between cryptography and cryptography-vectors will
# ensure that updating one but not the other will cause a build error.
#
# Additionally AUH will detect that they share this .inc file and
# perform a lockstep upgrade for both.
PV = "45.0.4"