From 136c467c2adb271978892ca49a852cc3db843a9c4a96ec51950d77991e5fd854 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 1 Jun 2023 10:12:55 +0000 Subject: [PATCH] - update to 3.18.0: * Added support for DER BOOLEAN encodings. * The library now compiles on Windows ARM64. Thanks to Niyas Sait. * GH#722: ``nonce`` attribute was not correctly set for XChaCha20_Poly1305 ciphers. Thanks to Liam Haber. * 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. Thanks to James. * Correctly check that the scalar matches the point when importing an ECC private key. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycryptodome?expand=0&rev=55 --- pycryptodome-3.17.0.tar.gz | 3 --- pycryptodome-3.18.0.tar.gz | 3 +++ python-pycryptodome.changes | 16 ++++++++++++++++ python-pycryptodome.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 pycryptodome-3.17.0.tar.gz create mode 100644 pycryptodome-3.18.0.tar.gz diff --git a/pycryptodome-3.17.0.tar.gz b/pycryptodome-3.17.0.tar.gz deleted file mode 100644 index 18daa51..0000000 --- a/pycryptodome-3.17.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d677199dc3f4d502d6d78bd8855f313eed427be4545bd6a8188c7fc0799ea379 -size 16714317 diff --git a/pycryptodome-3.18.0.tar.gz b/pycryptodome-3.18.0.tar.gz new file mode 100644 index 0000000..1d4b05b --- /dev/null +++ b/pycryptodome-3.18.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60f58349c3d62a99bb87665b2a16afda87dc2d537a14aa45aaad1a3748b781ba +size 16720227 diff --git a/python-pycryptodome.changes b/python-pycryptodome.changes index 29c07da..6432035 100644 --- a/python-pycryptodome.changes +++ b/python-pycryptodome.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Jun 1 10:12:06 UTC 2023 - Dirk Müller + +- update to 3.18.0: + * Added support for DER BOOLEAN encodings. + * The library now compiles on Windows ARM64. Thanks to Niyas + Sait. + * GH#722: ``nonce`` attribute was not correctly set for + XChaCha20_Poly1305 ciphers. Thanks to Liam Haber. + * 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. Thanks to James. + * Correctly check that the scalar matches the point when + importing an ECC private key. + ------------------------------------------------------------------- Fri May 5 17:09:46 UTC 2023 - Matej Cepl diff --git a/python-pycryptodome.spec b/python-pycryptodome.spec index 7079060..ea954be 100644 --- a/python-pycryptodome.spec +++ b/python-pycryptodome.spec @@ -19,7 +19,7 @@ %define oldpython python %define min_version %{lua:rpm.expand("%{version}"):gsub("^(%d+%.%d+).*", "%1")} Name: python-pycryptodome -Version: 3.17.0 +Version: 3.18.0 Release: 0 Summary: Cryptographic library for Python License: BSD-2-Clause