C64x+ assembler pack. linux-c64xplus build is *not* tested nor can it be
[openssl.git] / crypto / aes / aes_core.c
2011-09-14 Andy PolyakovAllow for dynamic base in Win64 FIPS module.
2011-02-16 Dr. Stephen HensonExperimental symbol renaming to avoid clashes with...
2007-01-25 Andy PolyakovMinimize aes_core.c footprint when AES_[en|de]crypt...
2006-06-28 Andy PolyakovMitigate cache-collision timing attack on last round.
2005-12-10 Andy PolyakovRevoke the option to share AES S-boxes between C and...
2005-01-24 Andy PolyakovDefault to AES u32 being unsinged int and not long...
2004-12-23 Andy PolyakovEliminate copies of TeN and TdN, use those found in...
2004-07-18 Andy PolyakovAnchor AES and SHA-256/-512 assembler from C.
2003-01-23 Andy PolyakovWorkaround for lame compiler bug introduced in "CPU...
2002-11-13 Bodo Möllerdisable weird assert()s
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...