Home
last modified time | relevance | path

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

/mbedtls-3.5.0/docs/
Duse-psa-crypto.md48 key together with a certificate for certificate-based key exchanges;
89 - 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…
/mbedtls-3.5.0/programs/ssl/
Dssl_server2.c656 int exchanges; /* number of data exchanges */ member
1719 opt.exchanges = DFL_EXCHANGES; in main()
1975 opt.exchanges = atoi(q); in main()
1976 if (opt.exchanges < 0) { in main()
3680 if (opt.exchanges == 0) { in main()
3684 exchanges_left = opt.exchanges; in main()
3845 if (opt.renegotiate && exchanges_left == opt.exchanges) { in main()
Dssl_client2.c514 int exchanges; /* number of data exchanges */ member
936 opt.exchanges = DFL_EXCHANGES; in main()
1132 opt.exchanges = atoi(q); in main()
1133 if (opt.exchanges < 1) { in main()
2924 if (--opt.exchanges > 0) { in main()
/mbedtls-3.5.0/docs/architecture/psa-migration/
Dpsa-limitations.md63 2. Drop the DHE-RSA and DHE-PSK key exchanges in TLS 1.2 when moving to PSA.
/mbedtls-3.5.0/
DChangeLog532 for the "mixed" PSK key exchanges as well: ECDHE-PSK, DHE-PSK, RSA-PSK.
3490 * Fix for key exchanges based on ECDH-RSA or ECDH-ECDSA which weren't
4070 Bleichenbacher-style attack in the RSA and RSA-PSK key exchanges
4109 key exchanges enabled needs certificates. This fixes a possible interop
4417 * Support for ECDH-RSA and ECDH-ECDSA key exchanges and ciphersuites
4608 key exchanges enabled needs certificates. This fixes a possible interop