Variety of belt-tightenings in the bignum code. (Please help test this!)
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index a8866ad9a03d35d4fbd7566f3dbcd398b3f862f9..6029cce5b3cd56da16242fb75916cbf554ab6480 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,9 @@
 
  Changes between 0.9.7c and 0.9.8  [xx XXX xxxx]
 
+  *) Constify all or almost all d2i, c2i, s2i and r2i functions, along with
+     associated ASN1, EVP and SSL functions and old ASN1 macros.
+
   *) BN_zero() only needs to set 'top' and 'neg' to zero for correct results,
      and this should never fail. So the return value from the use of
      BN_set_word() (which can fail due to needless expansion) is now deprecated;