summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2009-12-22 10:58:33 +0000
committerBodo Möller <bodo@openssl.org>2009-12-22 10:58:33 +0000
commit7427379e9b73da4c15c91a6faad3c916210b0755 (patch)
tree570f7073c3e4dbc1593f6ef8483487609d9fed31 /CHANGES
parentfbed9f8158ef50518706798a1488f9af4be3eb7d (diff)
Constify crypto/cast.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8041501448..210f90e86d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -39,6 +39,10 @@
Changes between 0.9.8m (?) and 1.0.0 [xx XXX xxxx]
+ *) Constify crypto/cast (i.e., <openssl/cast.h>): a CAST_KEY doesn't
+ change when encrypting or decrypting.
+ [Bodo Moeller]
+
*) Add load_crls() function to apps tidying load_certs() too. Add option
to verify utility to allow additional CRLs to be included.
[Steve Henson]