14
0

- update to 23.0.0:

* Add ``OpenSSL.SSL.X509StoreFlags.PARTIAL_CHAIN`` constant to allow for
    users
  to perform certificate verification on partial certificate chains.
  * ``cryptography`` maximum version has been increased to 39.0.x.
- drop pyOpenSSL-pr1158-conditional-__all__.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyOpenSSL?expand=0&rev=98
This commit is contained in:
2023-01-02 18:49:48 +00:00
committed by Git OBS Bridge
parent b067fdba7d
commit f0708814a1
5 changed files with 17 additions and 55 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Jan 2 18:47:06 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 23.0.0:
* Add ``OpenSSL.SSL.X509StoreFlags.PARTIAL_CHAIN`` constant to allow for
users
to perform certificate verification on partial certificate chains.
* ``cryptography`` maximum version has been increased to 39.0.x.
- drop pyOpenSSL-pr1158-conditional-__all__.patch (upstream)
-------------------------------------------------------------------
Fri Oct 21 14:20:05 UTC 2022 - Ben Greiner <code@bnavigator.de>