aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.json
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-07-08 18:09:57 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-07-08 18:09:57 -0700
commit1f8fc77d1af9beb8465e1ee8c3285b4a6f50c0fb (patch)
treed4049955151f824380f48e62efbef8c491a70238 /build.json
parentacdb001fafc190bd3639012adefff76e054978fb (diff)
parentea94e46b0df7f1774eefea6654f1e26cc4484b00 (diff)
Merge pull request #2252 from jboeuf/jwt_verifier
Adding JWT verifier.
Diffstat (limited to 'build.json')
-rw-r--r--build.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/build.json b/build.json
index 19078ed726..2a11275636 100644
--- a/build.json
+++ b/build.json
@@ -451,6 +451,7 @@
"src/core/security/base64.h",
"src/core/security/credentials.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",
@@ -473,6 +474,7 @@
"src/core/security/credentials_win32.c",
"src/core/security/google_default_credentials.c",
"src/core/security/json_token.c",
+ "src/core/security/jwt_verifier.c",
"src/core/security/secure_endpoint.c",
"src/core/security/secure_transport_setup.c",
"src/core/security/security_connector.c",
@@ -1357,6 +1359,20 @@
]
},
{
+ "name": "grpc_jwt_verifier_test",
+ "build": "test",
+ "language": "c",
+ "src": [
+ "test/core/security/jwt_verifier_test.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr_test_util",
+ "gpr"
+ ]
+ },
+ {
"name": "grpc_print_google_default_creds_token",
"build": "tool",
"language": "c",
@@ -1399,6 +1415,20 @@
]
},
{
+ "name": "grpc_verify_jwt",
+ "build": "tool",
+ "language": "c",
+ "src": [
+ "test/core/security/verify_jwt.c"
+ ],
+ "deps": [
+ "grpc_test_util",
+ "grpc",
+ "gpr_test_util",
+ "gpr"
+ ]
+ },
+ {
"name": "hpack_parser_test",
"build": "test",
"language": "c",