summaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_aes.c
AgeCommit message (Expand)Author
2020-01-06Deprecate the low level AES functionsMatt Caswell
2019-12-19EVP & PROV: Fix all platform inclusionsRichard Levitte
2019-12-19Optimize AES-GCM implementation on aarch64Fangming.Fang
2019-12-11Fix some typosVeres Lajos
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-08-22Add basic aria and camellia ciphers modes to default providerShane Lontis
2019-08-08Change EVP_CIPHER_CTX_iv_length() to return current ivlen for some modesShane Lontis
2019-07-16remove end of line spacesPauli
2019-07-16Remove tab characters from C source files.Pauli
2019-07-16Add Common shared code needed to move aes ciphers to providersShane Lontis
2019-06-27Move the public SIV mode functions from public headers to internal onesMatt Caswell
2019-06-24Allow AES XTS decryption using duplicate keys.Pauli
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
2019-05-01Structure alignment macro.Pauli
2019-04-05Move the AES-XTS mode duplicated key check into the init_key function ratherPauli
2019-04-03AES-XTS block limit.Pauli
2019-03-07FIPS AES_GCM IV gen changesShane Lontis
2019-02-05Remove unnecessary trailing whitespaceSam Roberts
2019-01-08Fix compilation on sparcMatt Caswell
2019-01-05crypto/evp/e_aes.c: build again on s390xRichard Levitte
2018-12-12Add RFC5297 AES-SIV supportTodd Short
2018-12-07evp/e_aes: Expose IVBoris Pismenny
2018-12-06Following the license change, modify the boilerplates in crypto/evp/Richard Levitte
2018-09-21typo-fixes: miscellaneous typo fixesagnosticdev
2018-09-12Limit the number of AES-GCM keys allowed in TLS. A new error is raised if thisPauli
2018-09-12FIPS 140-2 IG A.9 XTS key check.Pauli
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