aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util/create_test_channel.cc
Commit message (Collapse)AuthorAge
* Ensure that we respect requested channel args in all casesGravatar Craig Tiller2017-10-20
|
* Add a new metric 'Queries/CPU-sec'.Gravatar Guantao Liu2017-07-12
| | | | Enable internal credential types.
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* manual revert of #8901Gravatar yang-g2017-01-11
|
* Revert "Test credentials provider update"Gravatar Craig Tiller2016-11-29
|
* Support custom credential type in interopGravatar yang-g2016-11-23
|
* Test credentials provider updateGravatar yang-g2016-11-22
|
* Added a channel argument to set the maximum reconnect backoff duration. ↵Gravatar Aaron Isotton2016-03-08
| | | | | | Extended the interop test to test the custom reconnect backoffs. This closes #5377.
* Fixing Cpp tests.Gravatar Julien Boeuf2015-10-12
|
* Shuffling headers around.Gravatar Julien Boeuf2015-08-28
|
* implementation fixGravatar yang-g2015-08-27
|
* headers reorgGravatar yang-g2015-08-21
|
* Remove ChannelInterface and replace it with ChannelGravatar yang-g2015-08-19
|
* support per call credentials in c++Gravatar Yang Gao2015-05-14
|
* clang-format c++ codeGravatar Yang Gao2015-03-17
|
* Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-02-26
|\
| * Merge pull request #735 from jboeuf/fix_ssl_sanGravatar Craig Tiller2015-02-24
| |\ | | | | | | Verifying the peer name on the X509 Certs correctly.
| * \ Merge github.com:google/grpc into deprecate-c++Gravatar Craig Tiller2015-02-23
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: test/cpp/end2end/async_end2end_test.cc test/cpp/end2end/end2end_test.cc
| | | * Verifying the peer name on the X509 Certs correctly.Gravatar Julien Boeuf2015-02-23
| | |/ | | | | | | | | | | | | | | | | | | - The SANs take precedence over the CN. - The CN is only checked if there are no SANs. - Fixing the tests as the test cert did not list *.test.google.com in the SANs. Will fix the test cert another time...
* | | Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-02-23
|\ \ \ | | |/ | |/|
| | * s/CreateChannel/CreateChannelDeprecatedGravatar Craig Tiller2015-02-23
| | | | | | | | | | | | | | | | | | For the 2-argument version of CreateChannel. This is a temporary step until #711 is ready to roll out.
| * | Addressing iniitial feedback.Gravatar Julien Boeuf2015-02-23
| |/ | | | | | | | | | | | | - Renaming default credentials -> google default credentials. - Various other things in cpp: - Adding Cpp wrapping for JWT Tokens. - Renaming ComposeCredentials -> CompositeCredentials.
* / 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
|
* update commentsGravatar Yang Gao2015-02-05
|
* Use environment variable to set root certs in c++ interop test.Gravatar Yang Gao2015-02-05
|
* fix commentsGravatar Yang Gao2015-01-26
|
* run clang-formatGravatar Yang Gao2015-01-26
|
* make CreateTestChannel support additional credentials besides sslGravatar Yang Gao2015-01-25
|
* 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.
* Add SSL root for production GFE.Gravatar chenw2014-12-29
| | | | | | | Change on 2014/12/19 by chenw <chenw@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82554526
* Make override hostname an argument for testing against prod gfe.Gravatar yangg2014-12-29
| | | | | | | Change on 2014/12/19 by yangg <yangg@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82544544
* Client side implementation of creating channel with credentials.Gravatar yangg2014-12-29
The old test_ssl_channel related code is deleted and the new create channel call is used for interop tests. Change on 2014/12/19 by yangg <yangg@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82540921