summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/sha (follow)
Commit message (Expand)AuthorAgeFilesLines
* More whitespace fixes.jsing2023-03-291-51/+51
* Whitespace fixes.jsing2023-03-291-133/+133
* Whitespace fixes.jsing2023-03-291-68/+68
* Use multiple statements instead of a statement with multiple expressions.jsing2023-03-291-4/+5
* Mop up MD32_XARRAY from SHA1.jsing2023-03-291-162/+135
* Inline initial hash data values for SHA1.jsing2023-03-291-13/+9
* Reorder functions/code.jsing2023-03-271-238/+238
* Tidy includes.jsing2023-03-271-5/+4
* Replace HASH_BLOCK_DATA_ORDER with sha1_block_data_order.jsing2023-03-261-4/+4
* Remove unnecessary HIDDEN_DECLS.jsing2023-03-261-6/+1
* Removes some unwanted spaces.jsing2023-03-261-7/+7
* Whack sha1dgst.c with the style(9) stick again.jsing2023-03-261-193/+246
* Tidy up includes.jsing2023-03-261-9/+5
* Inline sha_local.h in sha1dgst.c.jsing2023-03-261-3/+360
* Add license to sha256.c/sha512.c.jsing2023-03-262-6/+100
* Use multiple statements instead of comma separated expressions.jsing2023-03-261-24/+33
* Add blank lines for readability.jsing2023-03-261-1/+4
* Add some blank lines for readability, along with some more style(9) tweaks.jsing2023-03-262-7/+24
* Whack sha with a style(9) stick.jsing2023-03-264-505/+706
* Use explicit .text instead of .previous to please Windows/MinGW on amd64tb2023-02-232-3/+3
* Use .section .rodata instead of a plain .rodatatb2023-02-093-4/+4
* Remove AIX toc data after every function. NFCmiod2023-02-022-13/+0
* Move all data blocks from .text to .rodata and cleanup up and homogeneize codemiod2023-02-021-1/+0
* Move all data blocks from .text to .rodata and cleanup up and homogeneize codemiod2023-02-013-29/+29
* For xonly, move sha512-ppc.pl's table from text to rodatagkoehler2023-02-011-18/+7
* Remove various unused assembly files and assembly generation scripts.jsing2023-01-192-867/+0
* Move constants out of text segment into rodata to prepare for xonly supportderaadt2023-01-142-1/+6
* Move all data tables from .text section to .rodata, and update the code tomiod2023-01-133-12/+27
* Move all data tables from .text section to .rodata, and update the code tomiod2023-01-132-21/+9
* spelling fixes; from paul tagliamontejmc2022-12-265-9/+9
* Make internal header file names consistenttb2022-11-262-3/+3
* Switch to <endian.h> from <machine/endian.h> for better portability.bcook2021-11-093-8/+6
* lenght -> lengthjsg2019-01-211-2/+2
* Make the NEON codepaths conditional on __STRICT_ALIGNMENT not beingkettenis2018-01-241-2/+2
* On OpenBSD/armv7 we deliberately trap unaligned access. Unfortunatelykettenis2018-01-073-4/+4
* Move __BEGIN_HIDDEN_DECLS out of the middle of a function declaration.patrick2016-12-231-3/+3
* Explicitly export a list of symbols from libcrypto.jsing2016-12-211-1/+6
* Replace all uses of magic numbers when operating on OPENSSL_ia32_P[] bymiod2016-11-043-10/+11
* Remove I386_ONLY define. It was only used to prefer amiod2016-11-041-12/+1
* Less S390.jsing2016-09-042-568/+0
* Less IA64.jsing2016-09-042-977/+0
* 'accomodate' -> 'accommodate' in comments.krw2016-03-152-3/+3
* mutli -> multimiod2015-11-141-1/+1
* Various *syncron* -> *synchron* typos.miod2015-11-141-1/+1
* Remove SHA-0 support.doug2015-09-135-194/+6
* Correct spelling of OPENSSL_cleanse.jsing2015-09-104-10/+10
* typosmiod2015-08-181-1/+1
* Make sure to load absolute symbol address with `dla' instead of `la' whenmiod2014-12-071-1/+7
* Remove OPENSSL_FIPSCANISTER mentions.miod2014-12-072-8/+0
* deregister; no binary changejsg2014-10-281-3/+3