in some new file names the first 8 characters were not unique
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 916c07383b26c07367167a3d31226f83d1064ecd..518db59a6cb3607c96c5de2297f6d8b167496fb9 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,7 +4,22 @@
 
  Changes between 0.9.6 and 0.9.7  [xx XXX 2000]
 
+  *) Remove all references to RSAref, since there's no more need for it.
+     [Richard Levitte]
+
+  *) Increase BN_CTX_NUM (the number of BIGNUMs in a BN_CTX) to 16.
+     The previous value, 12, was not always sufficient for BN_mod_exp().
+     [Bodo Moeller]
+
+  *) Make DSO load along a path given through an environment variable
+     (SHLIB_PATH) with shl_load().
+     [Richard Levitte]
+
   *) Constify the ENGINE code as a result of BIGNUM constification.
+     Also constify the RSA code and most things related to it.  In a
+     few places, most notable in the depth of the ASN.1 code, ugly
+     casts back to non-const were required (to be solved at a later
+     time)
      [Richard Levitte]
 
   *) Make it so the openssl application has all engines loaded by default.