summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2009-12-22 10:58:01 +0000
committerBodo Möller <bodo@openssl.org>2009-12-22 10:58:01 +0000
commita0b72777249990001e60ec50c19778db7da70e8d (patch)
tree34e0258a1ad9e94608677e7925c558c80baea287 /CHANGES
parent54bc369ad76f05c426999512179f13bb02fa465f (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 a597ba0ae9..a9c5dfdbfa 100644
--- a/CHANGES
+++ b/CHANGES
@@ -828,6 +828,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.