summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2001-07-03 10:31:11 +0000
committerLutz Jänicke <jaenicke@openssl.org>2001-07-03 10:31:11 +0000
commit43f9391bcc222f0da5c0d9f8e2ab24d921e29971 (patch)
tree0c4513b43c13078e77b657f39d01c321908bd2a9 /CHANGES
parentc1c971654b24e5917d908c9819fdb22bf58aebda (diff)
When only the key is given to "enc", the IV is undefined
(found by Andy Brown <logic@warthog.com>).
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9adb69d5e4..cdd2709cf1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -11,6 +11,10 @@
*) applies to 0.9.6a (/0.9.6b) and 0.9.7
+) applies to 0.9.7 only
+ *) When only the key is given to "enc", the IV is undefined. Print out
+ an error message in this case.
+ [Lutz Jaenicke]
+
+) Added the OS2-EMX target.
["Brian Havard" <brianh@kheldar.apana.org.au> and Richard Levitte]