Skip to content
Snippets Groups Projects
Commit e8543b07 authored by Jorge Canizales's avatar Jorge Canizales
Browse files

Let register SSL config per-host.

Surfaced in GRPCCall+Tests.h

Add GRPCHost to store channel config, and to create channels on demand
with that config. GRPCChannels and configs are cached together.

GRPCSecureChannel is now initialized with (nullable) path to a
certificates file and (nullable) name override.

The same mechanism will be used for creating insecure channels, removing
the ability to do it by specifying the HTTP scheme in the address (which
was deemed too subtle for its implications).
parent 148403af
No related branches found
No related tags found
No related merge requests found
Showing with 350 additions and 97 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment