]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/aes/aes_cbc.c
Run util/openssl-format-source -v -c .
[thirdparty/openssl.git] / crypto / aes / aes_cbc.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 PolyakovPatch the omission from prvious commit #17716.
2008-12-23  Andy PolyakovEngage crypto/modes.
2008-10-31  Andy Polyakovsize_t-fy AES, Camellia and RC4.
2005-01-18  Andy PolyakovDon't zap AES CBC IV, when decrypting truncated content...
2004-12-28  Richard Levitteiv needs to be const because it sometimes takes it...
2004-12-26  Andy PolyakovRemove yet another redundant memcpy. Not at least perfo...
2004-12-26  Andy PolyakovEliminate redundant memcpy of IV material. Performance...
2003-10-29  Richard LevitteRemoving those memcpy()s also took away the possibility...
2003-10-15  Richard LevitteCorrect serious bug in AES-CBC decryption when the...
2003-06-10  Richard LevitteThe output from AES_cbc_encrypt() should be exact multi...
2002-11-14  Richard LevitteRemove warnings.
2002-11-13  Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-11-13  Bodo Möllerdisable weird assert()s
2002-11-12  Richard LevitteMake the CBC mode od AES accept lengths that aren't...
2002-02-16  Richard LevitteAdd the modes OFB128, CFB128 and CTR128 to AES.
2002-01-02  Richard LevitteBecause Rijndael is more known as AES, use crypto/aes...