aboutsummaryrefslogtreecommitdiff
path: root/contrib/native/client/src/include
diff options
context:
space:
mode:
authorsuperbstreak <robwu15@gmail.com>2018-07-09 12:07:22 -0700
committerSorabh Hamirwasia <sorabh@apache.org>2018-07-12 18:52:40 -0700
commit94186fc54f2b2846955d44ced5ed06b1ae209884 (patch)
treeb667187766df65846c93138771d604adb4081995 /contrib/native/client/src/include
parentb1eb9d76cda84661e5ebd6f1d87a5d5ee0501526 (diff)
[DRILL-6587] Added support for custom SSL CTX Options
closes #1366
Diffstat (limited to 'contrib/native/client/src/include')
-rw-r--r--contrib/native/client/src/include/drill/common.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/native/client/src/include/drill/common.hpp b/contrib/native/client/src/include/drill/common.hpp
index 18cfc69ff..b5bb522be 100644
--- a/contrib/native/client/src/include/drill/common.hpp
+++ b/contrib/native/client/src/include/drill/common.hpp
@@ -173,7 +173,8 @@ typedef enum{
#define USERPROP_PASSWORD "password"
#define USERPROP_SCHEMA "schema"
#define USERPROP_USESSL "enableTLS"
-#define USERPROP_TLSPROTOCOL "TLSProtocol" //TLS version
+#define USERPROP_TLSPROTOCOL "TLSProtocol" //TLS version. The exact TLS version.
+#define USERPROP_CUSTOM_SSLCTXOPTIONS "CustomSSLCtxOptions" // The custom SSL CTX options.
#define USERPROP_CERTFILEPATH "certFilePath" // pem file path and name
// TODO: support truststore protected by password.
// #define USERPROP_CERTPASSWORD "certPassword" // Password for certificate file.