14
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

Diff Content Not Available