Searched refs:allow_legacy (Results 1 – 4 of 4) sorted by relevance
297 int allow_legacy; /* allow legacy renegotiation */ member488 opt.allow_legacy = DFL_ALLOW_LEGACY; in main()596 case -1: opt.allow_legacy = MBEDTLS_SSL_LEGACY_BREAK_HANDSHAKE; break; in main()597 case 0: opt.allow_legacy = MBEDTLS_SSL_LEGACY_NO_RENEGOTIATION; break; in main()598 case 1: opt.allow_legacy = MBEDTLS_SSL_LEGACY_ALLOW_RENEGOTIATION; break; in main()1165 if( opt.allow_legacy != DFL_ALLOW_LEGACY ) in main()1166 mbedtls_ssl_conf_legacy_renegotiation( &conf, opt.allow_legacy ); in main()
377 int allow_legacy; /* allow legacy renegotiation */ member920 opt.allow_legacy = DFL_ALLOW_LEGACY; in main()1026 case -1: opt.allow_legacy = MBEDTLS_SSL_LEGACY_BREAK_HANDSHAKE; break; in main()1027 case 0: opt.allow_legacy = MBEDTLS_SSL_LEGACY_NO_RENEGOTIATION; break; in main()1028 case 1: opt.allow_legacy = MBEDTLS_SSL_LEGACY_ALLOW_RENEGOTIATION; break; in main()1750 if( opt.allow_legacy != DFL_ALLOW_LEGACY ) in main()1751 mbedtls_ssl_conf_legacy_renegotiation( &conf, opt.allow_legacy ); in main()
2142 void mbedtls_ssl_conf_legacy_renegotiation( mbedtls_ssl_config *conf, int allow_legacy );
6102 void mbedtls_ssl_conf_legacy_renegotiation( mbedtls_ssl_config *conf, int allow_legacy ) in mbedtls_ssl_conf_legacy_renegotiation() argument6104 conf->allow_legacy_renegotiation = allow_legacy; in mbedtls_ssl_conf_legacy_renegotiation()