Searched refs:DTLS (Results 1 – 11 of 11) sorted by relevance
/openthread-3.6.0/third_party/mbedtls/repo/tests/data_files/base64/ |
D | srv_no_packing.txt | 1 // Without DTLS packing
|
D | cli_no_packing.txt | 1 // Without DTLS packing
|
/openthread-3.6.0/src/cli/ |
D | README_COAPS.md | 11 ### Configure DTLS ciphersuite. 13 CoAPS uses DTLS to establish a secure, end-to-end connection. 125 Establish DTLS session. 187 Set DTLS ciphersuite to `TLS_PSK_WITH_AES_128_CCM_8`. 256 Set DTLS ciphersuite to `TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8`.
|
/openthread-3.6.0/tests/scripts/thread-cert/ |
D | message.py | 56 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-3.6.0/third_party/mbedtls/repo/programs/ |
D | README.md | 67 * [`ssl/dtls_client.c`](ssl/dtls_client.c): a simple DTLS client program, which sends one datagram … 69 …c): a simple DTLS server program, which expects one datagram from the client and writes one datagr… 99 …c): a UDP proxy that can inject certain failures (delay, duplicate, drop). Useful for testing DTLS.
|
/openthread-3.6.0/third_party/mbedtls/repo/docs/architecture/ |
D | tls13-experimental.md | 55 DTLS retransmission state machine.
|
/openthread-3.6.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_ssl.data | 242 DTLS Handshake, tls1_1 246 DTLS Handshake, tls1_2 250 DTLS Handshake, ECDHE-RSA-WITH-AES-256-GCM-SHA384 254 DTLS Handshake, RSA-WITH-AES-128-CCM 258 DTLS Handshake, DHE-RSA-WITH-AES-256-CBC-SHA256 262 DTLS Handshake, ECDHE-ECDSA-WITH-AES-256-CCM 266 DTLS Handshake, ECDH-ECDSA-WITH-CAMELLIA-256-CBC-SHA384 270 DTLS Handshake, PSK-WITH-AES-128-CBC-SHA 274 DTLS Handshake with serialization, tls1_2 278 DTLS Handshake fragmentation, MFL=512 [all …]
|
D | test_suite_ssl.function | 870 * \p dtls_context - in case of DTLS - this is the context handling metadata. 871 * \p input_queue - used only in case of DTLS. 872 * \p output_queue - used only in case of DTLS. 1053 /* Used for DTLS and the message size larger than MFL. In that case 1061 /* Used for TLS/DTLS and the message size lower than MFL */ 1536 * expected_fragments is 0: can be used for DTLS testing while the message 1540 * expected_fragments is 1: can be used for TLS/DTLS testing while the 1883 /* A server, when using DTLS, might delay a buffer resize to happen 3262 /* DTLS 1.2 + CID hides the real content type and 3426 /* DTLS 1.2 + CID hides the real content type and [all …]
|
/openthread-3.6.0/third_party/mbedtls/repo/tests/ |
D | ssl-opt.sh | 591 if [ "$DTLS" -eq 1 ]; then 725 *dtls=1*|*-dtls*|*-u*) DTLS=1;; 726 *) DTLS=0;; 773 if [ -z "$PXY_CMD" ] && [ "$DTLS" -eq 1 ]; then
|
/openthread-3.6.0/third_party/mbedtls/repo/ |
D | ChangeLog | 44 man-in-the-middle to inject fake ciphertext into a DTLS connection. 290 * Fix the setting of the read timeout in the DTLS sample programs. 479 * Add support for DTLS-SRTP as defined in RFC 5764. Contributed by Johan 848 * Fix issue in DTLS handling of new associations with the same parameters 860 DTLS client when parsing the Hello Verify Request message. 992 * Fix an unused variable warning when compiling without DTLS. 1189 The Connection ID extension allows to keep DTLS connections beyond the 1191 to the DTLS record header. This identifier can be used to associated an 1534 * Add tests for session resumption in DTLS. 1580 * Add support for fragmentation of outgoing DTLS handshake messages. This [all …]
|
D | README.md | 4 …ptographic primitives, X.509 certificate manipulation and the SSL/TLS and DTLS protocols. Its smal…
|