aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/security/create_jwt.c
Commit message (Collapse)AuthorAge
* Move load_file into iomgrGravatar Craig Tiller2016-05-18
|
* Fix compile errorsGravatar Craig Tiller2016-05-18
|
* 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
|
* Add a sanity test for name aliasingGravatar Craig Tiller2016-02-22
|
* Fixing copyrights.Gravatar Nicolas "Pixel" Noble2016-02-01
|
* Replacing grpc_max_auth_token_lifetime by an accessor.Gravatar Nicolas "Pixel" Noble2016-01-31
|
* Adding option to add a null terminator when loading a file.Gravatar Julien Boeuf2015-04-15
| | | | | | - This will take care of a potential issue with default credentials where the slice pointer is casted as const char * for APIs that need a null terminated string.
* Adding tool for generating JWTs on the command line.Gravatar Julien Boeuf2015-02-19