aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_aes.c
Commit message (Expand)AuthorAgeFilesLines
...
* bsaes-x86_64.pl: add CBC decrypt and engage it in e_aes.c.Andy Polyakov2011-10-301-0/+12
* e_aes.c: fold even aesni_ccm_cipher.Andy Polyakov2011-10-241-66/+12
* e_aes.c: prevent potential DoS in aes_gcm_tls_cipher.Andy Polyakov2011-10-231-1/+1
* No need for custom flag in XTS mode: block length is 1.Dr. Stephen Henson2011-10-231-2/+5
* evp/e_aes.c: fold AES-NI modes that heavily rely on indirect callsAndy Polyakov2011-10-181-233/+128
* Engage bsaes-x86_64.pl, bit-sliced AES.Andy Polyakov2011-10-171-22/+62
* e_aes.c: fix bug in aesni_gcm_tls_cipher.Andy Polyakov2011-10-141-0/+1
* Integrate Vector Permutation AES into build system.Andy Polyakov2011-09-151-41/+144
* Fix error codes.Bodo Möller2011-09-051-3/+3
* aesni TLS GCM supportDr. Stephen Henson2011-08-111-1/+69
* Expand range of ctrls for AES GCM to support retrieval and setting ofDr. Stephen Henson2011-08-031-6/+108
* e_aes.c: move AES-NI run-time switch and implement the switch for remaining m...Andy Polyakov2011-06-061-359/+513
* e_aes.c: fix typo.Andy Polyakov2011-05-301-1/+1
* e_aes.c: fix aes_cfb1_cipher.Andy Polyakov2011-05-301-3/+19
* e_aes.c: integrate AESNI directly into EVP.Andy Polyakov2011-05-301-25/+205
* Rename FIPS_mode_set and FIPS_mode. Theses symbols will be defined inDr. Stephen Henson2011-05-111-2/+2
* PR: 2499Dr. Stephen Henson2011-05-021-4/+4
* Fix EVP CCM decrypt. Add decrypt support to algorithm test program.Dr. Stephen Henson2011-04-181-2/+2
* Override flag for XTS length limit.Dr. Stephen Henson2011-04-181-1/+2
* Initial untested CCM support via EVP.Dr. Stephen Henson2011-04-181-1/+211
* Don't need separate tag buffer for GCM mode: use EVP_CIPHER_CTX bufDr. Stephen Henson2011-04-181-6/+4
* Add length limitation from SP800-38E.Dr. Stephen Henson2011-04-151-0/+8
* Add algorithm driver for XTS mode. Fix several bugs in EVP XTS implementation.Dr. Stephen Henson2011-04-151-7/+15
* Remove duplicate flag.Dr. Stephen Henson2011-04-131-6/+3
* Provisional AES XTS support.Dr. Stephen Henson2011-04-121-0/+99
* Move gcm128_context definition to modes_lcl.h (along with some relatedDr. Stephen Henson2011-02-191-23/+12
* Add FIPS flags to AES ciphers and SHA* digests.Dr. Stephen Henson2011-02-151-6/+9
* Add GCM IV generator. Add some FIPS restrictions to GCM. Update fips_gcmtest.Dr. Stephen Henson2011-02-091-10/+73
* Link GCM into FIPS module. Check return value in EVP gcm.Dr. Stephen Henson2011-02-081-3/+12
* Initial *very* experimental EVP support for AES-GCM. Note: probably veryDr. Stephen Henson2011-02-071-1/+209
* Transfer error redirection to fips.h, add OPENSSL_FIPSAPI to source filesDr. Stephen Henson2011-02-031-0/+2
* FIPS mode EVP changes:Dr. Stephen Henson2011-01-261-13/+7
* Make ctr mode behaviour consistent with other modes.Dr. Stephen Henson2010-07-281-13/+3
* Rework framework for assembler support for AES counter mode and addAndy Polyakov2010-07-091-2/+13
* although AES is a variable length cipher, AES EVP methods have a fixed key le...Dr. Stephen Henson2010-03-071-3/+3
* oops, make EVP ctr mode work againDr. Stephen Henson2010-03-071-0/+1
* prevent warningDr. Stephen Henson2010-02-241-1/+3
* Add AES counter mode to EVP.Andy Polyakov2010-02-231-5/+75
* Add the missing parts for DES CFB1 and CFB8.Richard Levitte2004-01-281-4/+22
* Make sure we get the definition of OPENSSL_NO_AES.Richard Levitte2003-03-201-0/+1
* For CFB and OFB modes, always create the encryption key.Richard Levitte2002-05-311-1/+3
* The AES modes OFB and CFB are defined with 128 feedback bits. ThisRichard Levitte2002-02-161-28/+18
* Because Rijndael is more known as AES, use crypto/aes instead ofRichard Levitte2002-01-021-87/+42
* Fix AES CBC mode EVP_CIPHER structures: the IV length is alwaysDr. Stephen Henson2001-09-251-2/+2
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-5/+5
* Add the possibility to have AES removed in Windows as well.Richard Levitte2001-04-081-1/+2
* Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson2001-03-091-2/+2
* Fix AES code.Dr. Stephen Henson2001-02-071-0/+153