From: Wang Mingyu <[email protected]> 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. Signed-off-by: Wang Mingyu <[email protected]> --- ...hon3-pycryptodome_3.17.bb => python3-pycryptodome_3.18.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pycryptodome_3.17.bb => python3-pycryptodome_3.18.0.bb} (38%) diff --git a/meta/recipes-devtools/python/python3-pycryptodome_3.17.bb b/meta/recipes-devtools/python/python3-pycryptodome_3.18.0.bb similarity index 38% rename from meta/recipes-devtools/python/python3-pycryptodome_3.17.bb rename to meta/recipes-devtools/python/python3-pycryptodome_3.18.0.bb index 05f654f225..a1e4b42bdf 100644 --- a/meta/recipes-devtools/python/python3-pycryptodome_3.17.bb +++ b/meta/recipes-devtools/python/python3-pycryptodome_3.18.0.bb @@ -1,5 +1,5 @@ require python-pycryptodome.inc inherit setuptools3 -SRC_URI[sha256sum] = "bce2e2d8e82fcf972005652371a3e8731956a0c1fbb719cc897943b3695ad91b" +SRC_URI[sha256sum] = "c9adee653fc882d98956e33ca2c1fb582e23a8af7ac82fee75bd6113c55a0413" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#182083): https://lists.openembedded.org/g/openembedded-core/message/182083 Mute This Topic: https://lists.openembedded.org/mt/99260068/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
