Home
last modified time | relevance | path

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

/mbedtls-latest/docs/
Duse-psa-crypto.md86 key together with a certificate for certificate-based key exchanges;
140 - 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…
/mbedtls-latest/programs/ssl/
Dssl_server2.c651 int exchanges; /* number of data exchanges */ member
1738 opt.exchanges = DFL_EXCHANGES; in main()
2046 opt.exchanges = atoi(q); in main()
2047 if (opt.exchanges < 0) { in main()
3726 if (opt.exchanges == 0) { in main()
3730 exchanges_left = opt.exchanges; in main()
3890 if (opt.renegotiate && exchanges_left == opt.exchanges) { in main()
Dssl_client2.c505 int exchanges; /* number of data exchanges */ member
960 opt.exchanges = DFL_EXCHANGES; in main()
1202 opt.exchanges = atoi(q); in main()
1203 if (opt.exchanges < 1) { in main()
2960 if (--opt.exchanges > 0) { in main()
/mbedtls-latest/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.
/mbedtls-latest/
DChangeLog536 key exchanges based on ECDH(E) to work, this requires
1308 for the "mixed" PSK key exchanges as well: ECDHE-PSK, DHE-PSK, RSA-PSK.
4266 * Fix for key exchanges based on ECDH-RSA or ECDH-ECDSA which weren't
4846 Bleichenbacher-style attack in the RSA and RSA-PSK key exchanges
4885 key exchanges enabled needs certificates. This fixes a possible interop
5193 * Support for ECDH-RSA and ECDH-ECDSA key exchanges and ciphersuites
5384 key exchanges enabled needs certificates. This fixes a possible interop