diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-06-01 17:03:33 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-06-02 15:16:36 +0100 |
| commit | 2e4fda8324af27121222f91e22f1e617a5088c06 (patch) | |
| tree | 39f9f56aeb5d4ba4293d4120b9a7bec195ba523d /meta/recipes-devtools/python/python3-pycryptodomex_3.18.0.bb | |
| parent | 9403c5b0d23c7638d64a66d4208cd6dbabe01789 (diff) | |
| download | poky-2e4fda8324af27121222f91e22f1e617a5088c06.tar.gz | |
python3-pycryptodomex: upgrade 3.17 -> 3.18.0
Changelog:
===========
New features
---------------
* Added support for DER BOOLEAN encodings.
* The library now compiles on Windows ARM64.
Resolved issues
---------------
* GH#722: "nonce" attribute was not correctly set for XChaCha20_Poly1305 ciphers.
* GH#728: Workaround for a possible x86 emulator bug in Windows for ARM64.
* GH#739: OID encoding for arc 2 didn't accept children larger than 39.
* Correctly check that the scalar matches the point when importing an ECC private key.
(From OE-Core rev: e11c8fe22ed3683d032b4a1d3c46f607c36edbf2)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-pycryptodomex_3.18.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-pycryptodomex_3.18.0.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-pycryptodomex_3.18.0.bb b/meta/recipes-devtools/python/python3-pycryptodomex_3.18.0.bb new file mode 100644 index 0000000000..cbbc17adba --- /dev/null +++ b/meta/recipes-devtools/python/python3-pycryptodomex_3.18.0.bb | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | require python-pycryptodome.inc | ||
| 2 | inherit setuptools3 | ||
| 3 | |||
| 4 | SRC_URI[sha256sum] = "3e3ecb5fe979e7c1bb0027e518340acf7ee60415d79295e5251d13c68dde576e" | ||
| 5 | |||
| 6 | FILES:${PN}-tests = " \ | ||
| 7 | ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \ | ||
| 8 | ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/__pycache__/ \ | ||
| 9 | " | ||
