boulder/grpc
Aaron Gable 95b77dbd25
Remove va gRPC wrapper (#5328)
Delete the ValidationAuthorityGRPCServer and ...GRPCClient structs,
and update references to instead reference the underlying vapb.VAClient
type directly. Also delete the core.ValidationAuthority interface.

Does not require updating interfaces elsewhere, as the client
wrapper already included the variadic grpc.CallOption parameter.

Fixes #5325
2021-03-11 15:38:50 -08:00
..
creds Use error wrapping for berrors and tests (#5169) 2020-11-06 13:17:11 -08:00
test_proto Update interceptors_test to proto3. (#5046) 2020-08-24 16:05:57 -07:00
client.go Refactoring tls.Config mutation out of grpc (#5175) 2020-11-12 16:24:16 -08:00
errors.go grpc: replacing error assertions with errors.As (#5143) 2020-10-26 15:25:38 -07:00
errors_test.go Fix nits found by staticcheck (#4726) 2020-03-30 10:20:20 -07:00
interceptors.go Fix nits found by staticcheck (#4726) 2020-03-30 10:20:20 -07:00
interceptors_test.go Update interceptors_test to proto3. (#5046) 2020-08-24 16:05:57 -07:00
pb-marshalling.go Add validated timestamp to challenges (#5253) 2021-01-29 08:07:32 -08:00
pb-marshalling_test.go Add validated timestamp to challenges (#5253) 2021-01-29 08:07:32 -08:00
ra-wrappers.go Allow WFEv1 to specify which issuer to use (#5222) 2021-01-20 09:22:03 -08:00
sa-wrappers.go Fix IsAnyNilOrZero to correctly handle all numeric types (#5096) 2020-09-23 09:01:20 -07:00
server.go Add gRPC MaxConnectionAge config. (#5311) 2021-03-01 18:37:47 -08:00