summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>1999-03-05 01:07:04 +0000
committerDr. Stephen Henson <steve@openssl.org>1999-03-05 01:07:04 +0000
commitd00b7aad5add9864147635279b951fbe8a7656b7 (patch)
treebadb19637cf4d2d68b465857e851984eaeafbd38 /CHANGES
parent9985bed331b388e871a89cf043ae21c1177eaa24 (diff)
Workaround for a Win95 console bug triggered by the password read stuff.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index f6800dcf1d..5346d4001e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,7 +5,12 @@
Changes between 0.9.1c and 0.9.2
- *) Add text documentation for the BUFFER functions.
+ *) Add text documentation for the BUFFER functions. Also added a work around
+ to a Win95 console bug. This was triggered by the password read stuff: the
+ last character typed gets carried over to the next fread(). If you were
+ generating a new cert request using 'req' for example then the last
+ character of the passphrase would be CR which would then enter the first
+ field as blank.
[Steve Henson]
*) Added the new `Includes OpenSSL Cryptography Software' button as