aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2018-08-23 17:37:43 +0200
committerGravatar Jan Tattermusch <jtattermusch@google.com>2018-08-23 17:37:43 +0200
commit458775d4f956072c965eaf3bc24a972daee840a7 (patch)
tree90c3cacd7b550f471e24703a1231d53f20363d83 /include/grpc
parentfe20ad62a05955b56d0fe27f05d355db2e2314b5 (diff)
improve wording
Diffstat (limited to 'include/grpc')
-rw-r--r--include/grpc/grpc_security_constants.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/grpc/grpc_security_constants.h b/include/grpc/grpc_security_constants.h
index d72150a402..c115cd3659 100644
--- a/include/grpc/grpc_security_constants.h
+++ b/include/grpc/grpc_security_constants.h
@@ -58,8 +58,8 @@ typedef enum {
typedef enum {
/** Server does not request client certificate. A client may present a self
- signed or signed certificates if it wishes to do so and either option would
- be accepted. */
+ signed or signed certificate or not present a certificate at all and any of
+ those option would be accepted. */
GRPC_SSL_DONT_REQUEST_CLIENT_CERTIFICATE,
/** Server requests client certificate but does not enforce that the client
presents a certificate.