1
0

4 Commits

Author SHA256 Message Date
6708466a71 Accepting request 1268468 from devel:languages:python
- 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/request/show/1268468
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycryptodome?expand=0&rev=32
2025-04-10 20:00:15 +00:00
155a218e25 - 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
2025-04-10 17:37:32 +00:00
a0fc15c631 Accepting request 1208841 from devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/1208841
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycryptodome?expand=0&rev=31
2024-10-20 08:13:39 +00:00
345a8791f1 - 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pycryptodome?expand=0&rev=68
2024-10-18 08:53:38 +00:00
4 changed files with 35 additions and 5 deletions

View File

@@ -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

Binary file not shown.

View File

@@ -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> Fri Jan 26 21:11:37 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -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.20.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