Update changelog to show fix for PR1679 as per Tomas Hoger's testing:

http://thread.gmane.org/gmane.comp.security.oss.general/1769/focus=1814
This commit is contained in:
Mark J. Cox 2009-06-02 09:20:52 +00:00
parent c2f425a06a
commit 0b8eca58b9

View File

@ -117,6 +117,10 @@
Changes between 0.9.8h and 0.9.8i [15 Sep 2008]
*) Fix NULL pointer dereference if a DTLS server recieved
ChangeCipherSpec as first record (CVE-2009-1386)
[Bodo Moeller, discovered by Alex Lam]
*) Fix a state transitition in s3_srvr.c and d1_srvr.c
(was using SSL3_ST_CW_CLNT_HELLO_B, should be ..._ST_SW_SRVR_...).
[Nagendra Modadugu]