summaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_aes.c
AgeCommit message (Expand)Author
2018-02-06crypto/evp/e_aes.c: add comments to s390x aes gcm implementationPatrick Steuer
2018-02-06s390x assembly pack: add KMAC code path for aes-ccmPatrick Steuer
2018-01-09Update copyright years on all files merged since Jan 1st 2018Richard Levitte
2018-01-07s390x assembly pack: add KMA code path for aes-gcm.Patrick Steuer
2017-05-11Fix gcc-7 warnings.Bernd Edlinger
2017-02-08Make EVP_*Final work for CCM ciphersDr. Stephen Henson
2017-02-07Fix a crash in EVP_CIPHER_CTX_cleanup due to cipher_data may be NULLBernd Edlinger
2017-01-26crypto/evp: harden AEAD ciphers.Andy Polyakov
2017-01-25Fix the overlapping check for fragmented "Update" operationsMatt Caswell
2017-01-25Properly handle a partial block in OCB modeMatt Caswell
2017-01-25Don't use magic numbers in aes_ocb_cipher()Matt Caswell
2016-10-18Fix strict-warnings buildPatrick Steuer
2016-07-16evp/e_aes.c: wire new CBC and CTR subroutines from aesfx-sparcv9.Andy Polyakov
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