summaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_aes.c
AgeCommit message (Expand)Author
2024-01-30Copyright year updatesMatt Caswell
2024-01-12Fix partial block encryption in cfb and ofb for s390x (legacy)Holger Dengler
2022-12-01Update copyright yearTomas Mraz
2022-11-23crypto: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-11-21Fix code format: BLOCK_CIPHER_customJiuhai Zhang
2022-11-11aes: avoid accessing key length field directlyPauli
2021-08-16s390x: AES OFB/CFB: Maintain running IV from cipher contextIngo Franzki
2021-06-08evp: fix coverity 1485666 argument cannot be negativePauli
2021-06-08evp: fix improper use of negative value issuesPauli
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-27aes: rename new bsaes_ symbols -> ossl_bsaes_ onesPauli
2021-04-20Fix compile errors on s390.Juergen Christ
2021-04-18Add "origin" field to EVP_CIPHER, EVP_MDRich Salz
2021-04-08Update copyright yearMatt Caswell
2021-03-18Add ossl_is_partially_overlapping symbolShane Lontis
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-22Remove EVP_aes_(128|192|256)_siv functionsPauli
2020-08-11Use local IV storage in e_aes.cBenjamin Kaduk
2020-08-11Retire EVP_CTRL_GET_IVBenjamin Kaduk
2020-07-22Fix provider cipher reinit issueShane Lontis
2020-04-28Rename FIPS_MODE to FIPS_MODULERichard Levitte
2020-04-23Update copyright yearMatt Caswell
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