summaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_aes.c
AgeCommit message (Expand)Author
2016-06-21PowerPC assembly pack: add POWER8 support.OpenSSL-fips-2_0_13Andy Polyakov
2015-05-13Engage ARMv8 assembly pack.Andy Polyakov
2013-12-16Don't require tag before ciphertext in AESGCM modeDr. Stephen Henson
2011-11-06e_aes.c: fold aesni_xts_cipher and [most importantly] fix aes_xts_cipher'sAndy Polyakov
2011-10-24e_aes.c: fold even aesni_ccm_cipher.Andy Polyakov
2011-10-23e_aes.c: prevent potential DoS in aes_gcm_tls_cipher.Andy Polyakov
2011-10-23No need for custom flag in XTS mode: block length is 1.Dr. Stephen Henson
2011-10-18evp/e_aes.c: fold AES-NI modes that heavily rely on indirect callsAndy Polyakov
2011-10-17Engage bsaes-x86_64.pl, bit-sliced AES.Andy Polyakov
2011-10-14e_aes.c: fix bug in aesni_gcm_tls_cipher.Andy Polyakov
2011-09-15Integrate Vector Permutation AES into build system.Andy Polyakov
2011-09-05Fix error codes.Bodo Möller
2011-08-11aesni TLS GCM supportDr. Stephen Henson
2011-08-03Expand range of ctrls for AES GCM to support retrieval and setting ofDr. Stephen Henson
2011-06-06e_aes.c: move AES-NI run-time switch and implement the switch for remaining m...Andy Polyakov
2011-05-30e_aes.c: fix typo.Andy Polyakov
2011-05-30e_aes.c: fix aes_cfb1_cipher.Andy Polyakov
2011-05-30e_aes.c: integrate AESNI directly into EVP.Andy Polyakov
2011-05-11Rename FIPS_mode_set and FIPS_mode. Theses symbols will be defined inDr. Stephen Henson
2011-05-02PR: 2499Dr. Stephen Henson
2011-04-18Fix EVP CCM decrypt. Add decrypt support to algorithm test program.Dr. Stephen Henson
2011-04-18Override flag for XTS length limit.Dr. Stephen Henson
2011-04-18Initial untested CCM support via EVP.Dr. Stephen Henson
2011-04-18Don't need separate tag buffer for GCM mode: use EVP_CIPHER_CTX bufDr. Stephen Henson
2011-04-15Add length limitation from SP800-38E.Dr. Stephen Henson
2011-04-15Add algorithm driver for XTS mode. Fix several bugs in EVP XTS implementation.Dr. Stephen Henson
2011-04-13Remove duplicate flag.Dr. Stephen Henson
2011-04-12Provisional AES XTS support.Dr. Stephen Henson
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