summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2003-06-03 00:16:47 +0000
committerDr. Stephen Henson <steve@openssl.org>2003-06-03 00:16:47 +0000
commit63b815583b467b8ca49ded29776f50a2f7906f00 (patch)
tree8d3d8e38e069abce09b5bd06de83166f172966bf /CHANGES
parentca82ac1feebc042662325b7879d39773183d85c6 (diff)
Update CHANGES to reflect base64 fix added to 0.9.7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES12
1 files changed, 7 insertions, 5 deletions
diff --git a/CHANGES b/CHANGES
index 1d279103dc..f74bc98da4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -100,11 +100,6 @@
Make that possible even when linking against static libraries!
[Richard Levitte]
- *) Various fixes to base64 BIO and non blocking I/O. On write
- flushes were not handled properly if the BIO retried. On read
- data was not being buffered properly and had various logic bugs.
- [Steve Henson]
-
*) Support for single pass processing for S/MIME signing. This now
means that S/MIME signing can be done from a pipe, in addition
cleartext signing (multipart/signed type) is effectively streaming
@@ -535,6 +530,13 @@
Changes between 0.9.7b and 0.9.7c [xx XXX 2003]
+ *) Various fixes to base64 BIO and non blocking I/O. On write
+ flushes were not handled properly if the BIO retried. On read
+ data was not being buffered properly and had various logic bugs.
+ This also affects blocking I/O when the data being decoded is a
+ certain size.
+ [Steve Henson]
+
*) Various S/MIME bugfixes and compatibility changes:
output correct application/pkcs7 MIME type if
PKCS7_NOOLDMIMETYPE is set. Tolerate some broken signatures.