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>2002-12-04 02:49:12 +0300
committerDr. Stephen Henson <steve@openssl.org>2002-12-04 02:49:12 +0300
commit38b085902fa87a9f2a001e6b98999befa614871e (patch)
tree9cf990bd9fdf23e00d122bb8e536295573d88759 /CHANGES
parent27498a33307b9e79f93f13bb2841f32ce8b2783e (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 6e31374fd3..98d7ac2329 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
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.