abrasive / nxBender

Open source client for netExtender SSL VPNs
BSD 3-Clause "New" or "Revised" License
41 stars 20 forks source link

Replace deprecated ssl.wrap_socket by SSLContext.wrap_socket #23

Open flinti opened 4 months ago

flinti commented 4 months ago

This PR replaces ssl.wrap_socket with SSLContext.wrap_socket. This makes nxBender compatible with Python 3.12.