14
0

- update to 24.1.0:

* Removed the deprecated OpenSSL.crypto.PKCS12 and
    OpenSSL.crypto.NetscapeSPKI. OpenSSL.crypto.PKCS12 may be
    replaced by the PKCS#12 APIs in the cryptography package.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyOpenSSL?expand=0&rev=112
This commit is contained in:
2024-03-16 13:06:38 +00:00
committed by Git OBS Bridge
parent 8e26884f20
commit 1d6a5e867b
5 changed files with 24 additions and 16 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Mar 16 13:04:43 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 24.1.0:
* Removed the deprecated OpenSSL.crypto.PKCS12 and
OpenSSL.crypto.NetscapeSPKI. OpenSSL.crypto.PKCS12 may be
replaced by the PKCS#12 APIs in the cryptography package.
-------------------------------------------------------------------
Mon Jan 29 21:16:31 UTC 2024 - Dirk Müller <dmueller@suse.com>