Searched refs:legacy_renegotiation (Results 1 – 3 of 3) sorted by relevance
/mbedtls-3.5.0/tests/include/test/ |
D | ssl_helpers.h | 93 int legacy_renegotiation; member
|
/mbedtls-3.5.0/tests/suites/ |
D | test_suite_ssl.function | 2761 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/ |
D | ssl_helpers.c | 85 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()
|