Minor tweaks to keep Perl 5.001 happy.
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 87dca408550d0d270e91c12b5de51599006b3975..9c33fbe2c743e633649a737663eceabc0aaf20da 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,16 @@
 
  Changes between 0.9.1c and 0.9.2
 
+  *) Add new function, EVP_MD_CTX_copy() to replace frequent use of memcpy.
+     [Eric A. Young, (from changes to C2Net SSLeay, integrated by Mark Cox)]
+
+  *) Make sure `make rehash' target really finds the `openssl' program.
+     [Ralf S. Engelschall, Matthias Loepfe <Matthias.Loepfe@adnovum.ch>]
+
+  *) Squeeze another 7% of speed out of MD5 assembler, at least on a P2. I'd
+     like to hear about it if this slows down other processors.
+     [Ben Laurie]
+
   *) Add CygWin32 platform information to Configure script.
      [Alan Batie <batie@aahz.jf.intel.com>]