aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/security/create_jwt.c
Commit message (Collapse)AuthorAge
* Fixing JWT verifier.Gravatar Julien Boeuf2016-12-21
| | | | | | | | - Initializes grpc correctly in the JWT utils. - Make the email mapping work with the new service accounts produced by Google IAM. - Adding check for email issuers where the issuer has to be the subject as well. - Implementing portable version of memrchr.
* clang-formatGravatar Craig Tiller2016-10-26
|
* s/GPR_SLICE/GRPC_SLICE/gGravatar Craig Tiller2016-10-26
|
* Bulk update #includesGravatar Craig Tiller2016-10-26
|
* s/gpr_slice/grpc_slice, and move around tests, implsGravatar Craig Tiller2016-10-26
|
* 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