Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/programs/ssl/
A Dssl_client2.c357 int allow_legacy; /* allow legacy renegotiation */ member
633 opt.allow_legacy = DFL_ALLOW_LEGACY; in main()
756 opt.allow_legacy = MBEDTLS_SSL_LEGACY_BREAK_HANDSHAKE; in main()
759 opt.allow_legacy = MBEDTLS_SSL_LEGACY_NO_RENEGOTIATION; in main()
762 opt.allow_legacy = MBEDTLS_SSL_LEGACY_ALLOW_RENEGOTIATION; in main()
1451 if( opt.allow_legacy != DFL_ALLOW_LEGACY ) in main()
1452 mbedtls_ssl_conf_legacy_renegotiation( &conf, opt.allow_legacy ); in main()
A Dssl_server2.c474 int allow_legacy; /* allow legacy renegotiation */ member
1348 opt.allow_legacy = DFL_ALLOW_LEGACY; in main()
1502 opt.allow_legacy = MBEDTLS_SSL_LEGACY_BREAK_HANDSHAKE; in main()
1505 opt.allow_legacy = MBEDTLS_SSL_LEGACY_NO_RENEGOTIATION; in main()
1508 opt.allow_legacy = MBEDTLS_SSL_LEGACY_ALLOW_RENEGOTIATION; in main()
2365 if( opt.allow_legacy != DFL_ALLOW_LEGACY ) in main()
2366 mbedtls_ssl_conf_legacy_renegotiation( &conf, opt.allow_legacy ); in main()
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Dssl.h2659 void mbedtls_ssl_conf_legacy_renegotiation( mbedtls_ssl_config *conf, int allow_legacy );
/AliOS-Things-master/components/mbedtls/library/
A Dssl_tls.c7734 void mbedtls_ssl_conf_legacy_renegotiation( mbedtls_ssl_config *conf, int allow_legacy ) in mbedtls_ssl_conf_legacy_renegotiation() argument
7736 conf->allow_legacy_renegotiation = allow_legacy; in mbedtls_ssl_conf_legacy_renegotiation()

Completed in 28 milliseconds