Fix BIO_f_buffer().
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 927b9e7717437fd2c84841099314f1e7c88fba8a..753492b892c817d2a54c5b95a52a104f6e0b1f07 100644 (file)
--- a/CHANGES
+++ b/CHANGES
      security.
      [Emilia Käsper <emilia.kasper@esat.kuleuven.be> (Google)]
 
+  *) Add TLS key material exporter from RFC 5705.
+     [Eric Rescorla]
+
   *) Add DTLS-SRTP negotiation from RFC 5764.
      [Eric Rescorla]
 
 
  Changes between 1.0.0e and 1.0.0f [xx XXX xxxx]
 
+  *) Fix the BIO_f_buffer() implementation (which was mixing different
+     interpretations of the '..._len' fields).
+     [Adam Langley (Google)]
+
   *) Fix handling of BN_BLINDING: now BN_BLINDING_invert_ex (rather than
      BN_BLINDING_invert_ex) calls BN_BLINDING_update, ensuring that concurrent
      threads won't reuse the same blinding coefficients.
   
  Changes between 0.9.8r and 0.9.8s [xx XXX xxxx]
 
+  *) Fix the BIO_f_buffer() implementation (which was mixing different
+     interpretations of the '..._len' fields).
+     [Adam Langley (Google)]
+
   *) Fix handling of BN_BLINDING: now BN_BLINDING_invert_ex (rather than
      BN_BLINDING_invert_ex) calls BN_BLINDING_update, ensuring that concurrent
      threads won't reuse the same blinding coefficients.