14
0

- 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
This commit is contained in:
2025-04-10 17:38:22 +00:00
committed by Git OBS Bridge
parent a5e5e2af0e
commit d0574ead09
4 changed files with 16 additions and 5 deletions

View File

@@ -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:02 UTC 2024 - Dirk Müller <dmueller@suse.com>