Add the corresponding CVE names to the CHANGES entry for 0.9.8 branch
authorMark J. Cox <mark@openssl.org>
Tue, 26 May 2009 08:21:56 +0000 (08:21 +0000)
committerMark J. Cox <mark@openssl.org>
Tue, 26 May 2009 08:21:56 +0000 (08:21 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index c26ff5ecdb3cb5d2a9015caea20797dad34bb92f..ebf73365707e62dd50e38a1f7a9d8ede51faabbe 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -11,7 +11,7 @@
      left. Additionally every future messege was buffered, even if the
      sequence number made no sense and would be part of another handshake.
      So only messages with sequence numbers less than 10 in advance will be
-     buffered.
+     buffered.  (CVE-2009-1378)
      [Robin Seggelmann, discovered by Daniel Mentz]    
 
   *) Records are buffered if they arrive with a future epoch to be
      a DOS attack with sending records with future epochs until there is no
      memory left. This patch adds the pqueue_size() function to detemine
      the size of a buffer and limits the record buffer to 100 entries.
+     (CVE-2009-1377)
      [Robin Seggelmann, discovered by Daniel Mentz]    
 
   *) Keep a copy of frag->msg_header.frag_len so it can be used after the
-     parent structure is freed.
+     parent structure is freed.  (CVE-2009-1379)
      [Daniel Mentz]    
 
   *) Handle non-blocking I/O properly in SSL_shutdown() call.