Skip to content
Snippets Groups Projects
Commit 47c83fda authored by Craig Tiller's avatar Craig Tiller Committed by Craig Tiller
Browse files

Credentials prototyping

- Remove CredentialsFactory as it's unnecessary
- Effectively make Credentials a channel factory, allowing different credential types to create different channel types - this gives us a hook so that InsecureCredentials can at runtime instantiate a different kind of channel as required - giving us a way of generating an openssl free version of grpc++.
- Server credentials not touched yet, but they'll need to be updated.
parent 8b131922
No related branches found
No related tags found
Loading
Showing
with 524 additions and 293 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