17
0

4 Commits

Author SHA256 Message Date
a169e2d2c2 Accepting request 1269470 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/1269470
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycryptodomex?expand=0&rev=25
2025-04-15 14:47:19 +00:00
d0574ead09 - 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-pycryptodomex?expand=0&rev=48
2025-04-10 17:38:22 +00:00
abf8b2fad9 Accepting request 1208824 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/1208824
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pycryptodomex?expand=0&rev=24
2024-10-18 13:58:16 +00:00
a5e5e2af0e - 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-pycryptodomex?expand=0&rev=46
2024-10-18 08:53:08 +00:00
4 changed files with 35 additions and 5 deletions

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

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-pycryptodomex # spec file for package python-pycryptodomex
# #
# 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
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons} %{?sle15_python_module_pythons}
Name: python-pycryptodomex Name: python-pycryptodomex
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

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:35019dff66c25db80d0c739b9c7b59bb0f61551897681c6dbdbdd0f7198f780f
size 17173888

BIN
v3.22.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.