summaryrefslogtreecommitdiffstats
path: root/crypto/aes/aes.h
AgeCommit message (Expand)Author
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2011-06-05FIPS low level blocking for AES, RC4 and Camellia. This is complicated byDr. Stephen Henson
2008-12-23Windows-specific addenum to "engage crypto/modes" commit #17716.Andy Polyakov
2008-10-31size_t-fy AES, Camellia and RC4.Andy Polyakov
2008-03-18More support for KEK RecipientInfo.Dr. Stephen Henson
2006-08-31Forward port of IGE mode.Ben Laurie
2006-06-05Sync aes.h with http://cvs.openssl.org/chngview?cn=15336.Andy Polyakov
2006-05-30Tune up AES CFB. Performance improvement varies from 10% to 50% fromAndy Polyakov
2005-01-24Default to AES u32 being unsinged int and not long. This improves cacheAndy Polyakov
2004-01-28Add the missing parts for DES CFB1 and CFB8.Richard Levitte
2003-07-03The 'counter' is really the IV.Richard Levitte
2003-03-20Make sure we get the definition of OPENSSL_NO_AES.Richard Levitte
2002-12-20Make AES_ENCRYPT and AES_DECRYPT macros instead of static constants.Richard Levitte
2002-10-11The AES CTR API was buggy, we need to save the encrypted counter as wellRichard Levitte
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