aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/md5/md5_locl.h
Commit message (Collapse)AuthorAgeFilesLines
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+6
| | | | Reviewed-by: Richard Levitte <levitte@openssl.org>
* Remove obsolete defined(__INTEL__) condition.Andy Polyakov2016-05-021-1/+1
| | | | | | This macro was defined by no-longer-supported __MWERKS__ compiler. Reviewed-by: Richard Levitte <levitte@openssl.org>
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
| | | | | | | | | | | | 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>
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
| | | | | | | | | | | | | 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>
* Keep disclaiming 16-bit support.Andy Polyakov2015-01-231-4/+0
| | | | | | | | 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>
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-43/+44
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-061-1/+1
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Fix some clang warnings.Ben Laurie2013-01-131-4/+4
|
* Add md5-sparcv9.pl.Andy Polyakov2012-09-231-0/+2
|
* Re-implement md32_common.h [make it simpler!] and eliminate code renderedAndy Polyakov2006-10-111-50/+1
| | | | redundant as result.
* Eliminate false preprocessor dependencies introduced with VOS support.Andy Polyakov2005-10-251-5/+5
|
* Engage MD5 assembler module.Andy Polyakov2005-07-191-0/+3
|
* Update for Stratus VOS.Richard Levitte2005-06-231-2/+6
| | | | PR: 1130
* Engage md5-x86_64 assembler module.Andy Polyakov2005-05-031-2/+2
|
* size_t-fication of message digest APIs. We should size_t-fy more APIs...Andy Polyakov2004-05-151-3/+3
|
* Merge from 0.9.7-stable.Richard Levitte2002-12-281-2/+2
|
* UltraSPARC performance "tune-up."Andy Polyakov2002-12-271-1/+1
|
* openbsd-x86 macrosUlf Möller2001-10-141-2/+2
| | | | Submitted by: Toomas Kiisk <vix@cyber.ee>
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-1/+1
| | | | | | | | | | | | 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.
* FLAT_INC is not needed; we use -I.. all the timeUlf Möller2000-03-191-4/+0
|
* ispell (and minor modifications)Ulf Möller2000-02-031-3/+3
|
* Fix warnings.Ben Laurie1999-09-061-5/+5
|
* md32_common.h update and accompanying MD5 update.Andy Polyakov1999-08-281-2/+9
|
* Minor MD5 tune-up for WIN32 on Intel.Andy Polyakov1999-07-251-2/+2
|
* Some assembler-related clean-ups.Bodo Möller1999-05-281-0/+1
|
* Bring VMS in sync with the recent changes.Ulf Möller1999-05-201-0/+4
| | | | Submitted by: Richard Levitte <levitte@stacken.kth.se>
* Make MD5 work on Alpha, and fix a bug.Bodo Möller1999-05-171-1/+1
| | | | Submitted by: Andy Polyakov
* Get rid of casts.Ben Laurie1999-05-151-3/+3
|
* Avoid compiler warnings for x86.Bodo Möller1999-05-141-1/+1
|
* Reorganize and speed up MD5.Ulf Möller1999-05-131-90/+63
| | | | Submitted by: Andy Polyakov <appro@fy.chalmers.se>
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-4/+0
|
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-1/+1
| | | | | | Submitted by: Reviewed by: PR:
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-0/+195