Lines Matching full:tls
115 bool "TCP TLS socket option support"
124 Enable TLS socket option support which automatically establishes
125 a TLS connection to the remote host.
128 int "Default processing priority for TLS sockets"
131 Processing priority for TLS sockets. Should be lower than
138 Call mbedtls_ssl_conf_max_frag_len() on created TLS context
143 MBEDTLS_SSL_OUT_CONTENT_LEN and MBEDTLS_SSL_IN_CONTENT_LEN mbed TLS
145 case of default mbed TLS config). With DTLS, MFL value may be further
148 This is mostly useful for TLS client side to tell TLS server what is
156 Enable DTLS socket support. By default only TLS over TCP is supported.
164 connection is considered dead by TLS server and DTLS resources are
168 freed only when connection is gracefully closed by peer sending TLS
180 MBEDTLS_SSL_IN_CONTENT_LEN are set to larger values (for TLS).
194 in msghdr structure need to be linearized before passing to mbed TLS.
200 int "Maximum number of TLS/DTLS contexts"
204 "This variable specifies maximum number of TLS/DTLS contexts that can
208 int "Maximum number of TLS/DTLS credentials per socket"
212 This variable sets maximum number of TLS/DTLS credentials that can be
216 int "Maximum number of TLS/DTLS ciphersuites per socket"
220 This variable sets maximum number of TLS/DTLS ciphersuites that can
231 protocols over TLS/DTLS that can be set explicitly by a socket option.
235 int "Maximum number of stored client TLS/DTLS sessions"
239 This variable specifies maximum number of stored TLS/DTLS sessions,
240 used for TLS/DTLS session resumption.
261 If native TLS is enabled, lower value than NET_SOCKETS_TLS_PRIORITY
262 means that TLS will be offloaded as well (if supported by offloaded
264 means that native TLS will be used.