14
0

- update to 23.1.1:

* Worked around an issue in OpenSSL 3.1.0 which caused
    `X509Extension.get_short_name` to raise an exception when no
    short name was known to OpenSSL.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyOpenSSL?expand=0&rev=101
This commit is contained in:
2023-03-28 15:40:57 +00:00
committed by Git OBS Bridge
parent 93b1e4678c
commit a0d6178494
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Mar 28 15:40:13 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 23.1.1:
* Worked around an issue in OpenSSL 3.1.0 which caused
`X509Extension.get_short_name` to raise an exception when no
short name was known to OpenSSL.
-------------------------------------------------------------------
Mon Mar 27 07:54:16 UTC 2023 - Dirk Müller <dmueller@suse.com>