Add support for Intel SHA extension.
[openssl.git] / crypto / aes / aes.h
2010-07-26 Dr. Stephen Henson#if out deleted function from headers so it isn't picke...
2008-12-23 Andy PolyakovWindows-specific addenum to "engage crypto/modes" commi...
2008-10-31 Andy Polyakovsize_t-fy AES, Camellia and RC4.
2008-03-18 Dr. Stephen HensonMore support for KEK RecipientInfo.
2006-08-31 Ben LaurieForward port of IGE mode.
2006-06-05 Andy PolyakovSync aes.h with cvs.openssl.org/chngview?cn=15336.
2006-05-30 Andy PolyakovTune up AES CFB. Performance improvement varies from...
2005-01-24 Andy PolyakovDefault to AES u32 being unsinged int and not long...
2004-01-28 Richard LevitteAdd the missing parts for DES CFB1 and CFB8.
2003-07-03 Richard LevitteThe 'counter' is really the IV.
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_AES.
2002-12-20 Richard LevitteMake AES_ENCRYPT and AES_DECRYPT macros instead of...
2002-10-11 Richard LevitteThe AES CTR API was buggy, we need to save the encrypte...
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...