aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
* Pick a random starting portGravatar Adele Zhou2018-05-10
|
* Migrate SSL_transport_security TSI to new TSI handshaker APIGravatar jiangtaoli20162018-05-09
|
* Add tsi_handshaker_shutdown to TSIGravatar Yihua Zhang2018-05-09
|
* Merge pull request #15221 from yihuazhang/alts_fuzzerGravatar yihuaz2018-05-09
|\ | | | | Add ALTS fuzzer tests
* \ Merge pull request #15176 from apolcyn/convert_resolver_component_test_to_pythonGravatar apolcyn2018-05-08
|\ \ | | | | | | Convert c-ares test runner from bash to python, to support windows
* \ \ Merge pull request #15283 from apolcyn/server_consume_socket_mutatorGravatar apolcyn2018-05-08
|\ \ \ | | | | | | | | Consume socket mutators on posix servers
| * | | Add a test that tcp server posix consumes socket mutatorsGravatar Alexander Polcyn2018-05-08
| | | |
* | | | Fix bug in RunServer()Gravatar Juanli Shen2018-05-08
| | | |
| | | * Add ALTS fuzzerGravatar Yihua Zhang2018-05-08
| |_|/ |/| |
* | | gcov: dont run large json_run_localhost scenariosGravatar Jan Tattermusch2018-05-08
| | |
* | | Merge pull request #15270 from apolcyn/add_interop_server_buildoptsGravatar apolcyn2018-05-04
|\ \ \ | | | | | | | | Add a way to set ServerBuilderOptions on C++ interop server
* \ \ \ Merge pull request #15240 from yihuazhang/google_default_credsGravatar yihuaz2018-05-04
|\ \ \ \ | | | | | | | | | | Incorporate alts to google default creds
| | * | | Provide a way to run C++ interop server with custom ServerBuilderOptionsGravatar Alexander Polcyn2018-05-03
| | |/ /
| * | | incorporate alts to google default credsGravatar Yihua Zhang2018-05-03
| | | |
* | | | Fix bad_ping end2end test flakinessGravatar Yash Tibrewal2018-05-03
|/ / /
| | * cleanup, and get rid of unnecessary timeouts in two placesGravatar Alexander Polcyn2018-05-01
| | |
* | | Add load data storeGravatar Juanli Shen2018-05-01
| | |
* | | Merge pull request #15208 from apolcyn/fix_addr_sorting_compare_bugGravatar apolcyn2018-04-30
|\ \ \ | | | | | | | | Fix bug in an address sorting comparison
* \ \ \ Merge pull request #15156 from AspirinSJL/resolution_timer_fixGravatar Juanli Shen2018-04-30
|\ \ \ \ | | | | | | | | | | Check retry timer before starting resolving
| * | | | Don't resolve if there is a resolution timerGravatar Juanli Shen2018-04-30
| | | | |
* | | | | Merge pull request #15220 from ncteisen/microbenchmarksGravatar Noah Eisen2018-04-27
|\ \ \ \ \ | | | | | | | | | | | | Don't Use Benchmark Counters
* \ \ \ \ \ Merge pull request #15217 from jiangtaoli2016/fix_security_connector_namespaceGravatar Jiangtao Li2018-04-27
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix namespace of security_connector test functions
| | * | | | | Dont use benchmark countersGravatar ncteisen2018-04-27
| | | | | | |
| * | | | | | fix namespace of security_connector test functionsGravatar jiangtaoli20162018-04-27
| | | | | | |
* | | | | | | Merge branch 'v1.11.x'Gravatar Mehrdad Afshari2018-04-27
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #14387 from dcow/zone-idGravatar Mark D. Roth2018-04-27
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | gRPC core: strip zone-id from IPv6 hosts before TLS verification
| | * | | | | | Fix the Python source distribtest scriptGravatar Mehrdad Afshari2018-04-27
| | | | | | | |
| | | | | * | | Fix a bug in an address sorting comparisonGravatar Alexander Polcyn2018-04-26
| | | | | |/ /
* | | | | | | Merge pull request #15188 from ncteisen/microbenchmarksGravatar Noah Eisen2018-04-26
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Support Microbenchmarks Internally
| | * | | | | | gRPC core: strip zone-id from IPv6 hosts before TLS verificationGravatar David Cowden2018-04-26
| |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When initiating a connection to an IPv6 peer using an address that is not globally scoped, there may be ambiguity regarding which zone the destination address applies to when multiple links of the same scope are present. The scoped address architecture and zone-id syntax are described in rfc4007 and rfc 6874, respectively: * https://tools.ietf.org/html/rfc4007#section-6 * https://tools.ietf.org/html/rfc6874 This patch allows host name verification performed during TLS session establishment, and on a per-call basis, to work correctly when the peer presents a certificate with a non-global IPv6 address listed as one of its alternate names. Whether arbitrary certificate authorities choose issue certificates of this nature, or not, is outside the scope of gRPC. The zone-id is separated from the address using a percent (%) character. It is considered a system implementation detail and guidance suggests it be stripped from any paths or addresses egressing a host because it is irrelevant and meaningless otherwise. It would not make sense for a server to present a certificate containing non-global IPv6 addresses with zone-ids present nor would it work unless two hosts happened to be using the same zone-id. ssl_host_matches_name is prefixed with grpc_ because it has been promoted to the global namespace for testing. Resolves #14371
| * | | | | | Support microbenchmarks internallyGravatar ncteisen2018-04-25
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #15047 from davidben/ssl-session-accessGravatar Vijay Pai2018-04-25
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Do not reach into BoringSSL internals.
| | | | | * Convert c-ares test runner from bash to python, so that it works onGravatar Alexander Polcyn2018-04-24
| |_|_|_|/ |/| | | | | | | | | | | | | | windows
* | | | | Merge pull request #15155 from grpc/revert-15150-revert-15130-fake_handshakerGravatar Jiangtao Li2018-04-24
|\ \ \ \ \ | | | | | | | | | | | | Revert "Revert "Add fake ALTS handshaker server (bazel only)""
* | | | | | [openssl] Use 80-bytes STEK for OpenSSL-1.1Gravatar Ruslan Nigmatullin2018-04-23
| | | | | |
| * | | | | Fix BUILD to allow successful importGravatar jiangtaoli20162018-04-23
| | | | | |
| * | | | | Revert "Revert "Add fake ALTS handshaker server (bazel only)""Gravatar Jiangtao Li2018-04-23
|/ / / / /
* | | | | Revert "Add fake ALTS handshaker server (bazel only)"Gravatar Mark D. Roth2018-04-23
| | | | |
* | | | | Merge pull request #15127 from yihuazhang/kokoro_alts_testGravatar yihuaz2018-04-20
|\ \ \ \ \ | | | | | | | | | | | | Add ALTS to interop tests
* \ \ \ \ \ Merge pull request #15130 from jiangtaoli2016/fake_handshakerGravatar Jiangtao Li2018-04-20
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add fake ALTS handshaker server (bazel only)
| * | | | | | Add fake ALTS handshaker server (bazel only)Gravatar jiangtaoli20162018-04-20
| | | | | | |
* | | | | | | Merge pull request #14954 from markdroth/retry_fixGravatar Mark D. Roth2018-04-20
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix retry code handling of internally triggered recv_trailing_metadata.
| | | * | | | | add alts to interop testsGravatar Yihua Zhang2018-04-20
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge pull request #15123 from apolcyn/fix_addr_sort_shutdown_bugGravatar apolcyn2018-04-19
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix bug in address sorting shutdown
* \ \ \ \ \ \ \ Merge pull request #15117 from markdroth/dns_resolver_test_fixGravatar Mark D. Roth2018-04-19
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | Clean up test cases in dns_resolver_test.
* | | | | | | | Merge pull request #15090 from markdroth/handshaker_traceGravatar Mark D. Roth2018-04-19
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Add tracer for handshakers.
| | | * | | | | | Fix bug in addr sorting shutdonwGravatar Alexander Polcyn2018-04-19
| | | | | | | | |
* | | | | | | | | Merge pull request #15101 from markdroth/llvm_build_fixGravatar Mark D. Roth2018-04-19
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | Avoid warnings from LLVM -Wself-assign.
| | | * | | | | | Clean up test cases in dns_resolver_test.Gravatar Mark D. Roth2018-04-19
| | | |/ / / / /
* | | / / / / / Break out qps services into seperate protosGravatar kpayson642018-04-18
| |_|/ / / / / |/| | | | | |