Accepting request 786474 from home:mcalabkova:branches:devel:languages:python
- Update to 3.9.7 * Align stack of functions using SSE2 intrinsics to avoid crashes, when compiled with gcc on 32-bit x86 platforms. * Prevent key_to_english from creating invalid data when fed with keys of length not multiple of 8. * Fix blocking RSA signing/decryption when key has very small factor. * fixed memory leak for operations that use memoryviews when cffi is not installed. * RSA OAEP decryption was not verifying that all PS bytes are zero. * Fixed wrong ASN.1 OID for HMAC-SHA512 in PBE2. OBS-URL: https://build.opensuse.org/request/show/786474 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycryptodome?expand=0&rev=35
This commit is contained in:
parent
25d54c227e
commit
ed95c510c7
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 19 13:12:39 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
||||||
|
|
||||||
|
- Update to 3.9.7
|
||||||
|
* Align stack of functions using SSE2 intrinsics to avoid crashes,
|
||||||
|
when compiled with gcc on 32-bit x86 platforms.
|
||||||
|
* Prevent key_to_english from creating invalid data when fed with
|
||||||
|
keys of length not multiple of 8.
|
||||||
|
* Fix blocking RSA signing/decryption when key has very small factor.
|
||||||
|
* fixed memory leak for operations that use memoryviews when cffi
|
||||||
|
is not installed.
|
||||||
|
* RSA OAEP decryption was not verifying that all PS bytes are zero.
|
||||||
|
* Fixed wrong ASN.1 OID for HMAC-SHA512 in PBE2.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Nov 10 16:54:21 UTC 2019 - Hans-Peter Jansen <hpj@urpla.net>
|
Sun Nov 10 16:54:21 UTC 2019 - Hans-Peter Jansen <hpj@urpla.net>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pycryptodome
|
# spec file for package python-pycryptodome
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define oldpython python
|
%define oldpython python
|
||||||
Name: python-pycryptodome
|
Name: python-pycryptodome
|
||||||
Version: 3.9.2
|
Version: 3.9.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Cryptographic library for Python
|
Summary: Cryptographic library for Python
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e14409e1bbf5ae3a7d64259cccb33b15448672776fe09263c9689180ab075f49
|
|
||||||
size 11605238
|
|
3
v3.9.7.tar.gz
Normal file
3
v3.9.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d44ceeace26b74eab324809862a3ee3ba3fc8166aa79f79cc22b0d7574c0171b
|
||||||
|
size 15546956
|
Loading…
Reference in New Issue
Block a user