Home
last modified time | relevance | path

Searched refs:renegotiation (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/mbedtls/programs/ssl/
A Dssl_client2.c356 int renegotiation; /* enable / disable renegotiation */ member
632 opt.renegotiation = DFL_RENEGOTIATION; in main()
747 opt.renegotiation = (atoi( q )) ? in main()
1454 mbedtls_ssl_conf_renegotiation( &conf, opt.renegotiation ); in main()
A Dssl_server2.c473 int renegotiation; /* enable / disable renegotiation */ member
1347 opt.renegotiation = DFL_RENEGOTIATION; in main()
1493 opt.renegotiation = (atoi( q )) ? in main()
2368 mbedtls_ssl_conf_renegotiation( &conf, opt.renegotiation ); in main()
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dssl.h2629 void mbedtls_ssl_conf_renegotiation( mbedtls_ssl_config *conf, int renegotiation );
A Dconfig.h.bak1304 * renegotiation), since it actually fixes a more fundamental issue in the
1357 * Enable support for TLS renegotiation.
1359 * The two main uses of renegotiation are (1) refresh keys on long-lived
1361 * If you don't need renegotiation, it's probably better to disable it, since
1365 * Comment this to disable support for renegotiation.
1369 * prevent the SSL renegotiation attack (see RFC 5746 Sect. 1).
/AliOS-Things-master/components/mbedtls/programs/
A DREADME.md94 … For example, there are options to select ciphersuites, or to force a renegotiation. These options…
/AliOS-Things-master/components/mbedtls/
A DChangeLog935 The issue could only happen client-side with renegotiation enabled.
957 peer after sending a fatal alert to refuse a renegotiation attempt.
1512 (support for renegotiation now needs explicit enabling in config.h).
1721 * Support for renegotiation can now be disabled at compile-time
1793 * Server-initiated renegotiation would fail with non-blocking I/O if the
1794 write callback returned WANT_WRITE when requesting renegotiation.
1834 * Add server-side enforcement of sent renegotiation requests
1997 * Forbid change of server certificate during renegotiation to prevent
2302 * Forbid change of server certificate during renegotiation to prevent
2399 * Secure renegotiation extension should only be sent in case client
[all …]
A DREADME.mbedtls.md150 - `tests/ssl-opt.sh` runs integration tests for various TLS options (renegotiation, resumption, e…
/AliOS-Things-master/components/mbedtls/library/
A Dssl_tls.c7740 void mbedtls_ssl_conf_renegotiation( mbedtls_ssl_config *conf, int renegotiation ) in mbedtls_ssl_conf_renegotiation() argument
7742 conf->disable_renegotiation = renegotiation; in mbedtls_ssl_conf_renegotiation()

Completed in 44 milliseconds