Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2003-06-03 04:11:37 +0400
committerDr. Stephen Henson <steve@openssl.org>2003-06-03 04:11:37 +0400
commit16c9148220bd9588a0713b835f7d1be43755b3ec (patch)
treea03caae0311cb7eeceb48bbd583555b355a5d40a /CHANGES
parent9d92486cfbe0d9c61939acbc4dd1a636d91218d4 (diff)
Move the base64 BIO fixes to 0.9.7-stable
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b1636083b1..317f75fd14 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,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.