summaryrefslogtreecommitdiffstats
path: root/crypto/evp/e_aes.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesRichard Levitte2024-04-091-1/+1
* Fix partial block encryption in cfb and ofb for s390x (legacy)Holger Dengler2024-01-121-10/+4
* crypto: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-121-3/+3
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-12/+4
* evp: Use functions instead of direct structure field referencesTianjia Zhang2022-08-221-13/+19
* Fix code format: BLOCK_CIPHER_customJiuhai Zhang2022-06-021-3/+3
* Update copyright yearMatt Caswell2022-05-031-1/+1
* aes: avoid accessing key length field directlyPauli2022-02-061-96/+209
* fix some code with obvious wrong coding stylex20182021-10-281-1/+1
* s390x: AES OFB/CFB: Maintain running IV from cipher contextIngo Franzki2021-08-161-0/+12
* evp: fix coverity 1485666 argument cannot be negativePauli2021-06-081-5/+9
* evp: fix improper use of negative value issuesPauli2021-06-081-1/+6
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-102/+112
* aes: rename new bsaes_ symbols -> ossl_bsaes_ onesPauli2021-05-271-4/+4
* Fix compile errors on s390.Juergen Christ2021-04-201-0/+4
* Add "origin" field to EVP_CIPHER, EVP_MDRich Salz2021-04-181-11/+21
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Add ossl_is_partially_overlapping symbolShane Lontis2021-03-181-2/+2
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-15/+15
* Remove EVP_aes_(128|192|256)_siv functionsPauli2020-10-221-111/+0
* Use local IV storage in e_aes.cBenjamin Kaduk2020-08-111-60/+46
* Retire EVP_CTRL_GET_IVBenjamin Kaduk2020-08-111-8/+0
* Fix provider cipher reinit issueShane Lontis2020-07-221-1/+1
* Rename FIPS_MODE to FIPS_MODULERichard Levitte2020-04-281-5/+5
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Deprecate the low level AES functionsMatt Caswell2020-01-061-0/+6
* EVP & PROV: Fix all platform inclusionsRichard Levitte2019-12-191-1/+1
* Optimize AES-GCM implementation on aarch64Fangming.Fang2019-12-191-2/+0
* Fix some typosVeres Lajos2019-12-111-2/+2
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-1/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-4/+4
* Add basic aria and camellia ciphers modes to default providerShane Lontis2019-08-221-1/+1
* Change EVP_CIPHER_CTX_iv_length() to return current ivlen for some modesShane Lontis2019-08-081-4/+24
* remove end of line spacesPauli2019-07-161-2/+2
* Remove tab characters from C source files.Pauli2019-07-161-76/+76
* Add Common shared code needed to move aes ciphers to providersShane Lontis2019-07-161-382/+6
* Move the public SIV mode functions from public headers to internal onesMatt Caswell2019-06-271-4/+5
* Allow AES XTS decryption using duplicate keys.Pauli2019-06-241-4/+18
* s390x assembly pack: allow specifying the tag after aad in aes-ccmPatrick Steuer2019-05-221-3/+4
* Allow specifying the tag after AAD in CCM modeTobias Nießen2019-05-081-2/+5
* Structure alignment macro.Pauli2019-05-011-12/+13
* Move the AES-XTS mode duplicated key check into the init_key function ratherPauli2019-04-051-55/+71
* AES-XTS block limit.Pauli2019-04-031-1/+12
* FIPS AES_GCM IV gen changesShane Lontis2019-03-061-2/+45
* Remove unnecessary trailing whitespaceSam Roberts2019-02-051-1/+1
* Fix compilation on sparcMatt Caswell2019-01-081-0/+5
* crypto/evp/e_aes.c: build again on s390xRichard Levitte2019-01-051-2/+14
* Add RFC5297 AES-SIV supportTodd Short2018-12-111-5/+122
* evp/e_aes: Expose IVBoris Pismenny2018-12-071-0/+8