aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/security/json_token_test.c
Commit message (Collapse)AuthorAge
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Reinstate one check, fix fall outGravatar Craig Tiller2017-03-30
|
* Finish moving to new APIsGravatar Craig Tiller2016-11-09
|
* 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
|
* 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
|
* Move parenthesis to compileGravatar Craig Tiller2016-02-01
|
* Fixing copyrights.Gravatar Nicolas "Pixel" Noble2016-02-01
|
* Replacing grpc_max_auth_token_lifetime by an accessor.Gravatar Nicolas "Pixel" Noble2016-01-31
|
* Core compiles with -Wsign-conversionGravatar Craig Tiller2015-09-10
|
* clang-format all sourceGravatar Craig Tiller2015-08-18
|
* Introduce a clock type field onto gpr_timespec.Gravatar Craig Tiller2015-07-13
| | | | | Use it to validate that arithmetic on time types makes even some vague kind of sense.
* Fixing !strcmp in the tests.Gravatar Julien Boeuf2015-03-09
|
* Adding refresh token parsingGravatar Julien Boeuf2015-03-09
| | | | This is the first step for refresh token credentials.
* strcmp: change all !str[n]cmp to str[n]cmp == 0Gravatar Ronnie Sahlberg2015-03-07
| | | | | | | | Change all !str[n]cmp to be str[n]cmp == 0 consistently across the codebase. Issue #231 Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
* Introduce slowdown factor for unit test deadlinesGravatar Craig Tiller2015-02-25
| | | | Dramatically lowers (eliminates maybe?) false negatives from ?SAN runs.
* Implementing JWT credentials (a.k.a JWT ID Tokens).Gravatar Julien Boeuf2015-02-19
| | | | - Not tested end to end yet
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Addressing latest comments.Gravatar Nicolas Noble2015-01-28
|
* Addressing comments.Gravatar Nicolas Noble2015-01-26
|
* Replacing cJSON with our own code instead.Gravatar Nicolas Noble2015-01-22
|
* Fix opensource build test.Gravatar ctiller2014-12-19
| | | | | | | | | | | | | It's a string of unit tests, so size should actually be small. Setting timeout to long means we have 15 minutes to test everything, which should fit for now. Also fixes a compile error. Once this goes in, TAP should start running our tests again. Change on 2014/12/17 by ctiller <ctiller@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82395309
* Adding JWT generation and signing code for service accounts credentials.Gravatar jboeuf2014-12-16
| | | | | | | Change on 2014/12/16 by jboeuf <jboeuf@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82279249
* Adding base utils for JWT service account workflow. OpenSSL base64 decoding isGravatar jboeuf2014-12-12
a disaster and does not support url_safe which we need for the JWT. Change on 2014/12/12 by jboeuf <jboeuf@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82020601