sync with 0.9.8 branch
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 63fa6aa972ff9b837eff771cdb44032c7a146f92..9aac3ebff70988bbffa522d856d4b33390dc09cc 100644 (file)
--- a/CHANGES
+++ b/CHANGES
   *) Change 'Configure' script to enable Camellia by default.
      [NTT]
 
- Changes between 0.9.8g and 0.9.8h  [xx XXX xxxx]
+ Changes between 0.9.8g and 0.9.8h  [28 May 2008]
+
+  *) Fix flaw if 'Server Key exchange message' is omitted from a TLS
+     handshake which could lead to a cilent crash as found using the
+     Codenomicon TLS test suite (CVE-2008-1672) 
+     [Steve Henson, Mark Cox]
+
+  *) Fix double free in TLS server name extensions which could lead to
+     a remote crash found by Codenomicon TLS test suite (CVE-2008-0891) 
+     [Joe Orton]
 
   *) Clear error queue in SSL_CTX_use_certificate_chain_file()