summaryrefslogtreecommitdiffstats
path: root/crypto/aes/aes_core.c
AgeCommit message (Expand)Author
2022-05-03Update copyright yearMatt Caswell
2022-01-31aes: make the no-asm constant time code path not the defaultPauli
2021-06-22Fix aes_core to use U64() macro..Shane Lontis
2021-06-17Update copyright yearMatt Caswell
2021-06-13Add AES consttime code for no-asm configurationsBernd Edlinger
2020-04-23Update copyright yearMatt Caswell
2020-01-06Deprecate the low level AES functionsMatt Caswell
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2018-12-06Following the license change, modify the boilerplates in crypto/aes/Richard Levitte
2017-10-13Remove email addresses from source code.Rich Salz
2016-07-20Fix a few if(, for(, while( inside code.FdaSilvaYY
2016-06-29Whitespace cleanup in cryptoFdaSilvaYY
2016-05-17Copyright consolidation 05/10Rich Salz
2016-04-07Clean-up *_DEBUG options.Andy Polyakov
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte
2015-03-13Fix undefined behaviour in shifts.Emilia Kasper
2015-01-22Manually reformat aes_core.cMatt Caswell
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-12-08Remove fips_constseg references.Dr. Stephen Henson
2011-09-14Allow for dynamic base in Win64 FIPS module.Andy Polyakov
2011-02-16Experimental symbol renaming to avoid clashes with regular OpenSSL.Dr. Stephen Henson
2007-01-25Minimize aes_core.c footprint when AES_[en|de]crypt is implemented inAndy Polyakov
2006-06-28Mitigate cache-collision timing attack on last round.Andy Polyakov
2005-12-10Revoke the option to share AES S-boxes between C and assembler. It wastesAndy Polyakov
2005-01-24Default to AES u32 being unsinged int and not long. This improves cacheAndy Polyakov
2004-12-23Eliminate copies of TeN and TdN, use those found in assembler module.Andy Polyakov
2004-07-18Anchor AES and SHA-256/-512 assembler from C.Andy Polyakov
2003-01-23Workaround for lame compiler bug introduced in "CPU pack" for MSVC6SP5.Andy Polyakov
2002-11-13disable weird assert()sBodo Möller
2002-02-16Add the modes OFB128, CFB128 and CTR128 to AES.Richard Levitte
2002-01-02Because Rijndael is more known as AES, use crypto/aes instead ofRichard Levitte