aboutsummaryrefslogtreecommitdiff
path: root/crypto/modes
AgeCommit message (Expand)AuthorFilesLines
2022-11-23Remove some unused 4bit GCM codeTodd Short1-95/+0
2022-11-23Remove unused 1bit GCM implementationTodd Short1-93/+29
2022-11-23Remove unused 8bit GCM implementationTodd Short1-144/+2
2022-11-21Add clmul-based gmult for riscv64 with Zbb, ZbcHenry Brausen3-2/+327
2022-11-11Fix incorrect comments in aes-gcm-armv8-unroll8_64.plXiaokangQian1-38/+38
2022-11-11aes-gcm-avx512.pl: Fixed mingw64 buildAndrey Matyukov1-5/+5
2022-11-11Fix build issue with aes-gcm-armv8-unroll8_64.S on older aarch64 assemblersXiaokangQian1-1/+1
2022-11-11AES-GCM enabled with AVX512 vAES and vPCLMULQDQ.Andrey Matyukov2-1/+4977
2022-11-11Fixed counter overflowDanny Tsen1-1/+0
2022-11-11Fix typosDimitris Apostolou2-44/+44
2022-11-11Optimize AES-GCM for uarchs with unroll and new instructionsXiaokangQian3-9/+7469
2022-11-11AES-GCM performance optimzation with stitched method for p9+ ppc64leDanny Tsen2-1/+1441
2022-11-09Don't use __ARMEL__/__ARMEB__ in aarch64 assemblyDavid Benjamin1-0/+3
2022-11-09aarch64: support BTI and pointer authentication in assemblyRuss Butler2-0/+17
2022-05-24Rename x86-32 assembly files from .s to .S.Sebastian Andrzej Siewior1-2/+2
2021-07-29Update copyright yearMatt Caswell1-1/+1
2021-07-15Split bignum code out of the sparcv9cap.cTomas Mraz2-3/+5
2021-06-25ppccap.c: Split out algorithm-specific functionsTomas Mraz1-1/+1
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz1-1/+1
2021-05-07Drop libimplementations.aRichard Levitte1-1/+0
2021-04-08Update copyright yearMatt Caswell5-5/+5
2021-03-24enc: fix coverity 1451499, 1451501, 1451506, 1451507, 1351511, 1451514, 14515...Pauli3-1/+11
2021-03-18modes: fix coverity 1449860: overlapping memory copyPauli1-1/+2
2021-03-18modes: fix coverity 1449851: overlapping memory copyPauli1-1/+2
2021-03-18Add ossl_siv symbolsShane Lontis1-12/+12
2021-03-11Update copyright yearMatt Caswell1-1/+1
2021-02-19CRYPTO_gcm128_decrypt: fix mac or tag calculationZhang Jinde1-2/+2
2020-11-26Update copyright yearMatt Caswell1-1/+1
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte1-2/+2
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre1-2/+2
2020-08-27Ignore vendor name in Clang version number.Jung-uk Kim2-2/+2
2020-08-24Fix coverity CID #1452770 - Dereference before NULL check in CRYPTO_siv128_in...Shane Lontis1-8/+14
2020-07-22Fix provider cipher reinit issueShane Lontis1-5/+19
2020-07-16Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell1-14/+14
2020-07-11Add and use internal header that implements endianness checkRichard Levitte4-105/+57
2020-06-11The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli1-14/+14
2020-06-04Update copyright yearMatt Caswell7-7/+7
2020-05-27Avoid undefined behavior with unaligned accessesBernd Edlinger7-36/+91
2020-05-15Update copyright yearMatt Caswell1-1/+1
2020-04-29Amend references to "OpenSSL license"Shourya Shukla1-1/+1
2020-04-23Update copyright yearMatt Caswell13-13/+13
2020-02-17Also check for errors in x86_64-xlate.pl.David Benjamin13-13/+13
2020-02-15x86_64: Add endbranch at function entries for Intel CETH.J. Lu1-0/+6
2020-01-22Do not silently truncate files on perlasm errorsDavid Benjamin13-13/+13
2020-01-17For all assembler scripts where it matters, recognise clang > 9.xRichard Levitte2-2/+2
2019-12-23Add some missing cfi frame info in aesni-gcm-x86_64.plBernd Edlinger1-0/+8
2019-12-19Optimize AES-GCM implementation on aarch64Fangming.Fang2-1/+5725
2019-10-16Fix missing Assembler definesShane Lontis1-1/+5
2019-10-10Rework how our providers are builtRichard Levitte1-2/+2
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre10-11/+11