aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/fixtures/h2_ssl_cert.c
Commit message (Collapse)AuthorAge
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Merge github.com:grpc/grpc into cpparenaGravatar Craig Tiller2017-04-14
|\
* | Call ref/unref, bugfixesGravatar Craig Tiller2017-03-31
| |
| * clang formatGravatar Sree Kuchibhotla2017-03-24
| |
| * Updates C CoreGravatar Sree Kuchibhotla2017-03-22
| |
| * clang format codeGravatar Sree Kuchibhotla2017-03-03
| |
| * Prefix grpc_cq_polling_type enums with GRPC_CQ_Gravatar Sree Kuchibhotla2017-03-03
| |
| * Change Core to use the new completion_queue_create APIGravatar Sree Kuchibhotla2017-03-02
|/
* Replace timeout/scaling macros with functions.Gravatar Robbie Shade2017-01-31
|
* Revert "Revert "Metadata handling rewrite""Gravatar Craig Tiller2017-01-23
| | | | This reverts commit 5e01e2ac977655aa074faf7fde0a74298f5e4c55.
* Revert "Metadata handling rewrite"Gravatar Craig Tiller2017-01-20
|
* Start resolving memory issues in C++ metadataGravatar Craig Tiller2016-12-08
|
* All core tests compile without grpc_mdstrGravatar Craig Tiller2016-11-17
|
* Finish moving to new APIsGravatar Craig Tiller2016-11-09
|
* Don't run cancel_after_accept test for fd and socketpair fixtures.Gravatar Mark D. Roth2016-11-03
|
* Fix build problem.Gravatar Mark D. Roth2016-10-31
|
* clang-formatGravatar Mark D. Roth2016-10-31
|
* Change tests to use channel args instead of fake_resolver query args.Gravatar Mark D. Roth2016-10-27
|
* clang-formatGravatar Mark D. Roth2016-10-07
|
* Fix build problem in test.Gravatar Mark D. Roth2016-10-07
|
* Add h2_fake_resolver end2end test fixture.Gravatar Mark D. Roth2016-10-03
|
* Change cq_verifier to report file and line number for expectations.Gravatar Mark D. Roth2016-08-24
|
* Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bisGravatar David Garcia Quintas2016-06-03
|\
* \ Merge branch 'master' of github.com:grpc/grpc into compression_md_level_bisGravatar David Garcia Quintas2016-05-12
|\ \
| | * Merge branch 'master' of https://github.com/grpc/grpc into ↵Gravatar Julien Boeuf2016-05-10
| | |\ | | |/ | |/| | | | credentials_refactoring
| * | Enable -Wextra-semi on compilers that support itGravatar Craig Tiller2016-05-10
| | | | | | | | | | | | Use some template magic to make warning detection much easier in the future.
* | | Allow servers to select compression level via initial MD.Gravatar David Garcia Quintas2016-05-09
|/ / | | | | | | | | | | | | | | Setting the newly added compression_level field of grpc_op::send_initial_metadata by a server now has the effect of applying that compression level for the subsequent call messages leaving the server. The ultimate meaning of the level depends on the client's supported compression algorithms.
| * Refactoring the core security code.Gravatar Julien Boeuf2016-05-04
|/ | | | | | | | | | | | | | | | | | | | | As opposed to a flat directory, we now have the following structure: - security -context - credentials - composite - fake - google_default - iam - jwt - oauth2 - plugin - ssl - transport - util We have not refactored the test code yet but this PR is already large enough...
* Add various options to verify ssl/tls client cert including letting theGravatar Deepak Lukose2016-04-19
application handle the authentication.