Home
last modified time | relevance | path

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

/mbedtls-3.5.0/tests/include/test/
Dssl_helpers.h93 int legacy_renegotiation; member
/mbedtls-3.5.0/tests/suites/
Dtest_suite_ssl.function2761 void renegotiation(int legacy_renegotiation)
2767 options.legacy_renegotiation = legacy_renegotiation;
2780 void resize_buffers(int mfl, int renegotiation, int legacy_renegotiation,
2789 options.legacy_renegotiation = legacy_renegotiation;
2815 void resize_buffers_renegotiate_mfl(int mfl, int legacy_renegotiation,
2818 test_resize_buffers(mfl, 1, legacy_renegotiation, 0, 1, cipher);
/mbedtls-3.5.0/tests/src/test_helpers/
Dssl_helpers.c85 opts->legacy_renegotiation = MBEDTLS_SSL_LEGACY_NO_RENEGOTIATION; in mbedtls_test_init_handshake_options()
1877 options->legacy_renegotiation); in mbedtls_test_ssl_perform_handshake()
1879 options->legacy_renegotiation); in mbedtls_test_ssl_perform_handshake()