Lines Matching defs:renegotiation
229 " cid_renego=%%d Disable (0) or enable (1) the use of the DTLS Connection ID extension during renegotiation.\n" \
233 " cid_val_renego=%%s The CID to use for incoming messages (in hex, without 0x) after renegotiation.\n" \
410 " renegotiation=%%d default: 0 (disabled)\n" \
646 int renegotiation; /* enable / disable renegotiation */
647 int allow_legacy; /* allow legacy renegotiation */
648 int renegotiate; /* attempt renegotiation? */
649 int renego_delay; /* delay before enforcing renegotiation */
650 uint64_t renego_period; /* period for automatic renegotiation */
690 * during renegotiation */
697 * after renegotiation */
1724 opt.renegotiation = DFL_RENEGOTIATION;
2001 else if (strcmp(p, "renegotiation") == 0) {
2002 opt.renegotiation = (atoi(q)) ?
2424 /* Keep CID settings for renegotiation unless
2856 mbedtls_printf("CID length must not change during renegotiation\n");
3048 mbedtls_ssl_conf_renegotiation(&conf, opt.renegotiation);
3876 * 7a. Request renegotiation while client is waiting for input from us.
3881 mbedtls_printf(" . Requestion renegotiation...");
3905 ret = report_cid_usage(&ssl, "after renegotiation");