aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/aes/aes_core.c
Commit message (Expand)AuthorAgeFilesLines
* Allow for dynamic base in Win64 FIPS module.Andy Polyakov2011-09-141-0/+10
* Experimental symbol renaming to avoid clashes with regular OpenSSL.Dr. Stephen Henson2011-02-161-0/+1
* Minimize aes_core.c footprint when AES_[en|de]crypt is implemented inAndy Polyakov2007-01-251-1/+200
* Mitigate cache-collision timing attack on last round.Andy Polyakov2006-06-281-197/+98
* Revoke the option to share AES S-boxes between C and assembler. It wastesAndy Polyakov2005-12-101-16/+0
* Default to AES u32 being unsinged int and not long. This improves cacheAndy Polyakov2005-01-241-10/+10
* Eliminate copies of TeN and TdN, use those found in assembler module.Andy Polyakov2004-12-231-0/+15
* Anchor AES and SHA-256/-512 assembler from C.Andy Polyakov2004-07-181-0/+2
* Workaround for lame compiler bug introduced in "CPU pack" for MSVC6SP5.Andy Polyakov2003-01-231-3/+3
* disable weird assert()sBodo Möller2002-11-131-0/+6
* Add the modes OFB128, CFB128 and CTR128 to AES.Richard Levitte2002-02-161-10/+0
* Because Rijndael is more known as AES, use crypto/aes instead ofRichard Levitte2002-01-021-0/+1261