summaryrefslogtreecommitdiffstats
path: root/src/lib/Bcfg2/Server
diff options
context:
space:
mode:
authorJohannes Kampmeyer <joka@uni-paderborn.de>2019-11-26 08:26:40 +0100
committercasept <davids.paskevics@gmail.com>2024-01-31 13:12:50 +0000
commitc7ead39f0e9f7d0de5f6265357328f5d150848af (patch)
tree0eac69bbbf583354fccb891c3da2cd7c1d1d0a23 /src/lib/Bcfg2/Server
parentce80fa6a8b67a817fb3b2859062d575e787a3609 (diff)
downloadbcfg2-c7ead39f0e9f7d0de5f6265357328f5d150848af.tar.gz
bcfg2-c7ead39f0e9f7d0de5f6265357328f5d150848af.tar.bz2
bcfg2-c7ead39f0e9f7d0de5f6265357328f5d150848af.zip
Add client support for python 3.5+
Starting with python 3.7 ssl.SSLSocket was removed. Simply calling wrap_socket is the proposed fix here. Starting with python 3.5 ssl.PROTOCOL_TLSv1 was removed, so we switch to PROTOCOL_TLS, which should result in the highest possible TLS connection. Modern OSes do no longer support SSLv2/3 so it is okayish to ignore those. This should fix #415
Diffstat (limited to 'src/lib/Bcfg2/Server')
0 files changed, 0 insertions, 0 deletions