oslo.service/oslo_service
James Page 5810d016e1 Update sslutils.wrap for newer Pythons
Make use of SSLContext to configure and then wrap sockets.

For Pythons >= 3.12 ssl.wrap_socket was been remove and this
is the only approach for configuring SSL options.

This should be compatible with Python 3.6 or later.

Change-Id: Ie6632c60db2bda10ad13a2ac2931b88ad52c10f4
2024-04-03 23:42:54 +00:00
..
locale/en_GB/LC_MESSAGES Imported Translations from Zanata 2022-06-21 03:50:34 +00:00
tests Update sslutils.wrap for newer Pythons 2024-04-03 23:42:54 +00:00
__init__.py Drop custom implementation of EVENTLET_HUB 2020-11-30 09:00:47 -05:00
_i18n.py Update URLs in documents according to document migration 2017-07-12 23:28:29 +08:00
_options.py Make debug option of wsgi server configurable 2021-12-21 11:23:23 +00:00
eventlet_backdoor.py Fix fo() backdoor command for non-class objects 2021-10-05 08:29:50 +00:00
fixture.py Use eventletutils Event class 2019-01-10 22:06:11 +00:00
loopingcall.py Fix BackOffLoopingCall error so it is not misleading 2021-09-16 10:18:35 -07:00
periodic_task.py Drop six usages 2020-05-26 15:20:01 +02:00
service.py Make signal handling order predictable 2024-03-13 16:00:38 +00:00
sslutils.py Update sslutils.wrap for newer Pythons 2024-04-03 23:42:54 +00:00
systemd.py Fix argument type for _sd_notify() on python3 2016-03-31 10:51:19 -06:00
threadgroup.py Deprecate the ThreadGroup.cancel() API 2018-12-20 11:11:23 +13:00
version.py pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz) 2017-02-06 12:49:21 -05:00
wsgi.py Make debug option of wsgi server configurable 2021-12-21 11:23:23 +00:00