summaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_aes.c
AgeCommit message (Expand)Author
2016-06-14evp/e_aes.c: wire hardware-assisted XTS subroutines.Andy Polyakov
2016-05-24Fix braces in e_aes.c: aes_init_keyTodd Short
2016-05-17Copyright consolidation 05/10Rich Salz
2016-05-02Remove obsolete defined(__INTEL__) condition.Andy Polyakov
2016-04-20evp/aes_aes.c: engage Fujitsu SPARC64 X AES support.Andy Polyakov
2016-04-13Remove OPENSSL_NO_AES guardsMatt Caswell
2016-03-20Remove #error from include files.Rich Salz
2016-03-18Mark OCB as an AEAD cipherMatt Caswell
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-01-12Adapt builtin cipher implementations to opaque EVP_CIPHERRichard Levitte
2015-12-10evp/e_aes.c: wire hardware-assisted block function to OCB.Andy Polyakov
2015-12-10x86[_64] assembly pack: add optimized AES-NI OCB subroutines.Andy Polyakov
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-08-14CCM support.Dr. Stephen Henson
2015-07-06Relax CCM tag check.Dr. Stephen Henson
2015-06-08Use CRYPTO_memcmp when comparing authenticatorsEmilia Kasper
2015-04-30Sanity check EVP_CTRL_AEAD_TLS_AADMatt Caswell
2015-03-28Engage vpaes-armv8 module.Andy Polyakov
2015-02-09evp/e_aes.c: fix pair of SPARC T4-specific problems:Andy Polyakov
2015-02-02Dead code: if 0 removal from crypto/evp and an unused file.Rich Salz
2015-01-28Harmonise use of EVP_CTRL_GET_TAG/EVP_CTRL_SET_TAG/EVP_CTRL_SET_IVLENMatt Caswell
2015-01-28Replace EVP_CTRL_OCB_SET_TAGLEN with EVP_CTRL_SET_TAG for consistency withMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-04Remove inconsistency in ARM support.Andy Polyakov
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson
2014-12-08remove FIPS module code from crypto/evpDr. Stephen Henson
2014-12-08Added OPENSSL_NO_OCB guardsMatt Caswell
2014-12-08Add EVP support for OCB modeMatt Caswell
2014-08-21Fix build when BSAES_ASM is defined but VPAES_ASM is notEmilia Kasper
2014-07-20Engage GHASH for PowerISA 2.0.7.Andy Polyakov
2014-07-18RFC 5649 support.Dr. Stephen Henson
2014-07-17Make *Final work for key wrap again.Dr. Stephen Henson
2014-07-17Sanity check lengths for AES wrap algorithm.Dr. Stephen Henson
2014-06-30Fix copy for CCM, GCM and XTS.Dr. Stephen Henson
2014-06-29Make EVP_CIPHER_CTX_copy work in GCM mode.ZNV
2014-06-16aesp8-ppc.pl: add CTR mode.Andy Polyakov
2014-06-04evp/e_aes.c: add erroneously omitted break;Andy Polyakov
2014-06-02evp/e_aes.c: populate HWAES_* to remaning modes.Andy Polyakov
2014-06-01Engage POWER8 AES support.Andy Polyakov
2014-06-01Engage ARMv8 AES support.Andy Polyakov
2013-12-18evp/e_[aes|camellia].c: fix typo in CBC subroutine.Andy Polyakov
2013-12-18PPC assembly pack update addendum.Andy Polyakov
2013-11-27Take vpaes-ppc module into loop.Andy Polyakov
2013-09-15Added support for ARM/NEON based bit sliced AES in XTS modeArd Biesheuvel
2013-08-05Algorithm parameter support.Dr. Stephen Henson
2013-08-03crypto/evp/e_aes.c: fix logical pre-processor bug and formatting.Andy Polyakov
2013-07-17EVP support for wrapping algorithms.Dr. Stephen Henson
2013-04-23bsaes-armv7.pl: add bsaes_cbc_encrypt and bsaes_ctr32_encrypt_blocks.Andy Polyakov
2013-04-04e_aes.c: reserve for future extensions.Andy Polyakov
2013-03-29Add AES-NI GCM stitch.Andy Polyakov