Lines Matching defs:renegotiation
1573 /* Reset renegotiation state */
2983 void mbedtls_ssl_conf_renegotiation(mbedtls_ssl_config *conf, int renegotiation)
2985 conf->disable_renegotiation = renegotiation;
4625 * Write HelloRequest to request renegotiation on server
4696 * or request renegotiation on server
4726 * On client, either start the renegotiation process or,
7520 /* If renegotiation is not enforced, retransmit until we would reach max
7815 /* During client-side renegotiation, check that the server's
7819 MBEDTLS_SSL_DEBUG_MSG(3, ("Check that peer CRT hasn't changed during renegotiation"));
7823 MBEDTLS_SSL_DEBUG_MSG(1, ("new server cert during renegotiation"));