I'm fixing the ALTS/Envoy transport socket extension (which is currently broken). Along the way, I'm trying to remove as many uses of gRPC internals as possible (with the eventual goal of only relying on public gRPC APIs and the alts_zero_copy_grpc_protector). To this end, I need to remove the ExecCtx check in the alts_zero_copy_grpc_protector_create function, so that Envoy can call into this function without needing to create an ExecCtx. |
||
|---|---|---|
| .. | ||
| crypt | ||
| fake_handshaker | ||
| frame_protector | ||
| handshaker | ||
| zero_copy_frame_protector | ||