Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 117026
Collapse All | Expand All

(-)openssl-0.9.7g/ssl/d1_srvr.c (-1 / +5 lines)
Lines 1018-1023 Link Here
1018
	STACK_OF(X509_NAME) *sk=NULL;
1018
	STACK_OF(X509_NAME) *sk=NULL;
1019
	X509_NAME *name;
1019
	X509_NAME *name;
1020
	BUF_MEM *buf;
1020
	BUF_MEM *buf;
1021
	unsigned int msg_len;
1021
1022
1022
	if (s->state == SSL3_ST_SW_CERT_REQ_A)
1023
	if (s->state == SSL3_ST_SW_CERT_REQ_A)
1023
		{
1024
		{
Lines 1094-1100 Link Here
1094
		s->init_num += 4;
1095
		s->init_num += 4;
1095
#endif
1096
#endif
1096
1097
1097
		/* XDTLS:  set message header ? */
1098
		msg_len = s->init_num - DTLS1_HM_HEADER_LENGTH;
1099
		dtls1_set_message_header(s, s->init_buf->data, 
1100
			SSL3_MT_CERTIFICATE_REQUEST, msg_len, 0, msg_len);
1101
1098
		/* buffer the message to handle re-xmits */
1102
		/* buffer the message to handle re-xmits */
1099
		dtls1_buffer_message(s, 0);
1103
		dtls1_buffer_message(s, 0);
1100
1104

Return to bug 117026