aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/security
Commit message (Collapse)AuthorAge
...
* | Merge masterGravatar Yash Tibrewal2017-11-16
|\|
* | Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ↵Gravatar Yash Tibrewal2017-11-14
| | | | | | | | ExecCtx and some minor changes
* | Address some PR commentsGravatar Yash Tibrewal2017-11-14
| |
| * clang-format after nullptr changesGravatar Craig Tiller2017-11-10
| |
| * Enable clang-tidy as a sanity check, fix up all known failuresGravatar Craig Tiller2017-11-10
| |
* | Merge with masterGravatar Yash Tibrewal2017-11-09
|\|
| * Merge masterGravatar Yash Tibrewal2017-11-06
| |\
| | * Merge github.com:grpc/grpc into 50Gravatar Craig Tiller2017-11-06
| | |\
| | | * Removing port 443 for the service name (used as audience) when the url is https.Gravatar Julien Boeuf2017-11-03
| | | |
| | * | Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
| | |/
| * | LLVMfuzzer extern CGravatar Yash Tibrewal2017-10-31
| | |
| * | BUILD changes. test languauge to C++Gravatar Yash Tibrewal2017-10-31
| | |
| * | some BUILD changes and designated initializersGravatar Yash Tibrewal2017-10-30
| | |
| * | BUILD files changes for bazelGravatar Yash Tibrewal2017-10-30
| | |
| * | Remove unnecessary extern CsGravatar Yash Tibrewal2017-10-25
| | |
| * | ssl_credentials_tests C++izedGravatar Yash Tibrewal2017-10-25
| | |
| * | Merge branch 'master' into testc++izeGravatar Yash Tibrewal2017-10-25
| |\|
| * | rename all test core files to cc and a lot of C++ style conversionsGravatar Yash Tibrewal2017-10-25
| | |
| | * Expose conversion of grpc to tsi cert pairsGravatar Justin Burke2017-10-23
| |/
* / Removing instances of exec_ctx being passed around in functions inGravatar Yash Tibrewal2017-10-18
|/ | | | | | | | | | | src/core. exec_ctx is now a thread_local pointer of type ExecCtx instead of grpc_exec_ctx which is initialized whenever ExecCtx is instantiated. ExecCtx also keeps track of the previous exec_ctx so that nesting of exec_ctx is allowed. This means that there is only one exec_ctx being used at any time. Also, grpc_exec_ctx_finish is called in the destructor of the object, and the previous exec_ctx is restored to avoid breaking current functionality. The code still explicitly calls grpc_exec_ctx_finish because removing all such instances causes the code to break.
* Merge github.com:grpc/grpc into flowctl+millisGravatar Craig Tiller2017-09-29
|\
| * Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fixGravatar Mark D. Roth2017-09-25
| |\
* | \ Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-09-19
|\ \ \ | | |/ | |/|
* | | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-09-11
|\ \ \
| | * \ Merge github.com:grpc/grpc into pollset_kick_statsGravatar Craig Tiller2017-09-11
| | |\ \ | | |/ / | |/| |
| * | | Merge github.com:grpc/grpc into write_completionGravatar Craig Tiller2017-09-08
| |\ \ \
* | \ \ \ MergeGravatar Craig Tiller2017-09-08
|\ \ \ \ \ | | |/ / / | |/| | |
| | | * | Merge github.com:grpc/grpc into pollset_kick_statsGravatar Craig Tiller2017-09-08
| | | |\ \ | | |_|/ / | |/| | |
| | | | * Merge remote-tracking branch 'upstream/master' into plugin_credentials_api_fixGravatar Mark D. Roth2017-09-08
| | | | |\ | | |_|_|/ | |/| | |
| * | | | fix secure_endpoint_testGravatar jiangtaoli20162017-09-07
| | | | |
| * | | | Fake zero-copy frame protectorGravatar jiangtaoli20162017-09-06
| | | | |
| | | | * Change plugin credentials API to support both sync and async modes.Gravatar Mark D. Roth2017-09-01
| | |_|/ | |/| |
* | | | Merge github.com:grpc/grpc into wcGravatar Craig Tiller2017-09-01
|\| | |
| | | * Add pollset_kick statsGravatar Craig Tiller2017-09-01
| | |/ | |/|
| | * Merge github.com:grpc/grpc into wcGravatar Craig Tiller2017-08-31
| | |\ | | |/ | |/|
| * | Revert "Fake zero copy protector"Gravatar Jan Tattermusch2017-08-31
| | |
| * | Implement fake TSI zero-copy frame protectorGravatar jiangtaoli20162017-08-30
| | |
| * | Moving visibility and package creation to the build system.Gravatar Nicolas "Pixel" Noble2017-08-30
| | |
* | | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-08-29
|\| |
| * | Update credentials_testGravatar Yuchen Zeng2017-08-09
| | |
| * | Add cancellation to asynchronous security APIs.Gravatar Mark D. Roth2017-07-21
| | |
| | * Merge github.com:grpc/grpc into write_completionGravatar Craig Tiller2017-07-17
| | |\ | | |/ | |/|
* | | Fix tools compilationGravatar Craig Tiller2017-07-17
| | |
* | | Compiling againGravatar Craig Tiller2017-07-17
| | |
* | | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-07-17
|\| |
| * | Better handling of token lifetime.Gravatar Julien Boeuf2017-07-13
| | | | | | | | | | | | | | | | | | | | | | | | - In C++, we need a constant for the max lifetime. - In C, make sure that we crop the lifetime in the credentials object itself and not just later during the creation of the token. This will allow the refresh to occur based on the actual token lifetime as opposed to the one from the user (which may be cropped).
| | * Merge github.com:grpc/grpc into write_completionGravatar Craig Tiller2017-07-13
| | |\ | | |/ | |/|
| * | Merge pull request #11310 from nicolasnoble/importGravatar Nicolas Noble2017-07-13
| |\ \ | | | | | | | | Import mutations.
| * \ \ Merge pull request #11409 from annasapek/asynch-tsi-fake-handshakerGravatar Mark D. Roth2017-07-12
| |\ \ \ | | | | | | | | | | Update tsi_fake_handshaker to implement the asynchronous TSI
| | | | * Merge github.com:grpc/grpc into write_completionGravatar Craig Tiller2017-07-11
| | | | |\ | | |_|_|/ | |/| | |