sonertari / SSLproxy

Transparent SSL/TLS proxy for decrypting and diverting network traffic to other programs, such as UTM services, for deep SSL inspection
BSD 2-Clause "Simplified" License
377 stars 98 forks source link

Ends support for TLS 1.0 #59

Closed quftot closed 6 months ago

quftot commented 7 months ago

the discontinuation of TLS 1.0 support, it has been confirmed that testing is not possible.

sonertari commented 7 months ago

Thanks for the pr. But we shouldn't remove those tests completely, because SSLproxy can be used with older versions of OpenSSL. Please see my latest commits to the develop branch.

quftot commented 6 months ago

I checked the develop branch. Thanks for the correction!