14
0

- update to 23.2.0:

* Removed ``X509StoreFlags.NOTIFY_POLICY``.
  * ``cryptography`` maximum version has been increased to
    41.0.x.
  * Invalid versions are now rejected in
    ``OpenSSL.crypto.X509Req.set_version``.
  * Added ``X509VerificationCodes`` to ``OpenSSL.SSL``.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyOpenSSL?expand=0&rev=105
This commit is contained in:
2023-06-19 20:26:28 +00:00
committed by Git OBS Bridge
parent e4120dc3df
commit e6e57d5255
5 changed files with 26 additions and 17 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Jun 19 20:25:32 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 23.2.0:
* Removed ``X509StoreFlags.NOTIFY_POLICY``.
* ``cryptography`` maximum version has been increased to
41.0.x.
* Invalid versions are now rejected in
``OpenSSL.crypto.X509Req.set_version``.
* Added ``X509VerificationCodes`` to ``OpenSSL.SSL``.
-------------------------------------------------------------------
Fri Apr 21 12:30:17 UTC 2023 - Dirk Müller <dmueller@suse.com>