14
0

Accepting request 1189233 from system:homeautomation:home-assistant:unstable

- 24.2.1:
  * Deprecated OpenSSL.crypto.X509Req,
               OpenSSL.crypto.load_certificate_request,
               OpenSSL.crypto.dump_certificate_request.
    Instead, cryptography.x509.CertificateSigningRequest,s
             cryptography.x509.CertificateSigningRequestBuilder,s
             cryptography.x509.load_der_x509_csr,s
             or cryptography.x509.load_pem_x509_csr should be used.
  * Added type hints for the SSL module. #1308.
  * Changed OpenSSL.crypto.PKey.from_cryptography_key to accept public and private EC, ED25519, ED448 keys

OBS-URL: https://build.opensuse.org/request/show/1189233
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyOpenSSL?expand=0&rev=114
This commit is contained in:
2024-07-24 10:28:52 +00:00
committed by Git OBS Bridge
parent 1d6a5e867b
commit 9c891187c0
4 changed files with 23 additions and 8 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Jul 23 11:39:23 UTC 2024 - Adrian Schröter <adrian@suse.de>
- 24.2.1:
* Deprecated OpenSSL.crypto.X509Req,
OpenSSL.crypto.load_certificate_request,
OpenSSL.crypto.dump_certificate_request.
Instead, cryptography.x509.CertificateSigningRequest,s
cryptography.x509.CertificateSigningRequestBuilder,s
cryptography.x509.load_der_x509_csr,s
or cryptography.x509.load_pem_x509_csr should be used.
* Added type hints for the SSL module. #1308.
* Changed OpenSSL.crypto.PKey.from_cryptography_key to accept public and private EC, ED25519, ED448 keys
-------------------------------------------------------------------
Sat Mar 16 13:04:43 UTC 2024 - Dirk Müller <dmueller@suse.com>