forked from pool/python-pycryptodomex
- update to 3.19.0:
* The ``update()`` methods of TupleHash128 and TupleHash256 objects can now hash multiple items (byte strings) at once. * Added support for ECDH, with ``Crypto.Protocol.DH``. * GH#754: due to a bug in ``cffi``, do not use it on Windows with Python 3.12+. - Update to 3.16.0 * New parameter output for Crypto.Util.strxor.strxor, Crypto.Util.strxor.strxor_c, encrypt and decrypt methods in symmetric ciphers (Crypto.Cipher package). output is a pre-allocated buffer (a bytearray or a writeable memoryview) where the result must be stored. This requires less memory for very large payloads; it is also more efficient when encrypting * Fix vulnerability on AESNI ECB with payloads smaller than * Fixed incorrect AES encryption/decryption with AES acceleration on x86 due to gcc’s optimization and strict * More prime number candidates than necessary where discarded as composite due to the limited way D values were searched * More meaningful exceptions in case of mismatch in IV length OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycryptodomex?expand=0&rev=37
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 27 15:55:53 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.19.0:
|
||||
* The ``update()`` methods of TupleHash128 and TupleHash256
|
||||
objects can now hash multiple items (byte strings) at once.
|
||||
* Added support for ECDH, with ``Crypto.Protocol.DH``.
|
||||
* GH#754: due to a bug in ``cffi``, do not use it on Windows
|
||||
with Python 3.12+.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 27 12:54:10 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
|
@@ -16,11 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%global skip_python2 1
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pycryptodomex
|
||||
Version: 3.18.0
|
||||
Version: 3.19.0
|
||||
Release: 0
|
||||
Summary: Cryptographic library for Python
|
||||
License: BSD-2-Clause
|
||||
|
BIN
v3.18.0.tar.gz
(Stored with Git LFS)
BIN
v3.18.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
v3.19.0.tar.gz
Normal file
3
v3.19.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:30354c769a508f644cf5c9647ef1f3a346b6fb3e64034fc3a8a364f6986beeb1
|
||||
size 17153954
|
Reference in New Issue
Block a user