aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/security
Commit message (Expand)AuthorAge
* Merge pull request #710 from jboeuf/default_google_credsGravatar Craig Tiller2015-02-23
|\
* | Fix memory leakGravatar Craig Tiller2015-02-23
| * Addressing iniitial feedback.Gravatar Julien Boeuf2015-02-23
| * Added support for default credentials.Gravatar Julien Boeuf2015-02-21
* | Actually installing root certificates on the system.Gravatar Nicolas "Pixel" Noble2015-02-22
* | Merge branch 'master' of github.com:google/grpc into installed_ssl_roots-patchGravatar Nicolas "Pixel" Noble2015-02-22
|\|
| * Merge pull request #641 from jboeuf/jwt_id_tokenGravatar Yang Gao2015-02-21
| |\
| * \ Merge branch 'master' of github.com:google/grpc into httpcli_testGravatar Nicolas "Pixel" Noble2015-02-21
| |\ \
* | | | Adding roots.pem from Mozilla and associated logic.Gravatar Julien Boeuf2015-02-20
| | * | Add a facility to control tracing without recompilingGravatar Craig Tiller2015-02-20
| |/ / |/| |
* | | Merge pull request #665 from nicolasnoble/ssl-prefixGravatar jboeuf2015-02-20
|\ \ \
| * | | Defining an installation prefix for grpc's root certs at compilation time.Gravatar Nicolas "Pixel" Noble2015-02-20
* | | | Removing the hardcoded SSL roots.Gravatar Julien Boeuf2015-02-20
|/ / /
| * | Disabled httpcli_test, and ran build cleaner.Gravatar Nicolas "Pixel" Noble2015-02-20
* | | Revert "Adding a constant for a well known place where the SSL roots are inst...Gravatar Nicolas Noble2015-02-19
|/ /
* | Adding a constant for a well known place where the SSL roots are installed.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
* Merge github.com:grpc/grpc into c++apiGravatar Craig Tiller2015-02-17
|\
| * Fixing memleak.Gravatar Julien Boeuf2015-02-17
* | Multi-completion-queue-serverGravatar Craig Tiller2015-02-12
|/
* Adding call host (:authority header) check in the secure channel.Gravatar Julien Boeuf2015-02-10
* Adding support for loading the SSL roots from an environment variable.Gravatar Julien Boeuf2015-02-02
* Re-enabling errors on warning, disabling unused parameter warning, and fixing...Gravatar Nicolas "Pixel" Noble2015-01-30
* Merge pull request #168 from nicolasnoble/jsonGravatar Craig Tiller2015-01-29
|\
* | Cleaning up some code.Gravatar Nicolas "Pixel" Noble2015-01-29
| * 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 github.com:google/grpc into javascriptGravatar Craig Tiller2015-01-27
| |\ \
| | | * Fixing a few typos.Gravatar 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 uses of sprintfGravatar Craig Tiller2015-01-23
* | | Remove uses of sprintfGravatar Craig Tiller2015-01-23
* | | Move string.h to internal codeGravatar Craig Tiller2015-01-23
| * | Merge github.com:google/grpc into javascriptGravatar Craig Tiller2015-01-23
| |\ \ | |/ / |/| |
| | * Replacing cJSON with our own code instead.Gravatar Nicolas Noble2015-01-22
* | | Merge pull request #149 from murgatroid99/node_bind_port_zeroGravatar Tim Emiola2015-01-21
|\ \ \ | |_|/ |/| |
| | * Make send/recv_metadata take ownership of passed in metadataGravatar Craig Tiller2015-01-21
| |/ |/|
| * Brought grpc_server_add_secure_http2_port in line with grpc_server_http2_portGravatar murgatroid992015-01-21
* | Changing the SSL (Server) Credentials API.Gravatar Julien Boeuf2015-01-20
|/
* Use clang-format-3.5Gravatar Craig Tiller2015-01-18
* Changing size type in Transport Security (TSI) from uint32_t to size_t:Gravatar Julien Boeuf2015-01-15
* clang-formatGravatar Craig Tiller2015-01-15
* () --> (void)Gravatar Craig Tiller2015-01-15