boulder/grpc
Aaron Gable a70fc604a3
Use go1.21's stdlib slices package (#7074)
As of go1.21, there's a new standard library package which provides
basically the same (generic!) methods as the x/exp/slices package has
been. Now that we're on go1.21, let's use the more stable package.

Fixes https://github.com/letsencrypt/boulder/issues/6951
Fixes https://github.com/letsencrypt/boulder/issues/7032
2023-09-08 13:46:46 -07:00
..
creds Update gRPC TLS handshake (#5968) 2022-02-24 14:23:32 -08:00
internal Use go1.21's stdlib slices package (#7074) 2023-09-08 13:46:46 -07:00
noncebalancer WFE: Correct Error Handling for Nonce Redemption RPCs with Unknown Prefixes (#7004) 2023-07-28 12:07:52 -04:00
test_proto Update boulder-tools dependencies (#6129) 2022-05-20 14:24:01 -07:00
client.go grpc: add NoWaitForReady config field (#6850) 2023-05-09 16:16:44 -07:00
client_test.go wfe2: don't pass through client-initiated cancellation (#6608) 2023-01-26 17:26:15 -08:00
errors.go Allow BoulderErrors to be interpreted as grpc.Statuses (#6654) 2023-02-16 14:17:09 -08:00
errors_test.go grpc: add NoWaitForReady config field (#6850) 2023-05-09 16:16:44 -07:00
generate.go Unify protobuf generation (#5458) 2021-06-07 08:49:15 -07:00
interceptors.go grpc: add NoWaitForReady config field (#6850) 2023-05-09 16:16:44 -07:00
interceptors_test.go grpc: add NoWaitForReady config field (#6850) 2023-05-09 16:16:44 -07:00
pb-marshalling.go Deprecate ROCSPStage6 feature flag (#6770) 2023-04-04 15:41:51 -07:00
pb-marshalling_test.go SA: Don't store HTTP-01 hostname and port in database validationrecord (#6863) 2023-05-23 15:36:17 -04:00
protogen.sh Unify protobuf generation (#5458) 2021-06-07 08:49:15 -07:00
resolver.go Re-enable errcheck linter (#6819) 2023-04-14 15:41:12 -04:00
resolver_test.go grpc: Implement a static multiple IP address gRPC resolver (#6270) 2022-08-05 10:20:57 -07:00
server.go grpc/sa: Implement deep health checks (#6928) 2023-06-12 13:58:53 -04:00
server_test.go grpc/sa: Implement deep health checks (#6928) 2023-06-12 13:58:53 -04:00