-
- Downloads
Merge pull request #4175 from yang-g/tcp_refactor
Refactor security connector and handshake
No related branches found
No related tags found
Showing
- src/core/census/grpc_filter.c 1 addition, 3 deletionssrc/core/census/grpc_filter.c
- src/core/channel/compress_filter.c 2 additions, 2 deletionssrc/core/channel/compress_filter.c
- src/core/channel/http_client_filter.c 2 additions, 2 deletionssrc/core/channel/http_client_filter.c
- src/core/channel/http_server_filter.c 1 addition, 1 deletionsrc/core/channel/http_server_filter.c
- src/core/httpcli/httpcli_security_connector.c 2 additions, 3 deletionssrc/core/httpcli/httpcli_security_connector.c
- src/core/security/client_auth_filter.c 3 additions, 3 deletionssrc/core/security/client_auth_filter.c
- src/core/security/handshake.c 45 additions, 4 deletionssrc/core/security/handshake.c
- src/core/security/handshake.h 2 additions, 0 deletionssrc/core/security/handshake.h
- src/core/security/security_connector.c 24 additions, 3 deletionssrc/core/security/security_connector.c
- src/core/security/security_connector.h 13 additions, 2 deletionssrc/core/security/security_connector.h
- src/core/security/server_secure_chttp2.c 15 additions, 60 deletionssrc/core/security/server_secure_chttp2.c
- src/core/surface/channel_create.c 2 additions, 2 deletionssrc/core/surface/channel_create.c
- src/core/surface/lame_client.c 1 addition, 2 deletionssrc/core/surface/lame_client.c
- src/core/surface/secure_channel_create.c 0 additions, 3 deletionssrc/core/surface/secure_channel_create.c
- src/core/transport/metadata.c 4 additions, 2 deletionssrc/core/transport/metadata.c
- src/cpp/client/secure_credentials.cc 1 addition, 1 deletionsrc/cpp/client/secure_credentials.cc
- src/node/ext/call.cc 2 additions, 3 deletionssrc/node/ext/call.cc
- test/core/client_config/lb_policies_test.c 7 additions, 6 deletionstest/core/client_config/lb_policies_test.c
- test/core/compression/message_compress_test.c 1 addition, 1 deletiontest/core/compression/message_compress_test.c
- test/core/end2end/tests/hpack_size.c 3 additions, 3 deletionstest/core/end2end/tests/hpack_size.c
Loading
Please register or sign in to comment