aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/security/security_connector_test.c
Commit message (Collapse)AuthorAge
* Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
|
* Offer grpc_slice_to_c_string to simplify some codeGravatar Craig Tiller2016-12-09
|
* s/GPR_SLICE/GRPC_SLICE/gGravatar Craig Tiller2016-10-26
|
* Add incldues, fix function namesGravatar Craig Tiller2016-10-26
|
* Update includes, s/gpr_dump_slice/grpc_dump_slice/gGravatar Craig Tiller2016-10-26
|
* s/gpr_slice/grpc_slice, and move around tests, implsGravatar Craig Tiller2016-10-26
|
* Refactoring the core security code.Gravatar Julien Boeuf2016-05-04
| | | | | | | | | | | | | | | | | | | | | As opposed to a flat directory, we now have the following structure: - security -context - credentials - composite - fake - google_default - iam - jwt - oauth2 - plugin - ssl - transport - util We have not refactored the test code yet but this PR is already large enough...
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Fix includesGravatar Craig Tiller2016-03-25
|
* Auto-changesGravatar Craig Tiller2016-03-25
|
* For client cert based authentication, add client cert as an AuthPropertyGravatar Deepak Lukose2016-03-16
|
* Regenerate files, fix bugsGravatar Craig Tiller2016-02-22
|\
* | Add a sanity test for name aliasingGravatar Craig Tiller2016-02-22
|/
* fixing test and clang-format.Gravatar Julien Boeuf2016-01-29
|
* Changing the API to use a callback mechanism.Gravatar Julien Boeuf2016-01-28
| | | | This is the agreed-upon solution.
* Fixing copyright.Gravatar Julien Boeuf2016-01-28
|
* 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.
* Unit testing the peer from auth context functionality.Gravatar Julien Boeuf2015-12-18
|
* Removing the peer from the SSL security connector.Gravatar Julien Boeuf2015-12-17
| | | | - Missing unit tests.
* clang-format all sourceGravatar Craig Tiller2015-08-18
|
* 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.
* Fixing ssl auth context.Gravatar Julien Boeuf2015-06-18