14
0

- update to 41.0.7 (CVE-2023-49083, bsc#FIXME):

* Fixed compilation when using LibreSSL 3.8.2.
  * Fixed a null-pointer-dereference and segfault that could
    occur when loading certificates from a PKCS#7 bundle.
    Credit to **pkuzco** for reporting the issue. **CVE-2023-49083**

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography?expand=0&rev=202
This commit is contained in:
2023-11-28 09:39:28 +00:00
committed by Git OBS Bridge
parent 35e0fa6aa4
commit ec10c5ca11
6 changed files with 16 additions and 8 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Nov 28 09:27:57 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 41.0.7 (CVE-2023-49083, bsc#FIXME):
* Fixed compilation when using LibreSSL 3.8.2.
* Fixed a null-pointer-dereference and segfault that could
occur when loading certificates from a PKCS#7 bundle.
Credit to **pkuzco** for reporting the issue. **CVE-2023-49083**
-------------------------------------------------------------------
Fri Nov 10 13:28:56 UTC 2023 - Dirk Müller <dmueller@suse.com>