Document recent constifications.
authorRichard Levitte <levitte@openssl.org>
Mon, 6 Nov 2000 23:29:52 +0000 (23:29 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 6 Nov 2000 23:29:52 +0000 (23:29 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 916c07383b26c07367167a3d31226f83d1064ecd..378c1cefd8dd0abd87c2186f46996a74adfcb5a0 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,6 +5,10 @@
  Changes between 0.9.6 and 0.9.7  [xx XXX 2000]
 
   *) 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.