The "block length" for CFB mode was incorrectly coded as 1 all the time. It
authorDr. Stephen Henson <steve@openssl.org>
Mon, 15 Feb 2010 19:40:16 +0000 (19:40 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 15 Feb 2010 19:40:16 +0000 (19:40 +0000)
commit1458b931ebfd9973643dc57e7d02a71749d0b910
tree8563f7f1c41d0b811e1a2d80ff5a2d465c8cee91
parent20eb7238cbe104c4826d428e078cb912aedc4075
The "block length" for CFB mode was incorrectly coded as 1 all the time. It
should be the number of feedback bits expressed in bytes. For CFB1 mode set
this to 1 by rounding up to the nearest multiple of 8.
crypto/evp/evp_locl.h