Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Dssl.h4678 void mbedtls_ssl_conf_renegotiation(mbedtls_ssl_config *conf, int renegotiation);
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog1128 * Fix the handling of renegotiation attempts in TLS 1.3. They are now
3289 * Reduce RAM consumption during session renegotiation by not storing
4264 The issue could only happen client-side with renegotiation enabled.
4285 * Fix SSLv3 renegotiation behaviour and stop processing data received from
4286 peer after sending a fatal alert to refuse a renegotiation attempt.
4383 * Fix incorrect renegotiation condition in ssl_check_ctr_renegotiate() that
4386 renegotiation routines at unexpected times when the protocol is DTLS. Found
4841 (support for renegotiation now needs explicit enabling in config.h).
5050 * Support for renegotiation can now be disabled at compile-time
5122 * Server-initiated renegotiation would fail with non-blocking I/O if the
[all …]
H A DREADME.md247 - `tests/ssl-opt.sh` runs integration tests for various TLS options (renegotiation, resumption, e…
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dssl_tls.c3031 void mbedtls_ssl_conf_renegotiation(mbedtls_ssl_config *conf, int renegotiation) in mbedtls_ssl_conf_renegotiation() argument
3033 conf->disable_renegotiation = renegotiation; in mbedtls_ssl_conf_renegotiation()