RSA key generation: ensure BN_mod_inverse and BN_mod_exp_mont both get called with...
[openssl.git] / crypto / aes / aes_locl.h
2015-12-18 Richard LevitteRemove the "eay" c-file-style indicators
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2012-03-21 cvs2svnThis commit was manufactured by cvs2svn to create branch
2010-06-16 cvs2svnThis commit was manufactured by cvs2svn to create branch
2009-03-31 cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-07-30 Andy PolyakovFix #if _MSC_VER clause in aes_locl.h
2005-01-24 Andy PolyakovDefault to AES u32 being unsinged int and not long...
2004-07-17 Andy PolyakovIA-64 is intolerant to misaligned access. It was a...
2002-11-15 Richard LevitteWinCE patches
2002-06-18 Bodo Mölleralways include <string.h> (we do this in various other...
2002-02-16 Richard LevitteAdd the modes OFB128, CFB128 and CTR128 to AES.
2002-01-05 Geoff Thorpe- Add the same header stuff to aes_locl.h as is in...
2002-01-02 Richard LevitteBecause Rijndael is more known as AES, use crypto/aes...