summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2005-12-13 07:32:10 +0000
committerBodo Möller <bodo@openssl.org>2005-12-13 07:32:10 +0000
commit23d43aae27bb16ce35cb4a78598bea67434d5cb9 (patch)
tree89fbd0dd54eb131af92dfaf9862698f1c191aa07 /CHANGES
parentde71735e7c13bc5a9b01a0f91226a9a6cd322713 (diff)
add missing entry (the corresponding code *is* in the 0.9.8 branch,
and both the code and the CHANGES entry are in HEAD)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4a314be6a9..20cfc05927 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,10 @@
Changes between 0.9.8a and 0.9.8b [XX xxx XXXX]
+ *) New functions EVP_CIPHER_CTX_new() and EVP_CIPHER_CTX_free() to support
+ opaque EVP_CIPHER_CTX handling.
+ [Steve Henson]
+
*) Fixes and enhancements to zlib compression code. We now only use
"zlib1.dll" and use the default __cdecl calling convention on Win32
to conform with the standards mentioned here: