Lines Matching full:dtls
145 case of default mbed TLS config). With DTLS, MFL value may be further
152 bool "DTLS socket support"
156 Enable DTLS socket support. By default only TLS over TCP is supported.
159 int "Timeout value in milliseconds for DTLS connection"
163 This variable specifies time in milliseconds after which DTLS
164 connection is considered dead by TLS server and DTLS resources are
165 freed. This is needed to prevent situation when DTLS client shuts down
172 int "Maximum DTLS fragment size in bytes"
179 be used with DTLS connection when MBEDTLS_SSL_OUT_CONTENT_LEN and
182 With DTLS the MFL should be kept under the network MTU, to avoid
186 int "Intermediate buffer size for DTLS sendmsg()"
191 Size of the intermediate buffer for DTLS sendmsg() function. The
196 DTLS sockets is disabled. In result, sendmsg() will only accept msghdr
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.