Revoke the option to share AES S-boxes between C and assembler. It wastes
[openssl.git] / crypto / aes / aes_core.c
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...