summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2002-08-16 01:53:24 +0000
committerDr. Stephen Henson <steve@openssl.org>2002-08-16 01:53:24 +0000
commit3f6db7f518326381348aaeae70c2a6463a119bde (patch)
tree2b8acda27efc38c53f76677df51067fff2610d3e /CHANGES
parent8435a755fd9b905f35b2986986ec7a860b2472b7 (diff)
Fix block_size field for CFB and OFB modes: it should be 1.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a588c7f202..eb964236f8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -243,6 +243,12 @@ TODO: bug: pad x with leading zeros if necessary
Changes between 0.9.6g and 0.9.7 [XX xxx 2002]
+ *) The "block size" for block ciphers in CFB and OFB mode should be 1.
+ [Steve Henson, reported by Yngve Nysaeter Pettersen <yngve@opera.com>]
+
+ *) The "block size" for block ciphers in CFB and OFB mode should be 1.
+ [Steve Henson]
+
*) Make sure tests can be performed even if the corresponding algorithms
have been removed entirely. This was also the last step to make
OpenSSL compilable with DJGPP under all reasonable conditions.