Home
last modified time | relevance | path

Searched refs:legacy_renegotiation (Results 1 – 3 of 3) sorted by relevance

/mbedtls-latest/tests/include/test/
Dssl_helpers.h114 int legacy_renegotiation; member
/mbedtls-latest/tests/src/test_helpers/
Dssl_helpers.c67 opts->legacy_renegotiation = MBEDTLS_SSL_LEGACY_NO_RENEGOTIATION; in mbedtls_test_init_handshake_options()
2141 options->legacy_renegotiation); in mbedtls_test_ssl_perform_handshake()
2143 options->legacy_renegotiation); in mbedtls_test_ssl_perform_handshake()
/mbedtls-latest/tests/suites/
Dtest_suite_ssl.function2805 void renegotiation(int legacy_renegotiation)
2811 options.legacy_renegotiation = legacy_renegotiation;
2825 void resize_buffers(int mfl, int renegotiation, int legacy_renegotiation,
2834 options.legacy_renegotiation = legacy_renegotiation;
2862 void resize_buffers_renegotiate_mfl(int mfl, int legacy_renegotiation,
2865 test_resize_buffers(mfl, 1, legacy_renegotiation, 0, 1, cipher);