Home
last modified time | relevance | path

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

/net-tools-latest/mbedtls-2.4.0/programs/ssl/
Dssl_server2.c381 int exchanges; /* number of data exchanges */ member
924 opt.exchanges = DFL_EXCHANGES; in main()
1050 opt.exchanges = atoi( q ); in main()
1051 if( opt.exchanges < 0 ) in main()
2028 if( opt.exchanges == 0 ) in main()
2031 exchanges_left = opt.exchanges; in main()
2171 if( opt.renegotiate && exchanges_left == opt.exchanges ) in main()
Dssl_client2.c300 int exchanges; /* number of data exchanges */ member
490 opt.exchanges = DFL_EXCHANGES; in main()
610 opt.exchanges = atoi( q ); in main()
611 if( opt.exchanges < 1 ) in main()
1554 if( --opt.exchanges > 0 ) in main()
/net-tools-latest/mbedtls-2.4.0/tests/scripts/
Dall.sh313 tests/scripts/key-exchanges.pl
/net-tools-latest/mbedtls-2.4.0/
DREADME.md151 - `tests/scripts/key-exchanges.pl` test builds in configurations with a single key exchange enabl…
DChangeLog39 * Fix for key exchanges based on ECDH-RSA or ECDH-ECDSA which weren't
619 Bleichenbacher-style attack in the RSA and RSA-PSK key exchanges
658 key exchanges enabled needs certificates. This fixes a possible interop
966 * Support for ECDH-RSA and ECDH-ECDSA key exchanges and ciphersuites
1157 key exchanges enabled needs certificates. This fixes a possible interop