Lines Matching defs:renegotiation
157 " cid_renego=%%d Disable (0) or enable (1) the use of the DTLS Connection ID extension during renegotiation.\n" \
161 " cid_val_renego=%%s The CID to use for incoming messages (in hex, without 0x) after renegotiation.\n" \
308 " renegotiation=%%d default: 0 (disabled)\n" \
499 int renegotiation; /* enable / disable renegotiation */
500 int allow_legacy; /* allow legacy renegotiation */
501 int renegotiate; /* attempt renegotiation? */
502 int renego_delay; /* delay before enforcing renegotiation */
535 * during renegotiation */
542 * after renegotiation */
948 opt.renegotiation = DFL_RENEGOTIATION;
1169 } else if (strcmp(p, "renegotiation") == 0) {
1170 opt.renegotiation = (atoi(q)) ?
1548 /* Keep CID settings for renegotiation unless
1823 mbedtls_printf("CID length must not change during renegotiation\n");
1947 mbedtls_ssl_conf_renegotiation(&conf, opt.renegotiation);
2452 * Perform renegotiation (this must be done when the server is waiting
2455 mbedtls_printf(" . Performing renegotiation...");
2487 ret = report_cid_usage(&ssl, "after renegotiation");