Add the missing parts for DES CFB1 and CFB8.
[openssl.git] / crypto / aes / aes_cfb.c
2004-01-28 Richard LevitteAdd the missing parts for DES CFB1 and CFB8.
2002-11-13 Bodo Möllerdisable weird assert()s
2002-05-31 Richard LevitteIn CFB mode, the iv is always encrypted.
2002-02-16 Richard LevitteAdd the modes OFB128, CFB128 and CTR128 to AES.