Merge pull request #3765 from jboeuf/core_creds_api_change
Core credentials API refactoring
No related branches found
No related tags found
Showing
- Makefile 1 addition, 1 deletionMakefile
- build.yaml 1 addition, 1 deletionbuild.yaml
- doc/grpc-auth-support.md 4 additions, 4 deletionsdoc/grpc-auth-support.md
- examples/cpp/cpptutorial.md 1 addition, 1 deletionexamples/cpp/cpptutorial.md
- examples/cpp/helloworld/README.md 1 addition, 1 deletionexamples/cpp/helloworld/README.md
- examples/cpp/helloworld/greeter_async_client.cc 3 additions, 3 deletionsexamples/cpp/helloworld/greeter_async_client.cc
- examples/cpp/helloworld/greeter_client.cc 3 additions, 3 deletionsexamples/cpp/helloworld/greeter_client.cc
- examples/cpp/route_guide/route_guide_client.cc 2 additions, 1 deletionexamples/cpp/route_guide/route_guide_client.cc
- include/grpc++/channel.h 2 additions, 2 deletionsinclude/grpc++/channel.h
- include/grpc++/client_context.h 3 additions, 3 deletionsinclude/grpc++/client_context.h
- include/grpc++/create_channel.h 4 additions, 2 deletionsinclude/grpc++/create_channel.h
- include/grpc++/security/credentials.h 59 additions, 29 deletionsinclude/grpc++/security/credentials.h
- include/grpc++/support/channel_arguments.h 1 addition, 1 deletioninclude/grpc++/support/channel_arguments.h
- include/grpc/grpc_security.h 39 additions, 20 deletionsinclude/grpc/grpc_security.h
- src/core/security/client_auth_filter.c 13 additions, 17 deletionssrc/core/security/client_auth_filter.c
- src/core/security/credentials.c 242 additions, 327 deletionssrc/core/security/credentials.c
- src/core/security/credentials.h 100 additions, 70 deletionssrc/core/security/credentials.h
- src/core/security/google_default_credentials.c 29 additions, 24 deletionssrc/core/security/google_default_credentials.c
- src/core/security/security_connector.c 9 additions, 20 deletionssrc/core/security/security_connector.c
- src/core/security/security_connector.h 6 additions, 5 deletionssrc/core/security/security_connector.h
Loading
Please register or sign in to comment