OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________
________________
Server: cvs.openssl.org Name: Dr.
Stephen Henson
Root: /v/openssl/cvs Email: steve openssl.org
Module: openssl Date:
17-Sep-2007 19:30:03
Branch: OpenSSL_0_9_8-stable Handle:
2007091718300100
Modified files: (Branch: OpenSSL_0_9_8-stable)
openssl/ssl d1_srvr.c
Log:
PR: 1582
Summary:
Revision Changes Path
1.2.2.7 +5 -0 openssl/ssl/d1_srvr.c
____________________________________________________________
________________
patch -p0 <<' .'
Index: openssl/ssl/d1_srvr.c
============================================================
================
$ cvs diff -u -r1.2.2.6 -r1.2.2.7 d1_srvr.c
--- openssl/ssl/d1_srvr.c 5 Dec 2005 17:32:19
-0000 1.2.2.6
+++ openssl/ssl/d1_srvr.c 17 Sep 2007 17:30:01
-0000 1.2.2.7
 -1009,6 +1009,7 
STACK_OF(X509_NAME) *sk=NULL;
X509_NAME *name;
BUF_MEM *buf;
+ unsigned int msg_len;
if (s->state == SSL3_ST_SW_CERT_REQ_A)
{
 -1086,6 +1087,10 
#endif
/* XDTLS: set message header ? */
+ msg_len = s->init_num - DTLS1_HM_HEADER_LENGTH;
+ dtls1_set_message_header(s, s->init_buf->data,
+ SSL3_MT_CERTIFICATE_REQUEST, msg_len, 0, msg_len);
+
/* buffer the message to handle re-xmits */
dtls1_buffer_message(s, 0);
 .
____________________________________________________________
__________
OpenSSL Project http://www.openssl.org
CVS Repository Commit List
openssl-cvs openssl.org
Automated List Manager
majordomo openssl.org
|