Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Credentials prototyping | Craig Tiller | 2015-02-23 | |
- 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. |