]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/aes/aes_cfb.c
Run util/openssl-format-source -v -c .
[thirdparty/openssl.git] / crypto / aes / aes_cfb.c
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2012-06-03  Ben LaurieVersion skew reduction: trivia (I hope).
2011-02-16  Dr. Stephen HensonExperimental symbol renaming to avoid clashes with...
2008-12-23  Andy PolyakovEngage crypto/modes.
2008-10-31  Andy Polyakovsize_t-fy AES, Camellia and RC4.
2007-04-05  Ben LaurieAvoid overrun. Coverity ID 60.
2006-06-05  Andy PolyakovCorrect logical error in STRICT_ALIGNMENT check and...
2006-05-30  Andy PolyakovTune up AES CFB. Performance improvement varies from...
2006-04-20  Nils Larschundo accidental commit
2006-04-20  Nils Larschas we encrypt every bit separately we need to loop...
2004-12-30  Andy PolyakovAES-CFB[18] 2x optimization. Well, I bet nobody cares...
2004-11-01  Richard LevitteMake sure memmove() is defined, even on SunOS 4.1.4.
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.