-
- Downloads
API for auth context and server-side secure transport only impl.
Still TODO: - a way to plug a metadata processing (somewhat elsewhere but did not one to overload this already large PR). - plug-in the auth context on the client side. - Better end to end testing.
Showing
- Makefile 33 additions, 1 deletionMakefile
- build.json 14 additions, 0 deletionsbuild.json
- include/grpc/grpc_security.h 49 additions, 0 deletionsinclude/grpc/grpc_security.h
- src/core/security/client_auth_filter.c 2 additions, 0 deletionssrc/core/security/client_auth_filter.c
- src/core/security/security_connector.c 66 additions, 8 deletionssrc/core/security/security_connector.c
- src/core/security/security_connector.h 1 addition, 0 deletionssrc/core/security/security_connector.h
- src/core/security/security_context.c 150 additions, 0 deletionssrc/core/security/security_context.c
- src/core/security/security_context.h 53 additions, 1 deletionsrc/core/security/security_context.h
- src/core/security/server_auth_filter.c 17 additions, 33 deletionssrc/core/security/server_auth_filter.c
- test/core/end2end/tests/request_response_with_payload_and_call_creds.c 26 additions, 1 deletion...2end/tests/request_response_with_payload_and_call_creds.c
- test/core/security/auth_context_test.c 156 additions, 0 deletionstest/core/security/auth_context_test.c
- tools/run_tests/tests.json 9 additions, 0 deletionstools/run_tests/tests.json
- vsprojects/Grpc.mak 8 additions, 1 deletionvsprojects/Grpc.mak
Loading
Please register or sign in to comment