OpenSSL CVS Repository
http://cvs.openssl.org/
____________________________________________________________
________________
Server: cvs.openssl.org Name: Andy
Polyakov
Root: /v/openssl/cvs Email: appro openssl.org
Module: openssl Date:
03-Oct-2007 12:18:07
Branch: OpenSSL_0_9_8-stable Handle:
2007100311180600
Modified files: (Branch: OpenSSL_0_9_8-stable)
openssl/ssl d1_pkt.c
Log:
Set client_version earlier in DTLS (this is 0.9.8
specific).
Summary:
Revision Changes Path
1.4.2.9 +1 -0 openssl/ssl/d1_pkt.c
____________________________________________________________
________________
patch -p0 <<' .'
Index: openssl/ssl/d1_pkt.c
============================================================
================
$ cvs diff -u -r1.4.2.8 -r1.4.2.9 d1_pkt.c
--- openssl/ssl/d1_pkt.c 30 Sep 2007 22:03:07
-0000 1.4.2.8
+++ openssl/ssl/d1_pkt.c 3 Oct 2007 10:18:06
-0000 1.4.2.9
 -561,6 +561,7 
goto f_err;
}
+ s->client_version = version;
/* now s->rstate == SSL_ST_READ_BODY */
}
 .
____________________________________________________________
__________
OpenSSL Project http://www.openssl.org
CVS Repository Commit List
openssl-cvs openssl.org
Automated List Manager
majordomo openssl.org
|