You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
The function ssl.wrap_socket() is deprecated starting Python 3.7 because it does not support hostname matching (which is considered insecure). In Python 3.10, the function now throws warnings at runtime, which makes Ubuntu / Debian autopkgtest fail. The function ssl.SSLContext.wrap_socket comes in as the replacement and has support for SNI and hostname matching. Replaced all uses of ssl.wrap_socket() by equivalent using ssl.SSLContext.wrap_socket(). Signed-off-by: Olivier Gayot <olivier.gayot@canonical.com> |
4 years ago | |
---|---|---|
.. | ||
broker | 4 years ago | |
client | 5 years ago | |
lib | 4 years ago | |
old | 4 years ago | |
random | 4 years ago | |
ssl | 4 years ago | |
unit | 4 years ago | |
Makefile | 4 years ago | |
mosq_test.py | 4 years ago | |
mqtt5_opts.py | 7 years ago | |
mqtt5_props.py | 7 years ago | |
mqtt5_rc.py | 7 years ago | |
ptest.py | 5 years ago |