summaryrefslogtreecommitdiffstats
path: root/crypto/aes
AgeCommit message (Expand)Author
2023-10-05Don't use __ARMEL__/__ARMEB__ in aarch64 assemblyDavid Benjamin
2023-05-30Update copyright yearTomas Mraz
2023-04-28fix aes-xts bug on aarch64 big-endian env.Liu-ErMeng
2023-04-20aesv8-armx.pl: Avoid buffer overrread in AES-XTS decryptionTomas Mraz
2023-03-16Fix copyright disclaimer.Pauli
2023-03-15aes/asm/bsaes-armv7.pl: Replace adrl with addKornel Dulęba
2022-10-18disable 5x interleave on buffers shorter than 512 bytes: 3% speedup on Graviton2Sebastian Pop
2022-10-11Update copyright yearMatt Caswell
2022-07-08Fix reported performance degradation on aarch64Bernd Edlinger
2022-07-05Update copyright yearRichard Levitte
2022-07-05Fix AES OCB encrypt/decrypt for x86 AES-NIAlex Chernyakhovsky
2022-05-24Rename x86-32 assembly files from .s to .S.Sebastian Andrzej Siewior
2022-03-15Update copyright yearMatt Caswell
2022-01-31aes: make the no-asm constant time code path not the defaultPauli
2021-10-21Add missing define to enable AES-NI usage on x86 platformTomas Mraz
2021-07-29Update copyright yearMatt Caswell
2021-07-15Split bignum code out of the sparcv9cap.cTomas Mraz
2021-06-22Fix aes_core to use U64() macro..Shane Lontis
2021-06-17Update copyright yearMatt Caswell
2021-06-13Add AES consttime code for no-asm configurationsBernd Edlinger
2021-05-27aes: rename new bsaes_ symbols -> ossl_bsaes_ onesPauli
2021-05-20Revert "ARM assembly pack: translate bit-sliced AES implementation to AArch64"Pauli
2021-05-14Fix provider library build wrt. AESJuergen Christ
2021-05-14ARM assembly pack: translate bit-sliced AES implementation to AArch64Ben Avison
2021-05-13Add $AESDEF in libdefault.a to fix aes regressionXiaofei Bai
2021-05-07Drop libimplementations.aRichard Levitte
2020-12-03remove unused initialisationsPauli
2020-11-30aes/asm/aesv8-armx.pl: avoid 32-bit lane assignment in CTR modeArd Biesheuvel
2020-11-12Optimize AES-XTS mode in OpenSSL for aarch64XiaokangQian
2020-08-27Ignore vendor name in Clang version number.Jung-uk Kim
2020-05-27Avoid undefined behavior with unaligned accessesBernd Edlinger
2020-04-23Update copyright yearMatt Caswell
2020-04-16Use build.info, not ifdef for crypto modulesRich Salz
2020-03-05aes-s390x.pl: fix stg offset caused by typo in perlasmPatrick Steuer
2020-02-18x86_64: Don't assume 8-byte pointer sizeH.J. Lu
2020-02-17Also check for errors in x86_64-xlate.pl.David Benjamin
2020-02-17Fix a bug for aarch64 BigEndiansimplelins
2020-02-15x86_64: Add endbranch at function entries for Intel CETH.J. Lu
2020-02-06Fix misspelling errors and typos reported by codespellDr. Matthias St. Pierre
2020-01-22Do not silently truncate files on perlasm errorsDavid Benjamin
2020-01-17For all assembler scripts where it matters, recognise clang > 9.xRichard Levitte
2020-01-06Deprecate the low level AES functionsMatt Caswell
2020-01-06Add AES_CBC_HMAC_SHA ciphers to providers.Shane Lontis
2019-12-23Fix aesni_cbc_sha256_enc_avx2 backtrace infoBernd Edlinger
2019-12-20Add some missing cfi frame info in aesni-sha and sha-x86_64.plBernd Edlinger
2019-12-20Add some missing cfi frame info in aesni-x86_64.plBernd Edlinger
2019-12-20Add some missing cfi frame info in aes-x86_64.plBernd Edlinger
2019-12-11Fix some typosVeres Lajos
2019-12-11Optimize AES-ECB mode in OpenSSL for both aarch64 and aarch32XiaokangQian
2019-11-07Update source files for deprecation at 3.0Richard Levitte