| commit | 64846096b18340b9a39ddd29a7a0e23c56f22959 | [log] [tgz] |
|---|---|---|
| author | Lukasz Pawelczyk <havner@gmail.com> | Thu Nov 17 10:31:39 2016 +0100 |
| committer | Matt Caswell <matt@openssl.org> | Fri Feb 10 13:36:56 2017 +0000 |
| tree | b3727865acb591bf65d1ae64431b9299d1b18148 | |
| parent | 222c3da35cc508446df150a16080943019ba6f54 [diff] |
Restore EVP_CIPH_FLAG_LENGTH_BITS working properly EVP_CIPH_FLAG_LENGTH_BITS flag for CFB1 has been broken with the introduction of the is_partially_overlapping() check that did not take it into the account (treating number of bits passed as bytes). This remedies that and allows this flag to work as intended. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1942)