aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/security/security_context.c
Commit message (Expand)AuthorAge
* 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
* Adding support for loading the SSL roots from an environment variable.Gravatar Julien Boeuf2015-02-02
* Move string.h to internal codeGravatar Craig Tiller2015-01-23
* 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
* Review changes for :scheme conversion to http[s]Gravatar David Klempner2015-01-14
* Send a scheme of http or https as appropriate, rather than grpc.Gravatar David Klempner2015-01-13
* clang-format codebaseGravatar Craig Tiller2015-01-13
* Moving the google-internal security code in their own files.Gravatar jboeuf2015-01-12
* Add ServiceAccount Credentials wrapping and handle credentials creationGravatar yangg2015-01-12
* Remove endpoint/ directories.Gravatar ctiller2014-12-17
* Advertise h2-16, h2-15, h2-14, and accept any of them.Gravatar ctiller2014-12-10
* Automated g4 rollback of changelist 81719124.Gravatar ctiller2014-12-09
* Advertise h2-16, h2-15, h2-14, and accept any of them.Gravatar ctiller2014-12-09
* Updating moe_db.txt with the latest equivalence since the ruby import changed...Gravatar nnoble2014-12-05
* Initial import.Gravatar Nicolas Noble2014-11-26