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:30 +0000 (19:40 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 15 Feb 2010 19:40:30 +0000 (19:40 +0000)
commit6c6ca18664c05abaeca483e60696baa59523b317
tree5741a2fa21aa77b117e3797131771be87d796df9
parent97fe2b40c1f39fd39885862f9b4da64bf587ed20
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