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:45 +0000 (19:40 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 15 Feb 2010 19:40:45 +0000 (19:40 +0000)
commit1b690c1a8b75b3c160c30c81ef563d0a2a0f7a12
tree01a297be02a4732133ad51d81333d83c1fb635f9
parent2873a53f5f2b505abef17841c5e369b4de11bd09
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