Home
last modified time | relevance | path

Searched refs:DTLS (Results 1 – 12 of 12) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ssl.data391 DTLS Handshake, tls1_2
395 DTLS Handshake, ECDHE-RSA-WITH-AES-256-GCM-SHA384
399 DTLS Handshake, RSA-WITH-AES-128-CCM
403 DTLS Handshake, DHE-RSA-WITH-AES-256-CBC-SHA256
407 DTLS Handshake, ECDHE-ECDSA-WITH-AES-256-CCM
411 DTLS Handshake, ECDH-ECDSA-WITH-CAMELLIA-256-CBC-SHA384
415 DTLS Handshake, PSK-WITH-AES-128-CBC-SHA
419 DTLS Handshake with serialization, tls1_2
423 DTLS Handshake fragmentation, MFL=512
427 DTLS Handshake fragmentation, MFL=1024
[all …]
Dtest_suite_ssl.function1310 /* DTLS 1.2 + CID hides the real content type and
1470 /* DTLS 1.2 + CID hides the real content type and
2759 srv_pattern.pattern = cli_pattern.pattern = "found fragmented DTLS handshake";
/openthread-latest/src/cli/
DREADME_COAPS.md11 ### Configure DTLS ciphersuite.
13 CoAPS uses DTLS to establish a secure, end-to-end connection.
130 Establish DTLS session.
192 Set DTLS ciphersuite to `TLS_PSK_WITH_AES_128_CCM_8`.
296 Set DTLS ciphersuite to `TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8`.
/openthread-latest/third_party/mbedtls/repo/tests/data_files/base64/
Dsrv_no_packing.txt1 // Without DTLS packing
Dcli_no_packing.txt1 // Without DTLS packing
/openthread-latest/tests/scripts/thread-cert/
Dmessage.py56 DTLS = 7 variable in MessageType
82 self._type = MessageType.DTLS
96 if self.type != MessageType.DTLS:
357 if (self.type == MessageType.DTLS and self.dtls.content_type == dtls.ContentType.HANDSHAKE):
501 if msg.type != MessageType.DTLS:
/openthread-latest/third_party/mbedtls/repo/pkgconfig/
DCMakeLists.txt8 …ptographic primitives, X.509 certificate manipulation and the SSL/TLS and DTLS protocols. Its smal…
/openthread-latest/third_party/mbedtls/repo/programs/
DREADME.md65 * [`ssl/dtls_client.c`](ssl/dtls_client.c): a simple DTLS client program, which sends one datagram …
67 …c): a simple DTLS server program, which expects one datagram from the client and writes one datagr…
97 …c): a UDP proxy that can inject certain failures (delay, duplicate, drop). Useful for testing DTLS.
/openthread-latest/third_party/mbedtls/repo/
DChangeLog885 * Add support for DTLS Connection ID as defined by RFC 9146, controlled by
898 * Fix potential heap buffer overread and overwrite in DTLS if
1137 * Fix a buffer overread in DTLS ClientHello parsing in servers with
1139 or a man-in-the-middle could cause a DTLS server to read up to 255 bytes
1192 MBEDTLS_DEBUG_C, DTLS handshakes using CID would crash due to a null
1228 on DTLS 1.2 session resumption. After DTLS 1.2 session resumption with
1339 man-in-the-middle to inject fake ciphertext into a DTLS connection.
1669 * Remove support for TLS 1.0, TLS 1.1 and DTLS 1.0, as well as support for
1872 * Fix the setting of the read timeout in the DTLS sample programs.
2074 * Add support for DTLS-SRTP as defined in RFC 5764. Contributed by Johan
[all …]
DREADME.md4 …ptographic primitives, X.509 certificate manipulation and the SSL/TLS and DTLS protocols. Its smal…
/openthread-latest/third_party/mbedtls/repo/tests/
Dssl-opt.sh1039 if [ "$DTLS" -eq 1 ]; then
1173 *dtls=1*|*-dtls*|*-u*) DTLS=1;;
1174 *) DTLS=0;;
1295 if [ -z "$PXY_CMD" ] && [ "$DTLS" -eq 1 ]; then
1675 if [ "$DTLS" -eq 1 ]; then
/openthread-latest/third_party/mbedtls/repo/docs/
D3.0-migration-guide.md629 ### Remove support for TLS 1.0, 1.1 and DTLS 1.0
631 This change affects users of the TLS 1.0, 1.1 and DTLS 1.0 protocols.
745 for both DTLS-CID and TLS 1.3.
780 for NSSKeylog, EAP-TLS and DTLS-SRTP.