summaryrefslogtreecommitdiffstats
path: root/crypto/md5/md5_locl.h
AgeCommit message (Collapse)Author
2017-10-13Remove email addresses from source code.Rich Salz
Names were not removed. Some comments were updated. Replace Andy's address with openssl.org Reviewed-by: Andy Polyakov <appro@openssl.org> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/4516)
2016-05-17Copyright consolidation 09/10Rich Salz
Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-05-02Remove obsolete defined(__INTEL__) condition.Andy Polyakov
This macro was defined by no-longer-supported __MWERKS__ compiler. Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-01-26Remove /* foo.c */ commentsRich Salz
This was done by the following find . -name '*.[ch]' | /tmp/pl where /tmp/pl is the following three-line script: print unless $. == 1 && m@/\* .*\.[ch] \*/@; close ARGV if eof; # Close file to reset $. And then some hand-editing of other files. Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
There are header files in crypto/ that are used by a number of crypto/ submodules. Move those to crypto/include/internal and adapt the affected source code and Makefiles. The header files that got moved are: crypto/cryptolib.h crypto/md32_common.h Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-01-23Keep disclaiming 16-bit support.Andy Polyakov
If you examine changes, you are likely to wonder "but what about ILP64, elusive as they are, don't they fall victim to 16-bit rationalization?" No, the case was modeled and verified to work. Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
Reviewed-by: Tim Hudson <tjh@openssl.org>
2015-01-06Further comment amendments to preserve formatting prior to source reformatMatt Caswell
Reviewed-by: Tim Hudson <tjh@openssl.org>
2013-01-13Fix some clang warnings.Ben Laurie
2012-09-23Add md5-sparcv9.pl.Andy Polyakov
2006-10-11Re-implement md32_common.h [make it simpler!] and eliminate code renderedAndy Polyakov
redundant as result.
2005-10-25Eliminate false preprocessor dependencies introduced with VOS support.Andy Polyakov
2005-07-19Engage MD5 assembler module.Andy Polyakov
2005-06-23Update for Stratus VOS.Richard Levitte
PR: 1130
2005-05-03Engage md5-x86_64 assembler module.Andy Polyakov
2004-05-15size_t-fication of message digest APIs. We should size_t-fy more APIs...Andy Polyakov
2002-12-28Merge from 0.9.7-stable.Richard Levitte
2002-12-27UltraSPARC performance "tune-up."Andy Polyakov
2001-10-14openbsd-x86 macrosUlf Möller
Submitted by: Toomas Kiisk <vix@cyber.ee>
2001-02-19Make all configuration macros available for application by makingRichard Levitte
sure they are available in opensslconf.h, by giving them names starting with "OPENSSL_" to avoid conflicts with other packages and by making sure e_os2.h will cover all platform-specific cases together with opensslconf.h. I've checked fairly well that nothing breaks with this (apart from external software that will adapt if they have used something like NO_KRB5), but I can't guarantee it completely, so a review of this change would be a good thing.
2000-03-19FLAT_INC is not needed; we use -I.. all the timeUlf Möller
2000-02-03ispell (and minor modifications)Ulf Möller
1999-09-06Fix warnings.Ben Laurie
1999-08-28md32_common.h update and accompanying MD5 update.Andy Polyakov
1999-07-25Minor MD5 tune-up for WIN32 on Intel.Andy Polyakov
1999-05-28Some assembler-related clean-ups.Bodo Möller
1999-05-20Bring VMS in sync with the recent changes.Ulf Möller
Submitted by: Richard Levitte <levitte@stacken.kth.se>
1999-05-17Make MD5 work on Alpha, and fix a bug.Bodo Möller
Submitted by: Andy Polyakov
1999-05-15Get rid of casts.Ben Laurie
1999-05-14Avoid compiler warnings for x86.Bodo Möller
1999-05-13Reorganize and speed up MD5.Ulf Möller
Submitted by: Andy Polyakov <appro@fy.chalmers.se>
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
Submitted by: Reviewed by: PR:
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall