aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/client/credentials_test.cc
Commit message (Collapse)AuthorAge
* Change grpc++ references in names to grpcppGravatar Vijay Pai2018-03-08
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Fix error refcount bugGravatar Noah Eisen2017-05-02
| | | | | Added a missing ref in httpcli.c. Also added a test to avoid regression
* Fixing Cpp tests.Gravatar Julien Boeuf2015-10-12
|
* Shuffling headers around.Gravatar Julien Boeuf2015-08-28
|
* Credentials cleanup:Gravatar Julien Boeuf2015-08-25
| | | | | | | | - Removing service_accounts credentials. These credentials just have drawbacks compared to service_account_jwt_access credentials, notably in terms for security. - Renaming Google specific credentials with a Google prefix for C and C++. This should be done as well for wrapped languages.
* Merge github.com:grpc/grpc into ↵Gravatar Craig Tiller2015-07-23
|\ | | | | | | sometimes-its-good-just-to-check-in-with-each-other
| * Remove one range-based for and do appropriate static casts on nullptrGravatar Vijay Pai2015-07-21
|/
* support per call credentials in c++Gravatar Yang Gao2015-05-14
|
* Merge branch 'master' of github.com:grpc/grpc into the-purge-2Gravatar Nicolas "Pixel" Noble2015-04-24
|\ | | | | | | | | Conflicts: include/grpc++/completion_queue.h
| * Add a GrpcLibrary class to wrap grpc_init and grpc_shutdown and convert all ↵Gravatar Yang Gao2015-04-24
| | | | | | | | the tests to init/shutdown free.
* | Refactoring std::chrono out.Gravatar Nicolas Noble2015-04-08
|/
* clang-format c++ codeGravatar Yang Gao2015-03-17
|
* Credentials prototypingGravatar Craig Tiller2015-02-23
| | | | | | - Remove CredentialsFactory as it's unnecessary - Effectively make Credentials a channel factory, allowing different credential types to create different channel types - this gives us a hook so that InsecureCredentials can at runtime instantiate a different kind of channel as required - giving us a way of generating an openssl free version of grpc++. - Server credentials not touched yet, but they'll need to be updated.
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Changing the SSL (Server) Credentials API.Gravatar Julien Boeuf2015-01-20
| | | | | | | | | | | | | | - Changed the unsigned char * + size to NULL terminated strings which makes sense for the PEM format. I may change TSI later (but the impact will hopefully be much more limited). - Added a way to pass multiple key/cert pairs to servers which is needed when hosting more than one domain. - Removed the C++ SSL credentials tests as we are going to have an option to not specify the roots which will then be derived from the environment (well-known platform dependent locations and/or environment variable). - Fixed the php build which is the only one added in the run_test.py. This change will certainly break node, python and ruby.
* Initialize gtest correctlyGravatar Craig Tiller2015-01-12
|
* Add ServiceAccount Credentials wrapping and handle credentials creationGravatar yangg2015-01-12
failure. Change on 2015/01/09 by yangg <yangg@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83634736