Home
last modified time | relevance | path

Searched refs:allow_legacy (Results 1 - 4 of 4) sorted by relevance

/third_party/mbedtls/programs/ssl/
H A Dssl_client2.c415 " allow_legacy=%%d default: (library default: no)\n" \
500 int allow_legacy; /* allow legacy renegotiation */ member
949 opt.allow_legacy = DFL_ALLOW_LEGACY; in main()
1173 } else if (strcmp(p, "allow_legacy") == 0) { in main()
1176 opt.allow_legacy = MBEDTLS_SSL_LEGACY_BREAK_HANDSHAKE; in main()
1179 opt.allow_legacy = MBEDTLS_SSL_LEGACY_NO_RENEGOTIATION; in main()
1182 opt.allow_legacy = MBEDTLS_SSL_LEGACY_ALLOW_RENEGOTIATION; in main()
1943 if (opt.allow_legacy != DFL_ALLOW_LEGACY) { in main()
1944 mbedtls_ssl_conf_legacy_renegotiation(&conf, opt.allow_legacy); in main()
H A Dssl_server2.c543 " allow_legacy=%%d default: (library default: no)\n" \
647 int allow_legacy; /* allow legacy renegotiation */ member
1725 opt.allow_legacy = DFL_ALLOW_LEGACY; in main()
2005 } else if (strcmp(p, "allow_legacy") == 0) { in main()
2008 opt.allow_legacy = MBEDTLS_SSL_LEGACY_BREAK_HANDSHAKE; in main()
2011 opt.allow_legacy = MBEDTLS_SSL_LEGACY_NO_RENEGOTIATION; in main()
2014 opt.allow_legacy = MBEDTLS_SSL_LEGACY_ALLOW_RENEGOTIATION; in main()
3044 if (opt.allow_legacy != DFL_ALLOW_LEGACY) { in main()
3045 mbedtls_ssl_conf_legacy_renegotiation(&conf, opt.allow_legacy); in main()
/third_party/mbedtls/include/mbedtls/
H A Dssl.h4545 * \param allow_legacy Prevent or allow (SSL_NO_LEGACY_RENEGOTIATION,
4549 void mbedtls_ssl_conf_legacy_renegotiation(mbedtls_ssl_config *conf, int allow_legacy);
/third_party/mbedtls/library/
H A Dssl_tls.c2977 void mbedtls_ssl_conf_legacy_renegotiation(mbedtls_ssl_config *conf, int allow_legacy) in mbedtls_ssl_conf_legacy_renegotiation() argument
2979 conf->allow_legacy_renegotiation = allow_legacy; in mbedtls_ssl_conf_legacy_renegotiation()

Completed in 29 milliseconds