summaryrefslogtreecommitdiff
path: root/crypto/sha
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearMatt Caswell2020-11-261-1/+1
* Rename SHA3 internal functions so they have an ossl_ prefixPauli2020-11-191-7/+7
* rename sha1_ctrl to ossl_sha1_ctrl.Pauli2020-11-191-1/+1
* Fix aarch64 static linking into shared libraries (see issue #10842 and pull r...Romain Geissler2020-10-222-9/+2
* Ignore vendor name in Clang version number.Jung-uk Kim2020-08-276-6/+6
* Update copyright yearRichard Levitte2020-07-161-1/+1
* Add and use internal header that implements endianness checkRichard Levitte2020-07-112-15/+7
* Update copyright yearMatt Caswell2020-04-2344-44/+44
* x86_64: Don't assume 8-byte pointer sizeH.J. Lu2020-02-182-24/+60
* Also check for errors in x86_64-xlate.pl.David Benjamin2020-02-1740-40/+40
* Fix misspelling errors and typos reported by codespellDr. Matthias St. Pierre2020-02-062-2/+2
* Do not silently truncate files on perlasm errorsDavid Benjamin2020-01-2240-40/+40
* Deprecate the low level SHA functions.Pauli2020-01-194-0/+25
* For all assembler scripts where it matters, recognise clang > 9.xRichard Levitte2020-01-176-6/+6
* Add some missing cfi frame info in aesni-sha and sha-x86_64.plBernd Edlinger2019-12-202-1/+3
* Add some missing cfi frame info in keccak1600-x86_64.plBernd Edlinger2019-12-201-0/+2
* Move U64 macro from sha.h to sha512.cavas2019-12-101-0/+8
* Fix sha512_block_data_order_avx2 backtrace infoBernd Edlinger2019-11-201-10/+68
* Fix missing Assembler definesShane Lontis2019-10-161-2/+6
* Rework how our providers are builtRichard Levitte2019-10-101-2/+2
* Reorganize local header filesDr. Matthias St. Pierre2019-09-282-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-284-4/+4
* Unify all assembler file generatorsRichard Levitte2019-09-1641-115/+171
* build.info: For all assembler generators, remove all argumentsRichard Levitte2019-09-161-54/+51
* Directly return from final sha3/keccak_final if no bytes are requestedPatrick Steuer2019-08-181-0/+3
* Fix syntax error for the armv4 assemblerOmid Najafi2019-08-151-111/+111
* Fix build error for aarch64 big endian.Lei Maohui2019-07-081-2/+2
* Fix TyposAntoine Cœur2019-07-021-1/+1
* Move keccak1600_asm_src file information to build.info filesRichard Levitte2019-06-171-4/+23
* Move sha1_asm_src file information to build.info filesRichard Levitte2019-06-171-2/+57
* Use variables in build.info files where it's worth the whileRichard Levitte2019-06-151-5/+4
* Move digests to providersShane Lontis2019-06-044-6/+170
* ARM64 assembly pack: add ThunderX2 results.Andy Polyakov2019-04-173-0/+3
* Create a FIPS provider and put SHA256 in itMatt Caswell2019-04-041-0/+2
* fix truncation of integers on 32bit AIXShane Lontis2019-03-111-24/+24
* sha/asm/keccak1600-ppc64.pl: up 10% performance improvement.Andy Polyakov2019-03-111-20/+20
* sha/keccak1600.c: subscribe more platforms for "complementing" optimization.Andy Polyakov2019-02-191-1/+8
* ARM64 assembly pack: make it Windows-friendly.Andy Polyakov2019-02-162-38/+15
* ARM assembly pack: make it Windows-friendly.Andy Polyakov2019-02-164-19/+73
* AArch64 assembly pack: authenticate return addresses.Andy Polyakov2019-02-122-0/+16
* Build: Remove BEGINRAW / ENDRAW / OVERRIDERichard Levitte2019-01-311-10/+12
* Following the license change, modify the boilerplates in crypto/sha/Richard Levitte2018-12-0648-48/+48
* License: change any non-boilerplate comment referring to "OpenSSL license"Richard Levitte2018-12-061-1/+1
* sha/asm/sha512p8-ppc.pl: optimize epilogue.Andy Polyakov2018-11-161-16/+9
* sha/asm/sha512p8-ppc.pl: fix typo in prologue.Andy Polyakov2018-11-161-2/+2
* sha/asm/keccak1600-armv8.pl: halve the size of hw-assisted subroutine.Andy Polyakov2018-10-191-77/+69
* sha/asm/keccak1600-s390x.pl: resolve -march=z900 portability issue.Andy Polyakov2018-10-121-2/+2
* Update copyright yearMatt Caswell2018-09-115-5/+5
* Remove development artifacts.Pauli2018-07-022-2/+0
* PA-RISC assembly pack: make it work with GNU assembler for HP-UX.Andy Polyakov2018-06-252-7/+26