14
0

- update to 41.0.3:

* Fixed performance regression loading DH public keys.
  * Fixed a memory leak when using
  * :class:`~cryptography.hazmat.primitives.ciphers.aead.ChaCha20
    Poly1305`.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography?expand=0&rev=194
This commit is contained in:
2023-08-08 10:57:35 +00:00
committed by Git OBS Bridge
parent a74a7d5144
commit 9ed6a9c7a8
6 changed files with 16 additions and 7 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Aug 8 10:57:22 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 41.0.3:
* Fixed performance regression loading DH public keys.
* Fixed a memory leak when using
* :class:`~cryptography.hazmat.primitives.ciphers.aead.ChaCha20
Poly1305`.
-------------------------------------------------------------------
Tue Jul 11 13:44:14 UTC 2023 - Dirk Müller <dmueller@suse.com>