aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/security/security_connector.c
Commit message (Collapse)AuthorAge
* Have a dedicated server security connector.Gravatar Julien Boeuf2016-02-24
| | | | | That was overdue and the handshake is now slightly different for clients (channels) and servers.
* Add a sanity test for name aliasingGravatar Craig Tiller2016-02-22
|
* Merge github.com:grpc/grpc into sceqGravatar Craig Tiller2016-02-02
|\
| * ooops, forgot this...Gravatar Julien Boeuf2016-01-28
| |
| * Changing the API to use a callback mechanism.Gravatar Julien Boeuf2016-01-28
| | | | | | | | This is the agreed-upon solution.
| * Addressing comments.Gravatar Julien Boeuf2016-01-27
| | | | | | | | The new API is now actually useful...
| * Adding a function to override the ssl default roots path.Gravatar Julien Boeuf2016-01-27
| | | | | | | | Fixes the first part of #4834.
* | clang-formatGravatar Craig Tiller2016-01-25
| |
* | Channel args comparisonsGravatar Craig Tiller2016-01-13
|/
* Update copyrightsGravatar Craig Tiller2016-01-04
|
* clang-format codeGravatar Craig Tiller2016-01-04
|
* Removing the peer from the SSL security connector.Gravatar Julien Boeuf2015-12-17
| | | | - Missing unit tests.
* Removing the auth context from the security connector.Gravatar Julien Boeuf2015-12-16
| | | | | The security connector is a channel/server port wide construct. On the other hand, the auth_context is a per-connection construct.
* merge with head and resolve conflictGravatar yang-g2015-12-02
|\
* | make security_connector manage pending handshaker, while handshaker owns tcpGravatar yang-g2015-11-20
| |
* | move pending tcp management from server to connectorGravatar yang-g2015-11-19
| |
| * clang-formatGravatar Craig Tiller2015-11-18
|/
* Got core to compile (without the tests)Gravatar Julien Boeuf2015-10-09
|
* clang-format all core filesGravatar Craig Tiller2015-09-23
|
* Update Windows stuffGravatar Craig Tiller2015-09-23
|
* clang-format all core filesGravatar Craig Tiller2015-09-22
|
* Final patches for renameGravatar Craig Tiller2015-09-22
|
* Move argument passing to start of listGravatar Craig Tiller2015-09-22
|
* Move arguments to the start of listsGravatar Craig Tiller2015-09-22
|
* indent pass to get logical source lines on one physical lineGravatar Craig Tiller2015-09-22
|
* 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
| |
| * Merge branch 'master' of github.com:grpc/grpc into ↵Gravatar Julien Boeuf2015-09-15
| |\ | |/ |/| | | security_connector_refactoring
* | Move the default roots check before allocationGravatar yang-g2015-08-24
| |
| * Transfer the ownership of the handshaker.Gravatar Julien Boeuf2015-08-21
| |
| * Security connector is now responsible for the handshake.Gravatar Julien Boeuf2015-08-21
|/
* Merge branch 'auth_md_processor' of github.com:jboeuf/grpc into ↵Gravatar Craig Tiller2015-07-31
|\ | | | | | | complain-with-both-passion-and-meaning
* | Adding option to force client auth on the server SSL creds.Gravatar Julien Boeuf2015-07-21
| |
| * Server auth metadata processor.Gravatar Julien Boeuf2015-07-16
|/ | | | | | | | | | - Right now it is a global function: would be better to have this per (secure) port. - Changed the interface of the auth_context slightly to make it more friendly. - Positive tests pass. Still need some work on error case (have a negative case as well). - Fixing cpp auth context tests so that they use the shiny new C API.
* clang-format changed filesGravatar Craig Tiller2015-07-01
|
* Refcounting fixes and debugging, empty batch stability fixesGravatar Craig Tiller2015-07-01
|
* SSL refcounting fixesGravatar Craig Tiller2015-06-30
| | | | | | Handle the case where we recreate an auth context. Add (opt-in) debugging for refcounts on auth contexts.
* Merge pull request #2143 from murgatroid99/core_security_conversion_warningsGravatar jboeuf2015-06-23
|\ | | | | Fixed integer conversion warnings in src/core/security
| * Fixed integer conversion warnings in src/core/securityGravatar murgatroid992015-06-19
| |
* | Fixing ssl auth context.Gravatar Julien Boeuf2015-06-18
|/
* Expose gpr_asprintf and gpr_strdupGravatar Masood Malekghassemi2015-06-03
|
* 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.
* Starting on low level changes to support server side authentication.Gravatar Julien Boeuf2015-05-20
|
* Putting tsi util in header so that it can be used elsewhere.Gravatar Julien Boeuf2015-05-18
|
* Clean up tsi properties.Gravatar Julien Boeuf2015-05-13
|
* 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.