summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/sha
AgeCommit message (Expand)AuthorFilesLines
2019-01-21lenght -> lengthjsg1-2/+2
2018-01-24Make the NEON codepaths conditional on __STRICT_ALIGNMENT not beingkettenis1-2/+2
2018-01-07On OpenBSD/armv7 we deliberately trap unaligned access. Unfortunatelykettenis3-4/+4
2016-12-23Move __BEGIN_HIDDEN_DECLS out of the middle of a function declaration.patrick1-3/+3
2016-12-21Explicitly export a list of symbols from libcrypto.jsing1-1/+6
2016-11-04Replace all uses of magic numbers when operating on OPENSSL_ia32_P[] bymiod3-10/+11
2016-11-04Remove I386_ONLY define. It was only used to prefer amiod1-12/+1
2016-09-04Less S390.jsing2-568/+0
2016-09-04Less IA64.jsing2-977/+0
2016-03-15'accomodate' -> 'accommodate' in comments.krw2-3/+3
2015-11-14mutli -> multimiod1-1/+1
2015-11-14Various *syncron* -> *synchron* typos.miod1-1/+1
2015-09-13Remove SHA-0 support.doug5-194/+6
2015-09-10Correct spelling of OPENSSL_cleanse.jsing4-10/+10
2015-08-18typosmiod1-1/+1
2014-12-07Make sure to load absolute symbol address with `dla' instead of `la' whenmiod1-1/+7
2014-12-07Remove OPENSSL_FIPSCANISTER mentions.miod2-8/+0
2014-10-28deregister; no binary changejsg1-3/+3
2014-10-20digests: *_LONG_LOG2 is not used, stop talking about it.bcook1-3/+2
2014-08-19Three independent typos for `independent' or `independently'.miod1-1/+1
2014-08-18remove return value from HOST_c2l/l2c macrosbcook2-25/+25
2014-07-13unbreak build this needed to be an and..beck1-2/+2
2014-07-13Take out __bounded__ in the include files we use it in when not on OpenBSD.beck1-1/+4
2014-07-11Only import cryptlib.h in the four source files that actually need it.jsing1-4/+2
2014-07-10Explicitly include <openssl/opensslconf.h> in every file that referencesjsing7-17/+33
2014-07-10Remove bogus preprocessor statements trying to pick the largest integermiod1-8/+1
2014-07-09Remove leading underscore from _BYTE_ORDER and _{LITTLE,BIG}_ENDIAN, to bemiod3-8/+8
2014-07-09remove unused, private version strings except SSL_version_strbcook4-12/+4
2014-06-14Add more bounded attributes to the buffer and md5/sha headers in libsslavsm1-13/+25
2014-06-12tags as requested by miod and teduderaadt8-8/+8
2014-05-30Move sha256 and sha512 tests to regress and wire them up.jsing2-331/+0
2014-05-24Almost nothing actually needs to include <openssl/e_os2.h>, however byjsing1-1/+2
2014-05-07Get __STRICT_ALIGNMENT from <machine/endian.h> and decide upon it, rathermiod1-4/+1
2014-05-02The assembly sha512 code detects at runtime if it is running on a 64-bitmiod1-0/+6
2014-05-01Do not output SOM-specific directives.miod2-0/+12
2014-05-01Fix include filename to get register name aliases under BSDmiod1-6/+1
2014-05-01Remove fips_md_init() macro indirection for digest algorithms, used by themiod3-6/+6
2014-04-30First pass at removing win64 support from the assembly generating Perljsing1-109/+0
2014-04-28Remove WIN32, WIN64 and MINGW32 tentacles.miod1-4/+1
2014-04-23Unifdef -UPEDANTIC. ok beck@ tedu@miod1-20/+12
2014-04-23Figure out endianness at compile-time, using _BYTE_ORDER frommiod2-4/+6
2014-04-22Remove meat which either duplicates code found in apps/, or is only of valuemiod2-249/+0
2014-04-18Unsurprisingly, since <unistd.h> was so darn hard to find for OpenSSL developersbeck1-3/+1
2014-04-18Do not ask the user to pass either -DB_ENDIAN or -DL_ENDIAN to the compiler,miod1-3/+4
2014-04-17Get rid of MS Visual C compiler and Intel C compiler specific defines.miod1-30/+0
2014-04-17There are no plans to ever build this with the Metrojerks compiler.miod1-8/+1
2014-04-17Remove support for big-endian i386 and amd64.miod1-7/+1
2014-04-17Aren't you glad to have this file tell you that ``C2.pl works''? Bonus pointmiod1-1/+0
2014-04-17No need to consider being compiled by NASM anymore.miod1-4/+0
2014-04-16Remove _CRAY references. Note that this pleads for the use of <stdint.h>miod1-1/+1