crypto/evp/pkey_kdf.c: Redo parameter processing
[openssl.git] / crypto / aes / aes_core.c
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2017-10-13 Rich SalzRemove email addresses from source code.
2016-07-20 FdaSilvaYYFix a few if(, for(, while( inside code.
2016-06-29 FdaSilvaYYWhitespace cleanup in crypto
2016-05-17 Rich SalzCopyright consolidation 05/10
2016-04-07 Andy PolyakovClean-up *_DEBUG options.
2016-01-26 Rich SalzRemove /* foo.c */ comments
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
2014-12-30 Tim Hudsonmark all block comments that need format preserving...
2014-12-08 Dr. Stephen HensonRemove fips_constseg references.
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...