diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-06-01 17:03:32 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-06-02 15:16:36 +0100 |
commit | 9403c5b0d23c7638d64a66d4208cd6dbabe01789 (patch) | |
tree | 1badcf56a8cb43935000de04fab456216c251111 | |
parent | a58c54587642272150016ea026bc27bdb693fffe (diff) | |
download | poky-9403c5b0d23c7638d64a66d4208cd6dbabe01789.tar.gz |
python3-pycryptodome: 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: 74ab9f3f90ca56fbef06b3f075b0120da052b379)
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>
-rw-r--r-- | meta/recipes-devtools/python/python3-pycryptodome_3.17.bb | 5 | ||||
-rw-r--r-- | meta/recipes-devtools/python/python3-pycryptodome_3.18.0.bb | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-devtools/python/python3-pycryptodome_3.17.bb b/meta/recipes-devtools/python/python3-pycryptodome_3.17.bb deleted file mode 100644 index 05f654f225..0000000000 --- a/meta/recipes-devtools/python/python3-pycryptodome_3.17.bb +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | require python-pycryptodome.inc | ||
2 | inherit setuptools3 | ||
3 | |||
4 | SRC_URI[sha256sum] = "bce2e2d8e82fcf972005652371a3e8731956a0c1fbb719cc897943b3695ad91b" | ||
5 | |||
diff --git a/meta/recipes-devtools/python/python3-pycryptodome_3.18.0.bb b/meta/recipes-devtools/python/python3-pycryptodome_3.18.0.bb new file mode 100644 index 0000000000..a1e4b42bdf --- /dev/null +++ b/meta/recipes-devtools/python/python3-pycryptodome_3.18.0.bb | |||
@@ -0,0 +1,5 @@ | |||
1 | require python-pycryptodome.inc | ||
2 | inherit setuptools3 | ||
3 | |||
4 | SRC_URI[sha256sum] = "c9adee653fc882d98956e33ca2c1fb582e23a8af7ac82fee75bd6113c55a0413" | ||
5 | |||