aboutsummaryrefslogtreecommitdiff
path: root/test/core/security
AgeCommit message (Expand)Author
2018-01-18Split lib/support into lib/gpr and lib/gpr++.Mark D. Roth
2018-01-12windows needs fflush after fprintfJan Tattermusch
2017-12-06Revert "Revert "All instances of exec_ctx being passed around in src/core rem...Yash Tibrewal
2017-12-06Revert "All instances of exec_ctx being passed around in src/core removed"Yash Tibrewal
2017-12-05Merge master into execctxYash Tibrewal
2017-12-04Pass a pollset_set to some client handshakers.Dan Born
2017-11-29Remove _ prefixed variable namesYash Tibrewal
2017-11-28Fix tests to call grpc_init and grpc_shutdown before using exec_ctxYash Tibrewal
2017-11-21A few src/core fixes due to missing exec_ctx_finishYash Tibrewal
2017-11-16Merge masterYash Tibrewal
2017-11-14Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ExecCt...Yash Tibrewal
2017-11-14Address some PR commentsYash Tibrewal
2017-11-10clang-format after nullptr changesCraig Tiller
2017-11-10Enable clang-tidy as a sanity check, fix up all known failuresCraig Tiller
2017-11-09Merge with masterYash Tibrewal
2017-11-06Merge masterYash Tibrewal
2017-11-06Merge github.com:grpc/grpc into 50Craig Tiller
2017-11-03Removing port 443 for the service name (used as audience) when the url is https.Julien Boeuf
2017-11-03Update clang-format to 5.0Craig Tiller
2017-10-31LLVMfuzzer extern CYash Tibrewal
2017-10-31BUILD changes. test languauge to C++Yash Tibrewal
2017-10-30some BUILD changes and designated initializersYash Tibrewal
2017-10-30BUILD files changes for bazelYash Tibrewal
2017-10-25Remove unnecessary extern CsYash Tibrewal
2017-10-25ssl_credentials_tests C++izedYash Tibrewal
2017-10-25Merge branch 'master' into testc++izeYash Tibrewal
2017-10-25rename all test core files to cc and a lot of C++ style conversionsYash Tibrewal
2017-10-23Expose conversion of grpc to tsi cert pairsJustin Burke
2017-10-18Removing instances of exec_ctx being passed around in functions inYash Tibrewal
2017-09-29Merge github.com:grpc/grpc into flowctl+millisCraig Tiller
2017-09-25Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fixMark D. Roth
2017-09-19Merge github.com:grpc/grpc into grpc_millisCraig Tiller
2017-09-11Merge github.com:grpc/grpc into grpc_millisCraig Tiller
2017-09-11Merge github.com:grpc/grpc into pollset_kick_statsCraig Tiller
2017-09-08Merge github.com:grpc/grpc into write_completionCraig Tiller
2017-09-08MergeCraig Tiller
2017-09-08Merge github.com:grpc/grpc into pollset_kick_statsCraig Tiller
2017-09-08Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fixMark D. Roth
2017-09-07fix secure_endpoint_testjiangtaoli2016
2017-09-06Fake zero-copy frame protectorjiangtaoli2016
2017-09-01Change plugin credentials API to support both sync and async modes.Mark D. Roth
2017-09-01Merge github.com:grpc/grpc into wcCraig Tiller
2017-09-01Add pollset_kick statsCraig Tiller
2017-08-31Merge github.com:grpc/grpc into wcCraig Tiller
2017-08-31Revert "Fake zero copy protector"Jan Tattermusch
2017-08-30Implement fake TSI zero-copy frame protectorjiangtaoli2016
2017-08-30Moving visibility and package creation to the build system.Nicolas "Pixel" Noble
2017-08-29Merge github.com:grpc/grpc into grpc_millisCraig Tiller
2017-08-09Update credentials_testYuchen Zeng
2017-07-21Add cancellation to asynchronous security APIs.Mark D. Roth