summaryrefslogtreecommitdiffstats
path: root/lib/libssl/src/crypto/md4 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove the libssl/src directorybeck2016-09-034-455/+0
|
* Temporarily revive MD4 for MS CHAP support.doug2015-09-144-0/+455
|
* Remove MD4 support from LibreSSL.doug2015-09-134-455/+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@
* Correct spelling of OPENSSL_cleanse.jsing2015-09-101-2/+2
| | | | ok miod@
* Remove pointless comments.jsing2015-09-101-2/+2
| | | | ok "captain obvious"
* deregister; no binary changejsg2014-10-281-2/+2
| | | | ok jsing@ miod@
* digests: *_LONG_LOG2 is not used, stop talking about it.bcook2014-10-202-8/+3
| | | | | | | | Modified patch from Dmitry Eremin-Solenikov leave the sole public define in ripemd.h ok deraadt@ miod@
* remove return value from HOST_c2l/l2c macrosbcook2014-08-182-22/+22
| | | | | | | | | | | These macros and asm inlines simulate a function returning a value, but nothing ever uses this return value. Remove the pseudo-returns and (void) casts discarding the unused values. This, maybe unsurprisingly, speeds things up a bit. It also removes the GCC 4.9 warnings about unused values. ok miod@ deraadt@
* 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.
* remove unused, private version strings except SSL_version_strbcook2014-07-091-3/+1
| | | | | | Also remove unused des_ver.h, which exports some of these strings, but is not installed. ok miod@ tedu@
* tags as requested by miod and teduderaadt2014-06-124-4/+4
|
* Remove various test stubs. The good ones have been moved by jsingderaadt2014-06-071-125/+0
| | | | | | and others to the regress framework. These remaining ones just muddle us up when re-reading code repeatedly. ok jsing
* 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 fips_md_init() macro indirection for digest algorithms, used by themiod2014-05-011-1/+1
| | | | | | | OpenSSL FIPS module to prevent forbidden digests to be allowed. No functional change but readability. ok deraadt@
* Unsurprisingly, since <unistd.h> was so darn hard to find for OpenSSL developersbeck2014-04-181-3/+1
| | | | | | | | they had resorted to manually protyping read(2) instead of incredible amount of preprocessor wizardry needed to find the ever illusive <unistd.h>. Let's just include <unistd.h> and we don't need to do this.. While we're at it flense out _OSD_POSIX and __DGJPP__ cruft. ok krw@
* 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.
* we don't use these files for buildingtedu2014-04-151-77/+0
|
* 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
* Moved to regress/lib/libcrypto.miod2014-04-151-136/+0
|
* Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternitybeck2014-04-151-20/+0
| | | | | with the bearded ones... some API's that nobody should be using will dissapear with this commit.
* remove pentium specific benchmark codejsg2014-04-151-78/+0
| | | | ok miod@
* remove auto-generated dependencies from the old unused build system, soderaadt2014-04-141-12/+0
| | | | | that it is easier to find code pieces. They are getting in the way. ok miod
* Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2014-04-132-19/+20
|
* resolve conflictsdjm2012-10-132-2/+6
|
* import OpenSSL-1.0.1cdjm2012-10-131-3/+5
|
* resolve conflicts, fix local changesdjm2010-10-013-104/+3
|
* import OpenSSL-1.0.0adjm2010-10-011-8/+5
|
* resolve conflictsdjm2009-01-092-1/+9
|
* import openssl-0.9.8jdjm2009-01-091-4/+8
|
* resolve conflictsdjm2008-09-065-146/+13
|
* import of OpenSSL 0.9.8hdjm2008-09-061-15/+9
|
* resolve conflictsdjm2006-06-271-1/+2
|
* import of openssl-0.9.7jdjm2006-06-271-1/+1
|
* resolve conflictsdjm2005-04-292-1/+4
|
* import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm2005-04-291-0/+92
|
* merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus2003-05-123-36/+13
|
* import 0.9.7b (without idea and rc5)markus2003-05-112-3/+4
|
* merge openssl-0.9.7-beta3, tested on vax by miod@markus2002-09-101-1/+1
|
* execute bourne shell scripts with 'sh' and not with $SHELLmarkus2002-09-041-1/+1
|
* OpenSSL 0.9.7 stable 2002 05 08 mergebeck2002-05-155-16/+25
|
* openssl-engine-0.9.6a mergebeck2001-06-221-1/+2
|
* fix util script runs to not assume they are executable.beck2000-12-181-1/+1
|
* openssl-engine-0.9.6 mergebeck2000-12-158-0/+1068