Merge pull request #2777 from jboeuf/server_creds_auth_md_processor
Server creds auth md processor
Showing
- include/grpc/grpc_security.h 43 additions, 2 deletionsinclude/grpc/grpc_security.h
- src/core/channel/compress_filter.c 5 additions, 5 deletionssrc/core/channel/compress_filter.c
- src/core/security/client_auth_filter.c 2 additions, 4 deletionssrc/core/security/client_auth_filter.c
- src/core/security/credentials.c 30 additions, 24 deletionssrc/core/security/credentials.c
- src/core/security/credentials.h 8 additions, 6 deletionssrc/core/security/credentials.h
- src/core/security/security_connector.c 18 additions, 14 deletionssrc/core/security/security_connector.c
- src/core/security/security_context.c 102 additions, 30 deletionssrc/core/security/security_context.c
- src/core/security/security_context.h 19 additions, 18 deletionssrc/core/security/security_context.h
- src/core/security/server_auth_filter.c 138 additions, 8 deletionssrc/core/security/server_auth_filter.c
- src/core/security/server_secure_chttp2.c 11 additions, 3 deletionssrc/core/security/server_secure_chttp2.c
- src/core/transport/chttp2/internal.h 2 additions, 0 deletionssrc/core/transport/chttp2/internal.h
- src/core/transport/chttp2_transport.c 113 additions, 0 deletionssrc/core/transport/chttp2_transport.c
- src/core/transport/metadata.c 2 additions, 0 deletionssrc/core/transport/metadata.c
- src/core/transport/stream_op.h 1 addition, 1 deletionsrc/core/transport/stream_op.h
- src/core/transport/transport.c 48 additions, 4 deletionssrc/core/transport/transport.c
- src/core/transport/transport.h 11 additions, 2 deletionssrc/core/transport/transport.h
- test/core/end2end/end2end_tests.h 2 additions, 0 deletionstest/core/end2end/end2end_tests.h
- test/core/end2end/fixtures/chttp2_fake_security.c 25 additions, 0 deletionstest/core/end2end/fixtures/chttp2_fake_security.c
- test/core/end2end/fixtures/chttp2_simple_ssl_fullstack.c 24 additions, 0 deletionstest/core/end2end/fixtures/chttp2_simple_ssl_fullstack.c
- test/core/end2end/fixtures/chttp2_simple_ssl_fullstack_with_poll.c 24 additions, 0 deletions.../end2end/fixtures/chttp2_simple_ssl_fullstack_with_poll.c
Loading
Please register or sign in to comment