14
0

- update to 24.0.0:

* Added OpenSSL.SSL.Connection.get_selected_srtp_profile to
    determine which SRTP profile was negotiated. #1279.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyOpenSSL?expand=0&rev=110
This commit is contained in:
2024-01-29 21:23:44 +00:00
committed by Git OBS Bridge
parent 91036534b4
commit 8e26884f20
5 changed files with 40 additions and 28 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Jan 29 21:16:31 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 24.0.0:
* Added OpenSSL.SSL.Connection.get_selected_srtp_profile to
determine which SRTP profile was negotiated. #1279.
-------------------------------------------------------------------
Mon Nov 27 08:52:41 UTC 2023 - Dirk Müller <dmueller@suse.com>