RSA key generation: ensure BN_mod_inverse and BN_mod_exp_mont both get called with...
[openssl.git] / crypto / aes / aes_core.c
2015-12-18 Richard LevitteRemove the "eay" c-file-style indicators
2015-03-14 Emilia KasperFix undefined behaviour in shifts.
2015-01-22 Matt CaswellManually reformat aes_core.c
2015-01-22 Tim Hudsonmark all block comments that need format preserving...
2012-03-21 cvs2svnThis commit was manufactured by cvs2svn to create branch
2011-06-21 Dr. Stephen HensonRename all AES_set*() functions using private_ prefix.
2011-06-05 Dr. Stephen HensonFIPS low level blocking for AES, RC4 and Camellia....
2010-06-16 cvs2svnThis commit was manufactured by cvs2svn to create branch
2009-03-31 cvs2svnThis commit was manufactured by cvs2svn to create branch
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...