Home
last modified time | relevance | path

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

/mbedtls-3.7.0/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";
/mbedtls-3.7.0/tests/data_files/base64/
Dsrv_no_packing.txt1 // Without DTLS packing
Dcli_no_packing.txt1 // Without DTLS packing
/mbedtls-3.7.0/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.
/mbedtls-3.7.0/pkgconfig/
DCMakeLists.txt8 …ptographic primitives, X.509 certificate manipulation and the SSL/TLS and DTLS protocols. Its smal…
/mbedtls-3.7.0/
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…
/mbedtls-3.7.0/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
/mbedtls-3.7.0/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.