Home
last modified time | relevance | path

Searched refs:exchanges (Results 1 – 9 of 9) sorted by relevance

/openthread-latest/tests/toranj/
DREADME.md14 - It allows testing of network interactions between many nodes (IPv6 traffic exchanges).
DREADME_NCP.md9 - It allows testing of network interactions between many nodes (IPv6 traffic exchanges).
215 …affic patterns (IPv6 message exchange) between different nodes. Message exchanges (tx/rx) are prep…
246 After all exchanges are prepared, static method `perform_async_tx_rx()` should be used to start all…
/openthread-latest/third_party/mbedtls/repo/docs/
Duse-psa-crypto.md91 key together with a certificate for certificate-based key exchanges;
145 - Finite-field (non-EC) Diffie-Hellman (used in key exchanges: DHE-RSA,
D3.0-migration-guide.md1016 …llowing hashes have been removed: SHA-1 (formerly only accepted for key exchanges but not for cert…
Dpsa-transition.md1147 …ral" Diffie-Hellman where the same private key is used for multiple key exchanges, but it not save…
/openthread-latest/third_party/mbedtls/repo/programs/ssl/
Dssl_client2.c503 int exchanges; /* number of data exchanges */ member
951 opt.exchanges = DFL_EXCHANGES; in main()
1192 opt.exchanges = atoi(q); in main()
1193 if (opt.exchanges < 1) { in main()
2933 if (--opt.exchanges > 0) { in main()
Dssl_server2.c651 int exchanges; /* number of data exchanges */ member
1729 opt.exchanges = DFL_EXCHANGES; in main()
2037 opt.exchanges = atoi(q); in main()
2038 if (opt.exchanges < 0) { in main()
3716 if (opt.exchanges == 0) { in main()
3720 exchanges_left = opt.exchanges; in main()
3880 if (opt.renegotiate && exchanges_left == opt.exchanges) { in main()
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/
Dpsa-limitations.md67 2. Drop the DHE-RSA and DHE-PSK key exchanges in TLS 1.2 when moving to PSA.
/openthread-latest/third_party/mbedtls/repo/
DChangeLog341 key exchanges based on ECDH(E) to work, this requires
1113 for the "mixed" PSK key exchanges as well: ECDHE-PSK, DHE-PSK, RSA-PSK.
4071 * Fix for key exchanges based on ECDH-RSA or ECDH-ECDSA which weren't
4651 Bleichenbacher-style attack in the RSA and RSA-PSK key exchanges
4690 key exchanges enabled needs certificates. This fixes a possible interop
4998 * Support for ECDH-RSA and ECDH-ECDSA key exchanges and ciphersuites
5189 key exchanges enabled needs certificates. This fixes a possible interop