summaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_aes.c
AgeCommit message (Expand)Author
2011-02-19Move gcm128_context definition to modes_lcl.h (along with some relatedDr. Stephen Henson
2011-02-15Add FIPS flags to AES ciphers and SHA* digests.Dr. Stephen Henson
2011-02-09Add GCM IV generator. Add some FIPS restrictions to GCM. Update fips_gcmtest.Dr. Stephen Henson
2011-02-08Link GCM into FIPS module. Check return value in EVP gcm.Dr. Stephen Henson
2011-02-07Initial *very* experimental EVP support for AES-GCM. Note: probably veryDr. Stephen Henson
2011-02-03Transfer error redirection to fips.h, add OPENSSL_FIPSAPI to source filesDr. Stephen Henson
2011-01-26FIPS mode EVP changes:Dr. Stephen Henson
2010-07-28Make ctr mode behaviour consistent with other modes.Dr. Stephen Henson
2010-07-09Rework framework for assembler support for AES counter mode and addAndy Polyakov
2010-03-07although AES is a variable length cipher, AES EVP methods have a fixed key le...Dr. Stephen Henson
2010-03-07oops, make EVP ctr mode work againDr. Stephen Henson
2010-02-24prevent warningDr. Stephen Henson
2010-02-23Add AES counter mode to EVP.Andy Polyakov
2004-01-28Add the missing parts for DES CFB1 and CFB8.Richard Levitte
2003-03-20Make sure we get the definition of OPENSSL_NO_AES.Richard Levitte
2002-05-31For CFB and OFB modes, always create the encryption key.Richard Levitte
2002-02-16The AES modes OFB and CFB are defined with 128 feedback bits. ThisRichard Levitte
2002-01-02Because Rijndael is more known as AES, use crypto/aes instead ofRichard Levitte
2001-09-25Fix AES CBC mode EVP_CIPHER structures: the IV length is alwaysDr. Stephen Henson
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie
2001-04-08Add the possibility to have AES removed in Windows as well.Richard Levitte
2001-03-09Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson
2001-02-07Fix AES code.Dr. Stephen Henson