Use newly-available HandshakeContext instead of firing off a goroutine. https://pkg.go.dev/crypto/tls#Conn.HandshakeContext Don't set explicit min and max TLS versions. Go's defaults do a good job protecting us here (and the max version prevented us from using TLS 1.3). |
||
|---|---|---|
| .. | ||
| creds | ||
| test_proto | ||
| client.go | ||
| errors.go | ||
| errors_test.go | ||
| generate.go | ||
| interceptors.go | ||
| interceptors_test.go | ||
| pb-marshalling.go | ||
| pb-marshalling_test.go | ||
| protogen.sh | ||
| server.go | ||