summaryrefslogtreecommitdiff
path: root/memcached.h
diff options
context:
space:
mode:
authorKevin Lin <developer@kevinlin.info>2022-04-06 19:39:48 -0700
committerdormando <dormando@rydia.net>2022-07-03 17:56:31 -0700
commit69e732ab6f9da866867a355fd88ebfa453531344 (patch)
tree00ee2733ac749023e9df27c47b29144ca67f8ec2 /memcached.h
parentb1171b6b91808421516e8a31732c38928709f906 (diff)
downloadmemcached-69e732ab6f9da866867a355fd88ebfa453531344.tar.gz
tls: Add switch to opt-in to kernel TLS on OpenSSL 3.0.0+
Diffstat (limited to 'memcached.h')
-rw-r--r--memcached.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/memcached.h b/memcached.h
index 5a21aee..2320086 100644
--- a/memcached.h
+++ b/memcached.h
@@ -514,6 +514,7 @@ struct settings {
rel_time_t ssl_last_cert_refresh_time; /* time of the last server certificate refresh */
unsigned int ssl_wbuf_size; /* size of the write buffer used by ssl_sendmsg method */
bool ssl_session_cache; /* enable SSL server session caching */
+ bool ssl_kernel_tls; /* enable server kTLS */
int ssl_min_version; /* minimum SSL protocol version to accept */
#endif
int num_napi_ids; /* maximum number of NAPI IDs */