summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2009-12-22 10:59:03 +0000
committerBodo Möller <bodo@openssl.org>2009-12-22 10:59:03 +0000
commitd0e79d7e2cbef667b68380cf7202c61d83c228aa (patch)
tree0a857ad0ab2a6527ce775ac672d5f5f4664341b6 /CHANGES
parentc1003dfd1579f0a7a88d230baecc98fa5eef0bc7 (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 5c8544afda..2a0c98b1eb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 0.9.8l (?) and 0.9.8m (?) [xx XXX xxxx]
+ *) Constify crypto/cast (i.e., <openssl/cast.h>): a CAST_KEY doesn't
+ change when encrypting or decrypting.
+ [Bodo Moeller]
+
*) Add option SSL_OP_LEGACY_SERVER_CONNECT which will allow clients to
connect (but not renegotiate) with servers which do not support RI.
Until RI is more widely deployed this option is enabled by default.