sslsplit
sslsplit copied to clipboard
Implement partial support for TLSv1.3
Some items from #220
- add to -r and -R config options to require/prohibit
- fallback to TLSv1.2 when source connection is missing SNI (it is required in TLSv1.3)
I have updated my tls13 branch with the changes in the develop branch, and merged your changes to it. If you want to submit further changes, please do them against the tls13 branch. Thanks.