summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-11-06 23:29:52 +0000
committerRichard Levitte <levitte@openssl.org>2000-11-06 23:29:52 +0000
commit55b3c877c7ec6ba97c1421b34767f88a3c56b51f (patch)
tree19a6c025e0ae03618a82ed17de782370df3c9715 /CHANGES
parentbbbc96a87ed548788676874cf5387b5844e37d42 (diff)
Document recent constifications.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 916c07383b..378c1cefd8 100644
--- 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.