boulder/va
Aaron Gable 64c9ec350d
Unify protobuf generation (#5458)
Create script which finds every .proto file in the repo and correctly
invokes `protoc` for each. Create a single file with a `//go:generate`
directive to invoke the new script. Delete all of the other generate.go
files, so that our proto generation is unified in one place.

Fixes #5453
2021-06-07 08:49:15 -07:00
..
proto Unify protobuf generation (#5458) 2021-06-07 08:49:15 -07:00
caa.go Return full CAA RR response from bdns to va (#5181) 2020-12-10 18:17:04 -08:00
caa_test.go Return full CAA RR response from bdns to va (#5181) 2020-12-10 18:17:04 -08:00
dns.go Use explicit fmt.Sprintf for ProblemDetails (#4787) 2020-04-21 14:36:11 -07:00
dns_test.go VA: Query SRV to preload/cache DNS resolver addrs (#5360) 2021-04-20 10:11:53 -07:00
http.go VA: Don't follow 303 redirects (#5384) 2021-04-05 11:29:01 -07:00
http_test.go VA: Don't follow 303 redirects (#5384) 2021-04-05 11:29:01 -07:00
tlsalpn.go Cleanup go1.15.7 (#5374) 2021-04-01 10:50:18 -07:00
tlsalpn_test.go Standardize on `AssertMetricWithLabelsEquals` (#5371) 2021-04-01 15:20:43 -07:00
utf8filter.go Filter invalid UTF-8 from error responses. (#3845) 2018-09-17 14:35:46 -04:00
utf8filter_test.go Filter invalid UTF-8 from error responses. (#3845) 2018-09-17 14:35:46 -04:00
va.go Honeycomb integration proof-of-concept (#5408) 2021-05-24 16:13:08 -07:00
va_test.go Standardize on `AssertMetricWithLabelsEquals` (#5371) 2021-04-01 15:20:43 -07:00