Searched refs:renegotiation (Results 1 – 7 of 7) sorted by relevance
22 renegotiation, SNI, other extensions, etc.
296 int renegotiation; /* enable / disable renegotiation */ member487 opt.renegotiation = DFL_RENEGOTIATION; in main()589 opt.renegotiation = (atoi( q )) ? MBEDTLS_SSL_RENEGOTIATION_ENABLED : in main()1168 mbedtls_ssl_conf_renegotiation( &conf, opt.renegotiation ); in main()
376 int renegotiation; /* enable / disable renegotiation */ member919 opt.renegotiation = DFL_RENEGOTIATION; in main()1019 opt.renegotiation = (atoi( q )) ? MBEDTLS_SSL_RENEGOTIATION_ENABLED : in main()1753 mbedtls_ssl_conf_renegotiation( &conf, opt.renegotiation ); in main()
2112 void mbedtls_ssl_conf_renegotiation( mbedtls_ssl_config *conf, int renegotiation );
421 (support for renegotiation now needs explicit enabling in config.h).630 * Support for renegotiation can now be disabled at compile-time702 * Server-initiated renegotiation would fail with non-blocking I/O if the703 write callback returned WANT_WRITE when requesting renegotiation.743 * Add server-side enforcement of sent renegotiation requests906 * Forbid change of server certificate during renegotiation to prevent1211 * Forbid change of server certificate during renegotiation to prevent1308 * Secure renegotiation extension should only be sent in case client1309 supports secure renegotiation
148 - `tests/ssl-opt.sh` runs integration tests for various TLS options (renegotiation, resumption, e…
6108 void mbedtls_ssl_conf_renegotiation( mbedtls_ssl_config *conf, int renegotiation ) in mbedtls_ssl_conf_renegotiation() argument6110 conf->disable_renegotiation = renegotiation; in mbedtls_ssl_conf_renegotiation()