summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/sha (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* digests: *_LONG_LOG2 is not used, stop talking about it.bcook2014-10-201-3/+2
* Three independent typos for `independent' or `independently'.miod2014-08-191-1/+1
* remove return value from HOST_c2l/l2c macrosbcook2014-08-182-25/+25
* unbreak build this needed to be an and..beck2014-07-131-2/+2
* Take out __bounded__ in the include files we use it in when not on OpenBSD.beck2014-07-131-1/+4
* Only import cryptlib.h in the four source files that actually need it.jsing2014-07-111-4/+2
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-107-17/+33
* Remove bogus preprocessor statements trying to pick the largest integermiod2014-07-101-8/+1
* Remove leading underscore from _BYTE_ORDER and _{LITTLE,BIG}_ENDIAN, to bemiod2014-07-093-8/+8
* remove unused, private version strings except SSL_version_strbcook2014-07-094-12/+4
* Add more bounded attributes to the buffer and md5/sha headers in libsslavsm2014-06-141-13/+25
* tags as requested by miod and teduderaadt2014-06-128-8/+8
* Move sha256 and sha512 tests to regress and wire them up.jsing2014-05-302-331/+0
* Almost nothing actually needs to include <openssl/e_os2.h>, however byjsing2014-05-241-1/+2
* Get __STRICT_ALIGNMENT from <machine/endian.h> and decide upon it, rathermiod2014-05-071-4/+1