diff options
author | Matt Caswell <matt@openssl.org> | 2021-04-07 20:36:45 +0200 |
---|---|---|
committer | Matt Caswell <matt@openssl.org> | 2021-04-12 12:32:05 +0200 |
commit | 6878f4300213cfd7d4f01e26a8b97f70344da100 (patch) | |
tree | 029af3058e0bead17df24a1e0bbc36ec4a914a53 /doc/man3/SSL_CONF_cmd.pod | |
parent | Only enable KTLS if it is explicitly configured (diff) | |
download | openssl-6878f4300213cfd7d4f01e26a8b97f70344da100.tar.xz openssl-6878f4300213cfd7d4f01e26a8b97f70344da100.zip |
Update KTLS documentation
KTLS support has been changed to be off by default, and configuration is
via a single "option" rather two "modes". Documentation is updated
accordingly.
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/14799)
Diffstat (limited to 'doc/man3/SSL_CONF_cmd.pod')
-rw-r--r-- | doc/man3/SSL_CONF_cmd.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/man3/SSL_CONF_cmd.pod b/doc/man3/SSL_CONF_cmd.pod index 97ebff047f..3fd1924de6 100644 --- a/doc/man3/SSL_CONF_cmd.pod +++ b/doc/man3/SSL_CONF_cmd.pod @@ -524,6 +524,10 @@ B<CANames>: use CA names extension, enabled by default. Inverse of B<SSL_OP_DISABLE_TLSEXT_CA_NAMES>: that is, B<-CANames> is the same as setting B<SSL_OP_DISABLE_TLSEXT_CA_NAMES>. +B<KTLS>: Enables kernel TLS if support has been compiled in, and it is supported +by the negotiated ciphersuites and extensions. Equivalent to +B<SSL_OP_ENABLE_KTLS>. + =item B<VerifyMode> The B<value> argument is a comma separated list of flags to set. |