Searched refs:legacy_renegotiation (Results 1 – 3 of 3) sorted by relevance
/mbedtls-latest/tests/include/test/ |
D | ssl_helpers.h | 114 int legacy_renegotiation; member
|
/mbedtls-latest/tests/src/test_helpers/ |
D | ssl_helpers.c | 67 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/ |
D | test_suite_ssl.function | 2805 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);
|