summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2002-12-03 23:50:59 +0000
committerDr. Stephen Henson <steve@openssl.org>2002-12-03 23:50:59 +0000
commit2053c43de2575a0f72038b8a36146ef23c829885 (patch)
tree4ff8ac9167bf00247e7c5fcd611b4fb649bc5bcc /CHANGES
parent1c3e4a366022c043ae87ff9715905e97582bf649 (diff)
In asn1_d2i_read_bio, don't assume BIO_read will
return the requested number of bytes when reading content.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2d7c5b5f50..ce2c1264a9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -335,6 +335,11 @@ TODO: bug: pad x with leading zeros if necessary
Changes between 0.9.6h and 0.9.7 [XX xxx 2002]
+ *) In asn1_d2i_read_bio() repeatedly call BIO_read() until all content
+ octets have been read, EOF or an error occurs. Without this change
+ some truncated ASN1 structures will not produce an error.
+ [Steve Henson]
+
*) Disable Heimdal support, since it hasn't been fully implemented.
Still give the possibility to force the use of Heimdal, but with
warnings and a request that patches get sent to openssl-dev.