diff options
author | Craig Tiller <ctiller@google.com> | 2015-09-22 08:25:57 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2015-09-22 08:25:57 -0700 |
commit | 786522166ed35f93d64c316c0e4911a74d782be0 (patch) | |
tree | 7dda4ac0793060de0f72ccdb30ebbbbb1ce55700 /tools/run_tests/sources_and_headers.json | |
parent | 0eb44a61da7343c2c1100a401f4aab5251edbc7e (diff) | |
parent | 5600a6aaac8b1582b029157b6549c24c755ff619 (diff) |
Merge pull request #3027 from jboeuf/security_connector_refactoring
Security connector refactoring
Diffstat (limited to 'tools/run_tests/sources_and_headers.json')
-rw-r--r-- | tools/run_tests/sources_and_headers.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/run_tests/sources_and_headers.json b/tools/run_tests/sources_and_headers.json index 7acf0ff095..3696e2d1d8 100644 --- a/tools/run_tests/sources_and_headers.json +++ b/tools/run_tests/sources_and_headers.json @@ -12347,10 +12347,10 @@ "src/core/security/auth_filters.h", "src/core/security/base64.h", "src/core/security/credentials.h", + "src/core/security/handshake.h", "src/core/security/json_token.h", "src/core/security/jwt_verifier.h", "src/core/security/secure_endpoint.h", - "src/core/security/secure_transport_setup.h", "src/core/security/security_connector.h", "src/core/security/security_context.h", "src/core/statistics/census_interface.h", @@ -12564,14 +12564,14 @@ "src/core/security/credentials_posix.c", "src/core/security/credentials_win32.c", "src/core/security/google_default_credentials.c", + "src/core/security/handshake.c", + "src/core/security/handshake.h", "src/core/security/json_token.c", "src/core/security/json_token.h", "src/core/security/jwt_verifier.c", "src/core/security/jwt_verifier.h", "src/core/security/secure_endpoint.c", "src/core/security/secure_endpoint.h", - "src/core/security/secure_transport_setup.c", - "src/core/security/secure_transport_setup.h", "src/core/security/security_connector.c", "src/core/security/security_connector.h", "src/core/security/security_context.c", |