Skip to content
Snippets Groups Projects
  • Craig Tiller's avatar
    47c83fda
    Credentials prototyping · 47c83fda
    Craig Tiller authored
    - 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.
    47c83fda
    History
    Credentials prototyping
    Craig Tiller authored
    - 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.