boulder/grpc
Jacob Hoffman-Andrews 44ab348548
Update gRPC TLS handshake (#5968)
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).
2022-02-24 14:23:32 -08:00
..
creds Update gRPC TLS handshake (#5968) 2022-02-24 14:23:32 -08:00
test_proto Fix grpc test proto generation (#5452) 2021-06-02 16:19:25 -07:00
client.go Only convert gRPC cancellations into 408s at WFEs (#5566) 2021-08-09 10:35:18 -07:00
errors.go Fixup staticcheck and stylecheck, and violations thereof (#5897) 2022-01-20 16:22:30 -08:00
errors_test.go Fixup staticcheck and stylecheck, and violations thereof (#5897) 2022-01-20 16:22:30 -08:00
generate.go Unify protobuf generation (#5458) 2021-06-07 08:49:15 -07:00
interceptors.go Improve error checking paradigm (#5920) 2022-02-01 14:42:43 -07:00
interceptors_test.go Fixup staticcheck and stylecheck, and violations thereof (#5897) 2022-01-20 16:22:30 -08:00
pb-marshalling.go Remove dead code (#5893) 2022-01-19 12:23:06 -08:00
pb-marshalling_test.go Make core.Registration.CreatedAt a *time.Time (#5422) 2021-05-21 13:44:56 -06:00
protogen.sh Unify protobuf generation (#5458) 2021-06-07 08:49:15 -07:00
server.go Fixup staticcheck and stylecheck, and violations thereof (#5897) 2022-01-20 16:22:30 -08:00