summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/md4/md4.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Temporarily revive MD4 for MS CHAP support.doug2015-09-141-0/+103
|
* Remove MD4 support from LibreSSL.doug2015-09-131-103/+0
| | | | | | | | MD4 should have been removed a long time ago. Also, RFC 6150 moved it to historic in 2011. Rides the major crank from removing SHA-0. Discussed with many including beck@, millert@, djm@, sthen@ ok jsing@, input + ok bcook@
* digests: *_LONG_LOG2 is not used, stop talking about it.bcook2014-10-201-3/+2
| | | | | | | | Modified patch from Dmitry Eremin-Solenikov leave the sole public define in ripemd.h ok deraadt@ miod@
* Explicitly include <openssl/opensslconf.h> in every file that referencesjsing2014-07-101-3/+3
| | | | | | | | | an OPENSSL_NO_* define. This avoids relying on something else pulling it in for us, plus it fixes several cases where the #ifndef OPENSSL_NO_XYZ is never going to do anything, since OPENSSL_NO_XYZ will never defined, due to the fact that opensslconf.h has not been included. This also includes some miscellaneous sorting/tidying of headers.
* Remove bogus preprocessor statements trying to pick the largest integermiod2014-07-101-8/+1
| | | | | | | | type for BF_LONG, MD[45]_LONG and SHA_LONG. First, the preprocessor symbols they check for a 64-bit system is __ILP64__ which no sane system provides; second, on the platforms which have assembler code to speed things up, the assembler code assumes a 32-bit type will be used.
* tags as requested by miod and teduderaadt2014-06-121-1/+1
|
* Almost nothing actually needs to include <openssl/e_os2.h>, however byjsing2014-05-241-1/+2
| | | | | | | including it they get <openssl/opensslconf.h>. So instead of pulling in <openssl/e_os2.h>, just pull in <openssl/opensslconf.h>. "go ahead" miod@
* Remove _CRAY references. Note that this pleads for the use of <stdint.h>miod2014-04-161-8/+1
| | | | | fixed-width types instead of choosing int or long depending upon what we think the architecture support.
* remove FIPS mode support. people who require FIPS can buy something thattedu2014-04-151-3/+0
| | | | | meets their needs, but dumping it in here only penalizes the rest of us. ok beck deraadt
* resolve conflictsdjm2012-10-131-0/+3
|
* resolve conflicts, fix local changesdjm2010-10-011-4/+1
|
* resolve conflictsdjm2009-01-091-0/+3
|
* resolve conflictsdjm2008-09-061-6/+4
|
* resolve conflictsdjm2005-04-291-0/+3
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-151-6/+8
|
* openssl-engine-0.9.6 mergebeck2000-12-151-0/+114