summaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_aes.c
AgeCommit message (Expand)Author
2021-08-24Update copyright yearMatt Caswell
2021-08-19sparc: fix cross compile buildPauli
2021-08-16s390x: AES OFB/CFB: Maintain running IV from cipher contextIngo Franzki
2021-06-10s390x: cipher must set EVP_CIPH_ALWAYS_CALL_INIT flagPatrick Steuer
2020-05-08Remove AES bitsliced S-box implementation from Boyar and PeraltaBernd Edlinger
2020-04-18Add AES consttime code for no-asm configurationsBernd Edlinger
2020-03-17Update copyright yearMatt Caswell
2020-02-06Fix misspelling errors and typos reported by codespellDr. Matthias St. Pierre
2019-12-11Fix some typosVeres Lajos
2019-10-03Fix iOS simulator buildBernd Edlinger
2019-09-27Reorganize local header filesDr. Matthias St. Pierre
2019-09-27Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-07Remove x86/x86_64 BSAES and AES_ASM supportBernd Edlinger
2019-08-08Change EVP_CIPHER_CTX_iv_length() to return current ivlen for some modesShane Lontis
2019-06-25Excise AES-XTS FIPS check.Pauli
2019-06-24Allow AES XTS decryption using duplicate keys.Pauli
2019-05-28Update copyright yearRichard Levitte
2019-05-22s390x assembly pack: allow specifying the tag after aad in aes-ccmPatrick Steuer
2019-05-08Allow specifying the tag after AAD in CCM modeTobias Nießen
2018-09-21typo-fixes: miscellaneous typo fixesagnosticdev
2018-07-12Fix undefined behavior in s390x aes-gcm/ccmPatrick Steuer
2018-06-03evp/e_aes.c: replace calls to one-liners with references in GCM.Andy Polyakov
2018-04-03Set error code on alloc failuresRich Salz
2018-03-28crypto/e_aes.c: use S390X_AES_FC macroPatrick Steuer
2018-03-28crypto/evp/e_aes.c: add size_t casts to increase readabilityPatrick Steuer
2018-03-28s390x assembly pack: add KMF code path for aes-cfb/cfb8Patrick Steuer
2018-03-28s390x assembly pack: add KMO code path for aes-ofbPatrick Steuer
2018-03-28s390x assembly pack: add KM code path for aes-ecbPatrick Steuer
2018-03-19Don't use a ssl specific DRBG anymoreKurt Roeckx
2018-03-15Publish the RAND_DRBG APIDr. Matthias St. Pierre
2018-02-28Tell the ciphers which DRBG to use for generating random bytes.Kurt Roeckx
2018-02-23Fix some bugs with the cfb1 bitsize handlingBernd Edlinger
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