| Commit message (Expand) | Author | Age | Files | Lines |
* | Ensure there's only one copy of OPENSSL_armcap_P in libcrypto.a | Tom Cosgrove | 2023-03-29 | 3 | -3/+3 |
* | crypto/sha/asm/sha512-ia64.pl: When checking assembler file names, ignore case | Richard Levitte | 2022-11-04 | 1 | -2/+2 |
* | Fix SHA, SHAKE, and KECCAK ASM flag passing | Juergen Christ | 2022-07-11 | 1 | -0/+8 |
* | Rename x86-32 assembly files from .s to .S. | Sebastian Andrzej Siewior | 2022-05-24 | 1 | -7/+7 |
* | Add riscv64 asm_arch to linux64-riscv64 target | Henry Brausen | 2022-05-11 | 2 | -8/+8 |
* | Update copyright year | Matt Caswell | 2022-05-03 | 3 | -3/+3 |
* | Fix outdated comments | Weiguo Li | 2022-02-10 | 2 | -2/+2 |
* | aarch64: fix branch target indications in arm64cpuid.pl and keccak1600 | Tom Cosgrove | 2022-02-09 | 1 | -1/+1 |
* | sha/asm/keccak1600-ppc64.pl: Load data in 8 byte chunks on little endian | Anton Blanchard | 2021-11-11 | 1 | -27/+42 |
* | fix some code with obvious wrong coding style | x2018 | 2021-10-28 | 1 | -3/+3 |
* | RISC-V support for the SHA256 | Mark Fedorov | 2021-10-04 | 1 | -7/+52 |
* | aarch64: support BTI and pointer authentication in assembly | Russ Butler | 2021-10-01 | 4 | -18/+29 |
* | RISC-V support for the SHA512 | marcfedorow | 2021-09-30 | 1 | -6/+115 |
* | Update copyright year | Matt Caswell | 2021-07-29 | 2 | -2/+2 |
* | Split bignum code out of the sparcv9cap.c | Tomas Mraz | 2021-07-15 | 2 | -2/+8 |
* | ppccap.c: Split out algorithm-specific functions | Tomas Mraz | 2021-06-25 | 2 | -1/+35 |
* | Include a local static buffer for the SHA helper functions | Pauli | 2021-06-16 | 1 | -0/+20 |
* | sha: convert SHA one shot macros back to being functions | Pauli | 2021-06-10 | 1 | -0/+26 |
* | Update copyright year | Matt Caswell | 2021-05-20 | 3 | -3/+3 |
* | Crypto: Add deprecation compatibility declarations for SHA* message digest fu... | Dr. David von Oheimb | 2021-05-08 | 3 | -57/+2 |
* | Drop libimplementations.a | Richard Levitte | 2021-05-07 | 1 | -1/+0 |
* | Update copyright year | Matt Caswell | 2020-11-26 | 1 | -1/+1 |
* | Rename SHA3 internal functions so they have an ossl_ prefix | Pauli | 2020-11-19 | 1 | -7/+7 |
* | rename sha1_ctrl to ossl_sha1_ctrl. | Pauli | 2020-11-19 | 1 | -1/+1 |
* | Fix aarch64 static linking into shared libraries (see issue #10842 and pull r... | Romain Geissler | 2020-10-22 | 2 | -9/+2 |
* | Ignore vendor name in Clang version number. | Jung-uk Kim | 2020-08-27 | 6 | -6/+6 |
* | Update copyright year | Richard Levitte | 2020-07-16 | 1 | -1/+1 |
* | Add and use internal header that implements endianness check | Richard Levitte | 2020-07-11 | 2 | -15/+7 |
* | Update copyright year | Matt Caswell | 2020-04-23 | 44 | -44/+44 |
* | x86_64: Don't assume 8-byte pointer size | H.J. Lu | 2020-02-18 | 2 | -24/+60 |
* | Also check for errors in x86_64-xlate.pl. | David Benjamin | 2020-02-17 | 40 | -40/+40 |
* | Fix misspelling errors and typos reported by codespell | Dr. Matthias St. Pierre | 2020-02-06 | 2 | -2/+2 |
* | Do not silently truncate files on perlasm errors | David Benjamin | 2020-01-22 | 40 | -40/+40 |
* | Deprecate the low level SHA functions. | Pauli | 2020-01-19 | 4 | -0/+25 |
* | For all assembler scripts where it matters, recognise clang > 9.x | Richard Levitte | 2020-01-17 | 6 | -6/+6 |
* | Add some missing cfi frame info in aesni-sha and sha-x86_64.pl | Bernd Edlinger | 2019-12-20 | 2 | -1/+3 |
* | Add some missing cfi frame info in keccak1600-x86_64.pl | Bernd Edlinger | 2019-12-20 | 1 | -0/+2 |
* | Move U64 macro from sha.h to sha512.c | avas | 2019-12-10 | 1 | -0/+8 |
* | Fix sha512_block_data_order_avx2 backtrace info | Bernd Edlinger | 2019-11-20 | 1 | -10/+68 |
* | Fix missing Assembler defines | Shane Lontis | 2019-10-16 | 1 | -2/+6 |
* | Rework how our providers are built | Richard Levitte | 2019-10-10 | 1 | -2/+2 |
* | Reorganize local header files | Dr. Matthias St. Pierre | 2019-09-28 | 2 | -1/+1 |
* | Reorganize private crypto header files | Dr. Matthias St. Pierre | 2019-09-28 | 4 | -4/+4 |
* | Unify all assembler file generators | Richard Levitte | 2019-09-16 | 41 | -115/+171 |
* | build.info: For all assembler generators, remove all arguments | Richard Levitte | 2019-09-16 | 1 | -54/+51 |
* | Directly return from final sha3/keccak_final if no bytes are requested | Patrick Steuer | 2019-08-18 | 1 | -0/+3 |
* | Fix syntax error for the armv4 assembler | Omid Najafi | 2019-08-15 | 1 | -111/+111 |
* | Fix build error for aarch64 big endian. | Lei Maohui | 2019-07-08 | 1 | -2/+2 |
* | Fix Typos | Antoine Cœur | 2019-07-02 | 1 | -1/+1 |
* | Move keccak1600_asm_src file information to build.info files | Richard Levitte | 2019-06-17 | 1 | -4/+23 |