summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-cryptography
Commit message (Collapse)AuthorAgeFilesLines
* python3-cryptography: fix CVE-2024-26130 NULL pointer dereferenceHitendra Prajapati2024-04-021-0/+66
| | | | | | | Upstream-Status: Backport from https://github.com/pyca/cryptography/commit/97d231672763cdb5959a3b191e692a362f1b9e55 Signed-off-by: Hitendra Prajapati <hprajapati@mvista.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-cryptography: fix CVE-2023-23931Vijay Anusuri2023-06-231-0/+45
| | | | | | | | Upstream-Status: Backport [https://github.com/pyca/cryptography/commit/9fbf84efc861668755ab645530ec7be9cf3c6696] Signed-off-by: Vijay Anusuri <vanusuri@mvista.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-cryptography: backport 3 changes to fix CVE-2020-36242Martin Jansa2022-05-253-0/+179
| | | | | | | | | | | * backport the actual code change from https://github.com/pyca/cryptography/pull/5747 without the docs and CI changes (which aren't applicable on old 2.8 version) and backport 2 older changes to make this fix applicable on 2.8. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python-cryptography: Extend recipe to support Python 3Fabio Berton2016-09-051-0/+2
- Add Python 3 recipe - Change DEPENDS and RDEPENDS code style - Add native and nativesdk to BBCLASSEXTEND Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>