Commit 0b8eca58 authored by Mark J. Cox's avatar Mark J. Cox
Browse files

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

parent c2f425a0
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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]