Don't call memcpy if len is zero.
[openssl.git] / crypto / aes / aes_ige.c
2017-02-21 Rich SalzDon't call memcpy if len is zero.
2016-05-17 Rich SalzCopyright consolidation 05/10
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-12-18 Richard LevitteRemove the "eay" c-file-style indicators
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2008-10-31 Andy Polyakovsize_t-fy AES, Camellia and RC4.
2007-08-29 Andy Polyakovaes_ige suffered SIGBUS on RISC platforms.
2007-05-15 Dr. Stephen HensonChange C++ style comments.
2007-05-13 Ben LaurieMore IGE speedup.
2007-05-13 Ben LaurieAES IGE mode speedup.
2006-08-31 Dr. Stephen HensonFix C++ style comments, change assert to OPENSSL_assert...
2006-08-31 Ben LaurieForward port of IGE mode.