aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/security/security_connector.h
diff options
context:
space:
mode:
authorGravatar Yang Gao <yangg@google.com>2015-07-27 23:39:35 -0700
committerGravatar Yang Gao <yangg@google.com>2015-07-27 23:39:35 -0700
commit26d533ebb8579b1e1da3710631a890ebe38ab58c (patch)
tree6a5be2748326683d9c24b4b82e61ec6ad8de5b92 /src/core/security/security_connector.h
parent374f31832a2aef8c78d1fe45d3bfd67d7e3cdeb9 (diff)
parent36fab90026e3c5cef3c83e8359c79c4c714a9230 (diff)
Merge pull request #2598 from jboeuf/ssl_force_client_auth
Adding option to force client auth on the server SSL creds.
Diffstat (limited to 'src/core/security/security_connector.h')
-rw-r--r--src/core/security/security_connector.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/security/security_connector.h b/src/core/security/security_connector.h
index a4c723f026..2c9aa1c5a4 100644
--- a/src/core/security/security_connector.h
+++ b/src/core/security/security_connector.h
@@ -201,6 +201,7 @@ typedef struct {
size_t num_key_cert_pairs;
unsigned char *pem_root_certs;
size_t pem_root_certs_size;
+ int force_client_auth;
} grpc_ssl_server_config;
/* Creates an SSL server_security_connector.