forked from pool/python-pycryptodome
- update to 3.22.0:
* Added support for HPKE (RFC 9180). * GH#812: CCM ciphers will now fail before encrypting (or decrypting) data beyond the limit imposed by the nonce length. * GH#846: fix infinite loop with RC4 for data larger than 4GB. * GH#852: handle correctly invalid PEM files with less than 3 lines. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycryptodome?expand=0&rev=70
This commit is contained in:
BIN
pycryptodome-3.21.0.tar.gz
(Stored with Git LFS)
BIN
pycryptodome-3.21.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
pycryptodome-3.22.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
pycryptodome-3.22.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 10 17:36:55 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 3.22.0:
|
||||||
|
* Added support for HPKE (RFC 9180).
|
||||||
|
* GH#812: CCM ciphers will now fail before encrypting (or decrypting)
|
||||||
|
data beyond the limit imposed by the nonce length.
|
||||||
|
* GH#846: fix infinite loop with RC4 for data larger than 4GB.
|
||||||
|
* GH#852: handle correctly invalid PEM files with less than 3
|
||||||
|
lines.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Oct 18 08:53:31 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Fri Oct 18 08:53:31 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pycryptodome
|
# spec file for package python-pycryptodome
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 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 @@
|
|||||||
%define min_version %{lua:rpm.expand("%{version}"):gsub("^(%d+%.%d+).*", "%1")}
|
%define min_version %{lua:rpm.expand("%{version}"):gsub("^(%d+%.%d+).*", "%1")}
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-pycryptodome
|
Name: python-pycryptodome
|
||||||
Version: 3.21.0
|
Version: 3.22.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Cryptographic library for Python
|
Summary: Cryptographic library for Python
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
|
Reference in New Issue
Block a user