aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_aes.c
Commit message (Expand)AuthorAgeFilesLines
* Fix gcc-7 warnings.Bernd Edlinger2017-05-111-0/+1
* Make EVP_*Final work for CCM ciphersDr. Stephen Henson2017-02-081-3/+4
* Fix a crash in EVP_CIPHER_CTX_cleanup due to cipher_data may be NULLBernd Edlinger2017-02-071-0/+2
* crypto/evp: harden AEAD ciphers.Andy Polyakov2017-01-261-2/+12
* Fix the overlapping check for fragmented "Update" operationsMatt Caswell2017-01-251-0/+10
* Properly handle a partial block in OCB modeMatt Caswell2017-01-251-0/+2
* Don't use magic numbers in aes_ocb_cipher()Matt Caswell2017-01-251-11/+13
* Fix strict-warnings buildPatrick Steuer2016-10-181-2/+2
* evp/e_aes.c: wire new CBC and CTR subroutines from aesfx-sparcv9.Andy Polyakov2016-07-161-2/+4
* evp/e_aes.c: wire hardware-assisted XTS subroutines.Andy Polyakov2016-06-141-0/+14
* Fix braces in e_aes.c: aes_init_keyTodd Short2016-05-241-1/+2
* Copyright consolidation 05/10Rich Salz2016-05-171-47/+6
* Remove obsolete defined(__INTEL__) condition.Andy Polyakov2016-05-021-2/+1
* evp/aes_aes.c: engage Fujitsu SPARC64 X AES support.Andy Polyakov2016-04-201-1/+10
* Remove OPENSSL_NO_AES guardsMatt Caswell2016-04-131-184/+182
* Remove #error from include files.Rich Salz2016-03-201-1/+1
* Mark OCB as an AEAD cipherMatt Caswell2016-03-181-3/+6
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-1/+1
* Adapt builtin cipher implementations to opaque EVP_CIPHERRichard Levitte2016-01-121-191/+287
* evp/e_aes.c: wire hardware-assisted block function to OCB.Andy Polyakov2015-12-101-1/+39
* x86[_64] assembly pack: add optimized AES-NI OCB subroutines.Andy Polyakov2015-12-101-3/+20
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-2/+2
* CCM support.Dr. Stephen Henson2015-08-141-4/+88
* Relax CCM tag check.Dr. Stephen Henson2015-07-061-1/+1
* Use CRYPTO_memcmp when comparing authenticatorsEmilia Kasper2015-06-081-2/+3
* Sanity check EVP_CTRL_AEAD_TLS_AADMatt Caswell2015-04-301-1/+1
* Engage vpaes-armv8 module.Andy Polyakov2015-03-281-0/+3
* evp/e_aes.c: fix pair of SPARC T4-specific problems:Andy Polyakov2015-02-091-17/+29
* Dead code: if 0 removal from crypto/evp and an unused file.Rich Salz2015-02-021-28/+0
* Harmonise use of EVP_CTRL_GET_TAG/EVP_CTRL_SET_TAG/EVP_CTRL_SET_IVLENMatt Caswell2015-01-281-9/+9
* Replace EVP_CTRL_OCB_SET_TAGLEN with EVP_CTRL_SET_TAG for consistency withMatt Caswell2015-01-281-8/+8
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-2346/+2175
* Remove inconsistency in ARM support.Andy Polyakov2015-01-041-1/+1
* remove OPENSSL_FIPSAPIDr. Stephen Henson2014-12-081-1/+1
* remove FIPS module code from crypto/evpDr. Stephen Henson2014-12-081-25/+11
* Added OPENSSL_NO_OCB guardsMatt Caswell2014-12-081-4/+8
* Add EVP support for OCB modeMatt Caswell2014-12-081-0/+408
* Fix build when BSAES_ASM is defined but VPAES_ASM is notEmilia Kasper2014-08-211-1/+1
* Engage GHASH for PowerISA 2.0.7.Andy Polyakov2014-07-201-3/+3
* RFC 5649 support.Dr. Stephen Henson2014-07-181-11/+85
* Make *Final work for key wrap again.Dr. Stephen Henson2014-07-171-2/+2
* Sanity check lengths for AES wrap algorithm.Dr. Stephen Henson2014-07-171-1/+5
* Fix copy for CCM, GCM and XTS.Dr. Stephen Henson2014-06-301-2/+40
* Make EVP_CIPHER_CTX_copy work in GCM mode.ZNV2014-06-291-1/+18
* aesp8-ppc.pl: add CTR mode.Andy Polyakov2014-06-161-0/+1
* evp/e_aes.c: add erroneously omitted break;Andy Polyakov2014-06-041-0/+1
* evp/e_aes.c: populate HWAES_* to remaning modes.Andy Polyakov2014-06-021-0/+50
* Engage POWER8 AES support.Andy Polyakov2014-06-011-2/+10
* Engage ARMv8 AES support.Andy Polyakov2014-06-011-2/+60
* evp/e_[aes|camellia].c: fix typo in CBC subroutine.Andy Polyakov2013-12-181-1/+1