aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/security
Commit message (Expand)AuthorAge
* Making the gRPC C tests building under Windows.Gravatar Nicolas Noble2015-05-09
* Refactoring of core security to remove the factories.Gravatar Julien Boeuf2015-04-17
* Adding option to add a null terminator when loading a file.Gravatar Julien Boeuf2015-04-15
* Adding refresh token credentials.Gravatar Julien Boeuf2015-03-09
* Fixing !strcmp in the tests.Gravatar Julien Boeuf2015-03-09
* Adding refresh token parsingGravatar Julien Boeuf2015-03-09
* strcmp: change all !str[n]cmp to str[n]cmp == 0Gravatar Ronnie Sahlberg2015-03-07
* Introduce slowdown factor for unit test deadlinesGravatar Craig Tiller2015-02-25
* Addressing iniitial feedback.Gravatar Julien Boeuf2015-02-23
* Added support for default credentials.Gravatar Julien Boeuf2015-02-21
* Adding tool for generating JWTs on the command line.Gravatar Julien Boeuf2015-02-19
* Implementing JWT credentials (a.k.a JWT ID Tokens).Gravatar Julien Boeuf2015-02-19
* Fixing sprintf and a few other things.Gravatar Julien Boeuf2015-02-18
* Fix use-after-free.Gravatar Craig Tiller2015-02-18
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
* Re-enabling errors on warning, disabling unused parameter warning, and fixing...Gravatar Nicolas "Pixel" Noble2015-01-30
* Merge branch 'master' of github.com:google/grpc into jsonGravatar Nicolas Noble2015-01-27
|\
* | Addressing latest comments.Gravatar Nicolas Noble2015-01-28
| * sync up with masterGravatar Yang Gao2015-01-27
| |\
* | \ Merge branch 'master' of github.com:google/grpc into jsonGravatar Nicolas Noble2015-01-26
|\ \ \ | | |/ | |/|
* | | Addressing comments.Gravatar Nicolas Noble2015-01-26
* | | Merge branch 'master' of github.com:google/grpc into jsonGravatar Nicolas Noble2015-01-26
|\ \ \
| | | * run clang-formatGravatar Yang Gao2015-01-26
| | |/ | |/|
| | * Remove use of sprintfGravatar Craig Tiller2015-01-23
| |/
| * Move string.h to internal codeGravatar Craig Tiller2015-01-23
* | Replacing cJSON with our own code instead.Gravatar Nicolas Noble2015-01-22
|/
* Changing the SSL (Server) Credentials API.Gravatar Julien Boeuf2015-01-20
* Changing size type in Transport Security (TSI) from uint32_t to size_t:Gravatar Julien Boeuf2015-01-15
* () --> (void)Gravatar Craig Tiller2015-01-15
* Remove libevent.Gravatar ctiller2015-01-09
* Add a --forever flag, to continuously run tests as things change.Gravatar ctiller2015-01-09
* Remove libevent.Gravatar ctiller2015-01-08
* Adding support for service account credentials.Gravatar jboeuf2014-12-29
* Fix opensource build test.Gravatar ctiller2014-12-19
* Remove endpoint/ directories.Gravatar ctiller2014-12-17
* Adding JWT generation and signing code for service accounts credentials.Gravatar jboeuf2014-12-16
* Adding base utils for JWT service account workflow. OpenSSL base64 decoding isGravatar jboeuf2014-12-12
* Updating moe_db.txt with the latest equivalence since the ruby import changed...Gravatar nnoble2014-12-05
* Initial import.Gravatar Nicolas Noble2014-11-26