aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/security/security_connector.h
Commit message (Collapse)AuthorAge
* Rename call_list to closure_listGravatar Craig Tiller2015-09-22
|
* Merge github.com:grpc/grpc into we-are-oneGravatar Craig Tiller2015-09-22
|\
* | Call list progressGravatar Craig Tiller2015-09-18
| |
| * Transfer the ownership of the handshaker.Gravatar Julien Boeuf2015-08-21
| |
| * Security connector is now responsible for the handshake.Gravatar Julien Boeuf2015-08-21
|/
* Adding option to force client auth on the server SSL creds.Gravatar Julien Boeuf2015-07-21
|
* clang-format changed filesGravatar Craig Tiller2015-07-01
|
* Refcounting fixes and debugging, empty batch stability fixesGravatar Craig Tiller2015-07-01
|
* Fixing ssl auth context.Gravatar Julien Boeuf2015-06-18
|
* API for auth context and server-side secure transport only impl.Gravatar Julien Boeuf2015-05-20
| | | | | | | | Still TODO: - a way to plug a metadata processing (somewhat elsewhere but did not one to overload this already large PR). - plug-in the auth context on the client side. - Better end to end testing.
* Putting tsi util in header so that it can be used elsewhere.Gravatar Julien Boeuf2015-05-18
|
* Refactoring of core security to remove the factories.Gravatar Julien Boeuf2015-04-17
- Renamed security_context -> security_connector. - Credentials are now responsible for creating their own connectors.