summaryrefslogtreecommitdiffstats
path: root/crypto/sha (follow)
Commit message (Expand)AuthorAgeFilesLines
* Mark OPENSSL_armcap_P .hidden in arm asmKai Pastor8 days3-0/+3
* Copyright year updatesTomas Mraz2024-09-059-9/+9
* s390x: support CPACF sha3/shake performance improvementsJoerg Schmidbauer2024-08-291-1/+7
* Prefer ARRAY_SIZE(...)Dimitri Papadopoulos2024-07-221-5/+7
* that open brace { should be on the previous lineDimitri Papadopoulos2024-07-221-11/+15
* Intentionally break EVP_DigestFinal for SHAKE128 and SHAKE256Tomas Mraz2024-05-151-2/+2
* sha512.c: Grammar Fixes and Spell Checks in Implementation NotesMerreck2024-04-251-3/+3
* Unable to run asm code on OpenBSD (amd64)Theo Buehler2024-04-175-1/+11
* Fix a few incorrect paths in some build.info filesRichard Levitte2024-02-021-1/+1
* SHA3_squeeze(): The next argument is intTomas Mraz2023-11-233-3/+3
* keccak1600-armv4.pl: Further fix for the DigestSqueeze() supportTomas Mraz2023-11-232-7/+8
* Fix SHA3_squeeze on armv4.slontis2023-11-151-6/+15
* ppc64: Fix SHA3_squeezeRohan McLure2023-11-151-2/+2
* Support multiple calls of low level SHA3_squeeze() for s390x.Holger Dengler2023-11-101-1/+3
* Add EVP_DigestSqueeze() API.slontis2023-11-106-20/+128
* riscv: Support SHA-512 family on platforms with vlen >= 128.Phoebe Chen2023-10-264-379/+269
* riscv: Code optimization for SHA-256.Phoebe Chen2023-10-264-318/+323
* riscv: sha512: Provide a Zvknhb-based implementationCharalampos Mitrodimas2023-10-263-2/+391
* crypto: sha512: Add mechanism to keep C code as fallback for SHA512_ASMCharalampos Mitrodimas2023-10-261-1/+9
* riscv: sha256: Provide a Zvknha-based implementationCharalampos Mitrodimas2023-10-263-0/+345
* crypto: sha256: Add mechanism to keep C code as fallback for SHA256_ASMCharalampos Mitrodimas2023-10-261-2/+10
* Copyright year updatesMatt Caswell2023-09-281-1/+1
* Bad function definitionDimitri Papadopoulos2023-09-111-1/+1
* Copyright year updatesMatt Caswell2023-09-077-7/+7
* Move Keccak rhotates tables to rodataAmir Ayupov2023-07-143-0/+3
* Add support for SHA256/192Fergus Dall2023-06-281-1/+13
* Ensure there's only one copy of OPENSSL_armcap_P in libcrypto.aTom Cosgrove2023-03-293-3/+3
* crypto/sha/asm/sha512-ia64.pl: When checking assembler file names, ignore caseRichard Levitte2022-11-041-2/+2
* Fix SHA, SHAKE, and KECCAK ASM flag passingJuergen Christ2022-07-111-0/+8
* Rename x86-32 assembly files from .s to .S.Sebastian Andrzej Siewior2022-05-241-7/+7
* Add riscv64 asm_arch to linux64-riscv64 targetHenry Brausen2022-05-112-8/+8
* Update copyright yearMatt Caswell2022-05-033-3/+3
* Fix outdated commentsWeiguo Li2022-02-102-2/+2
* aarch64: fix branch target indications in arm64cpuid.pl and keccak1600Tom Cosgrove2022-02-091-1/+1
* sha/asm/keccak1600-ppc64.pl: Load data in 8 byte chunks on little endianAnton Blanchard2021-11-111-27/+42
* fix some code with obvious wrong coding stylex20182021-10-281-3/+3
* RISC-V support for the SHA256Mark Fedorov2021-10-041-7/+52
* aarch64: support BTI and pointer authentication in assemblyRuss Butler2021-10-014-18/+29
* RISC-V support for the SHA512marcfedorow2021-09-301-6/+115
* Update copyright yearMatt Caswell2021-07-292-2/+2
* Split bignum code out of the sparcv9cap.cTomas Mraz2021-07-152-2/+8
* ppccap.c: Split out algorithm-specific functionsTomas Mraz2021-06-252-1/+35
* Include a local static buffer for the SHA helper functionsPauli2021-06-161-0/+20
* sha: convert SHA one shot macros back to being functionsPauli2021-06-101-0/+26
* Update copyright yearMatt Caswell2021-05-203-3/+3
* Crypto: Add deprecation compatibility declarations for SHA* message digest fu...Dr. David von Oheimb2021-05-083-57/+2
* Drop libimplementations.aRichard Levitte2021-05-071-1/+0
* Update copyright yearMatt Caswell2020-11-261-1/+1
* Rename SHA3 internal functions so they have an ossl_ prefixPauli2020-11-181-7/+7
* rename sha1_ctrl to ossl_sha1_ctrl.Pauli2020-11-181-1/+1