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
2021-01-03 16:21:39 +08:00
2024-02-07 12:41:10 +09:00
2019-04-19 19:36:22 +00:00
2019-02-13 17:08:38 +08:00
2024-01-27 18:49:56 +09:00
2020-02-10 18:33:49 +01:00

Team and repository tags

image

oslo.service -- Library for running OpenStack services

Latest Version

Downloads

oslo.service provides a framework for defining new long-running services using the patterns established by other OpenStack applications. It also includes utilities long-running applications might need for working with SSL or WSGI, performing periodic operations, interacting with systemd, etc.

Description
Library for running OpenStack services
Readme 5.6 MiB
Languages
Python 100%