boulder/grpc
Roland Bracewell Shoemaker 7853532972 Encode challenge errors and validation records when handling protobufs (#2520)
Previously we had `Error` and `ValidationRecords` fields in the `Challenge` protobuf but they were never populated which mean't that when using gRPC these fields wouldn't be sent to the SA from the RA on a `FinalizeAuthorization` call. This change populates those fields and updates the PB marshaling tests to verify the correct behavior.

Fixes #2514.
2017-01-25 09:39:35 -05:00
..
creds Make client certificate errors more verbose. (#2451) 2016-12-29 14:52:12 -08:00
test_proto Disable fail-fast for gRPC. (#2397) (#2434) 2016-12-15 12:52:34 -08:00
balancer.go Allow gRPC clients to connect to multiple backends (#1918) 2016-06-15 16:50:56 -07:00
balancer_test.go Allow gRPC clients to connect to multiple backends (#1918) 2016-06-15 16:50:56 -07:00
bcodes.go Allow probs.ProblemDetails to be passed across gRPC layer (#2506) 2017-01-19 14:59:44 -08:00
bcodes_test.go Allow probs.ProblemDetails to be passed across gRPC layer (#2506) 2017-01-19 14:59:44 -08:00
ca-wrappers.go Split out separate RPC services for issuing and for signing OCSP (#2452) 2017-01-05 15:08:39 -08:00
client.go Add some timing histogram stats (#2482) 2017-01-10 11:02:41 -08:00
errors_test.go Allow probs.ProblemDetails to be passed across gRPC layer (#2506) 2017-01-19 14:59:44 -08:00
interceptors.go Copy all statsd stats to Prometheus. (#2474) 2017-01-10 10:30:15 -05:00
interceptors_test.go Disable fail-fast for gRPC. (#2397) (#2434) 2016-12-15 12:52:34 -08:00
pb-marshalling.go Encode challenge errors and validation records when handling protobufs (#2520) 2017-01-25 09:39:35 -05:00
pb-marshalling_test.go Encode challenge errors and validation records when handling protobufs (#2520) 2017-01-25 09:39:35 -05:00
publisher-wrappers.go Split grpc/wrappers.go into several files (#2392) 2016-12-06 15:45:31 -08:00
ra-wrappers.go Split grpc/wrappers.go into several files (#2392) 2016-12-06 15:45:31 -08:00
sa-wrappers.go Add a limit on failed authorizations (#2513) 2017-01-23 11:22:51 -08:00
server.go Simplify gRPC TLS configs. (#2470) 2017-01-06 14:19:18 -08:00
va-wrappers.go Split grpc/wrappers.go into several files (#2392) 2016-12-06 15:45:31 -08:00