summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/sha (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* The assembly sha512 code detects at runtime if it is running on a 64-bitmiod2014-05-021-0/+6
* Do not output SOM-specific directives.miod2014-05-012-0/+12
* Fix include filename to get register name aliases under BSDmiod2014-05-011-6/+1
* Remove fips_md_init() macro indirection for digest algorithms, used by themiod2014-05-013-6/+6
* First pass at removing win64 support from the assembly generating Perljsing2014-04-301-109/+0
* Remove WIN32, WIN64 and MINGW32 tentacles.miod2014-04-281-4/+1
* Unifdef -UPEDANTIC. ok beck@ tedu@miod2014-04-231-20/+12
* Figure out endianness at compile-time, using _BYTE_ORDER frommiod2014-04-232-4/+6
* Remove meat which either duplicates code found in apps/, or is only of valuemiod2014-04-222-249/+0
* Unsurprisingly, since <unistd.h> was so darn hard to find for OpenSSL developersbeck2014-04-181-3/+1
* Do not ask the user to pass either -DB_ENDIAN or -DL_ENDIAN to the compiler,miod2014-04-181-3/+4
* Get rid of MS Visual C compiler and Intel C compiler specific defines.miod2014-04-171-30/+0
* There are no plans to ever build this with the Metrojerks compiler.miod2014-04-171-8/+1
* Remove support for big-endian i386 and amd64.miod2014-04-171-7/+1
* Aren't you glad to have this file tell you that ``C2.pl works''? Bonus pointmiod2014-04-171-1/+0
* No need to consider being compiled by NASM anymore.miod2014-04-171-4/+0
* Remove _CRAY references. Note that this pleads for the use of <stdint.h>miod2014-04-161-1/+1
* we don't use these files for buildingtedu2014-04-151-129/+0