aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/security/security_context.c
Commit message (Expand)AuthorAge
* Stage #1 of core breakup: move everything under libGravatar Craig Tiller2016-03-25
* Auto-changesGravatar Craig Tiller2016-03-25
* Get subchannel index workingGravatar Craig Tiller2016-01-25
* clang-formatGravatar Craig Tiller2016-01-25
* Channel args comparisonsGravatar Craig Tiller2016-01-13
* Merge pull request #3993 from ctiller/new_opGravatar David G. Quintas2015-11-18
|\
| * stream_op cleanup: security changesGravatar Craig Tiller2015-11-02
* | Got core to compile (without the tests)Gravatar Julien Boeuf2015-10-09
|/
* Fixing #3680Gravatar Julien Boeuf2015-10-08
* Restore sanityGravatar Craig Tiller2015-10-05
* Add API tracing to gRPC coreGravatar Masood Malekghassemi2015-10-02
* Adding C++ metadata processor.Gravatar Julien Boeuf2015-08-28
* clang-format all sourceGravatar Craig Tiller2015-08-18
* Putting the auth metadata processor on the server creds.Gravatar Julien Boeuf2015-07-21
* Cannot figure out server filter logic for error in auth md processing.Gravatar Julien Boeuf2015-07-17
* Server auth metadata processor.Gravatar Julien Boeuf2015-07-16
* Resolve commentsGravatar yang-g2015-07-09
* SSL refcounting fixesGravatar Craig Tiller2015-06-30
* Expose gpr_asprintf and gpr_strdupGravatar Masood Malekghassemi2015-06-03
* Addressing comments.Gravatar Julien Boeuf2015-05-20
* API for auth context and server-side secure transport only impl.Gravatar Julien Boeuf2015-05-20
* Addressing comments.Gravatar Julien Boeuf2015-05-08
* 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
* Share mdctx between secure channelsGravatar Craig Tiller2015-04-14
* strcmp: change all !str[n]cmp to str[n]cmp == 0Gravatar Ronnie Sahlberg2015-03-07
* Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-02-26
|\
| * Strip port in peer name checkGravatar Craig Tiller2015-02-25
| * Merge pull request #776 from jboeuf/ssl_cipher_suitesGravatar Abhishek Kumar2015-02-24
| |\
| | * Addressing comments.Gravatar Julien Boeuf2015-02-24
| | * Using HTTP2 compliant cipher suites by default.Gravatar Julien Boeuf2015-02-24
| * | Removing port from checked ssl target name.Gravatar Julien Boeuf2015-02-24
| |/
* | Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-02-23
|\|
| * Merge pull request #710 from jboeuf/default_google_credsGravatar Craig Tiller2015-02-23
| |\
| | * Addressing iniitial feedback.Gravatar Julien Boeuf2015-02-23
* | | Update C++ server with new core APIGravatar Craig Tiller2015-02-23
|/ /
* | 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
| |\
* | | Adding roots.pem from Mozilla and associated logic.Gravatar Julien Boeuf2015-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
|/ /
* | 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
|/
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
* Fixing memleak.Gravatar Julien Boeuf2015-02-17
* Adding call host (:authority header) check in the secure channel.Gravatar Julien Boeuf2015-02-10