soheilhy / cmux

Connection multiplexer for GoLang: serve different services on the same port!
Apache License 2.0
2.53k stars 197 forks source link

remove support for deprecated tls.VersionSSL30 #71

Open alrs opened 4 years ago

alrs commented 4 years ago

The Go authors deprecated support for SSLv3 in go 1.13. They've decided to remove it in go 1.14, and have already merged the commit.

See: https://golang.org/issue/32716

This PR, or something like it, should probably land before February 2020.

alrs commented 4 years ago

cmux is vendored into Kubernetes, so staving off bitrot is of interest.

alrs commented 4 years ago

Are you at Kubecon and available to talk about this PR and https://github.com/soheilhy/cmux/pull/72, @soleilhy?