-
- Downloads
Merge pull request #1506 from jboeuf/call_creds
Adding support for per call credentials in core.
No related branches found
No related tags found
Showing
- BUILD 2 additions, 0 deletionsBUILD
- Makefile 68 additions, 96 deletionsMakefile
- build.json 2 additions, 0 deletionsbuild.json
- include/grpc/grpc_security.h 7 additions, 0 deletionsinclude/grpc/grpc_security.h
- src/core/security/auth.c 73 additions, 58 deletionssrc/core/security/auth.c
- src/core/security/security_context.c 79 additions, 0 deletionssrc/core/security/security_context.c
- src/core/security/security_context.h 48 additions, 0 deletionssrc/core/security/security_context.h
- src/core/surface/call.c 2 additions, 0 deletionssrc/core/surface/call.c
- src/core/surface/call.h 6 additions, 2 deletionssrc/core/surface/call.h
- test/core/end2end/end2end_tests.h 1 addition, 0 deletionstest/core/end2end/end2end_tests.h
- test/core/end2end/fixtures/chttp2_fake_security.c 3 additions, 1 deletiontest/core/end2end/fixtures/chttp2_fake_security.c
- test/core/end2end/fixtures/chttp2_simple_ssl_fullstack.c 2 additions, 1 deletiontest/core/end2end/fixtures/chttp2_simple_ssl_fullstack.c
- test/core/end2end/fixtures/chttp2_simple_ssl_with_oauth2_fullstack.c 2 additions, 1 deletion...nd2end/fixtures/chttp2_simple_ssl_with_oauth2_fullstack.c
- test/core/end2end/gen_build_json.py 35 additions, 31 deletionstest/core/end2end/gen_build_json.py
- test/core/end2end/tests/request_response_with_payload_and_call_creds.c 338 additions, 0 deletions...2end/tests/request_response_with_payload_and_call_creds.c
- tools/run_tests/tests.json 7 additions, 43 deletionstools/run_tests/tests.json
- vsprojects/Grpc.mak 1 addition, 33 deletionsvsprojects/Grpc.mak
- vsprojects/grpc/grpc.vcxproj 3 additions, 0 deletionsvsprojects/grpc/grpc.vcxproj
- vsprojects/grpc/grpc.vcxproj.filters 6 additions, 0 deletionsvsprojects/grpc/grpc.vcxproj.filters
Loading
Please register or sign in to comment