http://thread.gmane.org/gmane.comp.security.oss.general/1769/focus=1814
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]