forked from pool/python-pycryptodome
Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
6708466a71 | |||
155a218e25 | |||
a0fc15c631 | |||
345a8791f1 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:35019dff66c25db80d0c739b9c7b59bb0f61551897681c6dbdbdd0f7198f780f
|
||||
size 17173888
|
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,33 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- update to 3.21.0:
|
||||
* By setting the PYCRYPTODOME_DISABLE_GMP environment variable,
|
||||
the GMP library will not be used even if detected.
|
||||
* Add support for Curve25519 / X25519.
|
||||
* Add support for Curve448 / X448.
|
||||
* Add attribute curve to EccPoint and EccXPoint classes, with
|
||||
the canonical name of the curve.
|
||||
* GH#781: the label for the SP800_108_Counter KDF may now
|
||||
contain zero bytes. Thanks to Julien Rische.
|
||||
* GH#814: RSA keys for PSS can be imported.
|
||||
* GH#810: fixed negation of Ed25519 points.
|
||||
* GH#819: accept an RFC5916 ECPrivateKey even if it doesn't
|
||||
contain any of the optional elements (parameters [0] and
|
||||
publicKey[1]).
|
||||
* Remove support for Python 3.5.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 26 21:11:37 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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")}
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-pycryptodome
|
||||
Version: 3.20.0
|
||||
Version: 3.22.0
|
||||
Release: 0
|
||||
Summary: Cryptographic library for Python
|
||||
License: BSD-2-Clause
|
||||
|
Reference in New Issue
Block a user