14
0

- update to 23.1.0:

* ``cryptography`` maximum version has been increased to
    40.0.x.
  * Add ``OpenSSL.SSL.Connection.DTLSv1_get_timeout`` and
    ``OpenSSL.SSL.Connection.DTLSv1_handle_timeout``
    to support DTLS timeouts `#1180

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyOpenSSL?expand=0&rev=100
This commit is contained in:
2023-03-27 07:55:49 +00:00
committed by Git OBS Bridge
parent f0708814a1
commit 93b1e4678c
4 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Mar 27 07:54:16 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 23.1.0:
* ``cryptography`` maximum version has been increased to
40.0.x.
* Add ``OpenSSL.SSL.Connection.DTLSv1_get_timeout`` and
``OpenSSL.SSL.Connection.DTLSv1_handle_timeout``
to support DTLS timeouts `#1180
-------------------------------------------------------------------
Mon Jan 2 18:47:06 UTC 2023 - Dirk Müller <dmueller@suse.com>