summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/ripemd
AgeCommit message (Collapse)AuthorFilesLines
2016-12-21Explicitly export a list of symbols from libcrypto.jsing2-3/+10
Move the "internal" BN functions from bn.h to bn_lcl.h and stop exporting the bn_* symbols. These are documented as only being intended for internal use, so why they were placed in a public header is beyond me... This hides 363 previously exported symbols, most of which exist in headers that are not installed and were never intended to be public. This also removes a few crusty old things that should have died long ago (like _ossl_old_des_read_pw). But don't worry... there are still 3451 symbols exported from the library. With input and testing from inoguchi@. ok beck@ inoguchi@
2015-09-10Correct spelling of OPENSSL_cleanse.jsing1-2/+2
ok miod@
2015-09-10Remove pointless comments.jsing1-2/+2
ok "captain obvious"
2014-10-28deregister; no binary changejsg1-2/+2
ok jsing@ miod@
2014-10-20digests: *_LONG_LOG2 is not used, stop talking about it.bcook1-5/+1
Modified patch from Dmitry Eremin-Solenikov leave the sole public define in ripemd.h ok deraadt@ miod@
2014-08-18remove return value from HOST_c2l/l2c macrosbcook2-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@
2014-07-10Explicitly include <openssl/opensslconf.h> in every file that referencesjsing1-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.
2014-07-09remove unused, private version strings except SSL_version_strbcook1-3/+1
Also remove unused des_ver.h, which exports some of these strings, but is not installed. ok miod@ tedu@
2014-06-12tags as requested by miod and teduderaadt5-5/+5
2014-06-07Remove various test stubs. The good ones have been moved by jsingderaadt1-125/+0
and others to the regress framework. These remaining ones just muddle us up when re-reading code repeatedly. ok jsing
2014-06-06s/assember/assembler/ before someone gets offended. At the lastderaadt1-1/+1
hackathon, just saying 'ass ember' was enough to start giggles. Unfortunately far more offensive stuff remains in here...
2014-05-24Almost nothing actually needs to include <openssl/e_os2.h>, however byjsing1-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@
2014-05-01Remove fips_md_init() macro indirection for digest algorithms, used by themiod1-1/+1
OpenSSL FIPS module to prevent forbidden digests to be allowed. No functional change but readability. ok deraadt@
2014-04-18Unsurprisingly, since <unistd.h> was so darn hard to find for OpenSSL developersbeck1-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@
2014-04-16Remove _CRAY references. Note that this pleads for the use of <stdint.h>miod1-1/+1
fixed-width types instead of choosing int or long depending upon what we think the architecture support.
2014-04-15we don't use these files for buildingtedu1-83/+0
2014-04-15remove FIPS mode support. people who require FIPS can buy something thattedu1-3/+0
meets their needs, but dumping it in here only penalizes the rest of us. ok beck deraadt
2014-04-15Moved to regress/lib/libcrypto.miod1-138/+0
2014-04-15Send the rotIBM stream cipher (ebcdic) to Valhalla to party for eternitybeck1-7/+0
with the bearded ones... some API's that nobody should be using will dissapear with this commit.
2014-04-15remove pentium specific benchmark codejsg1-82/+0
ok miod@
2014-04-14remove auto-generated dependencies from the old unused build system, soderaadt1-12/+0
that it is easier to find code pieces. They are getting in the way. ok miod
2014-04-13Merge conflicts; remove MacOS, Netware, OS/2, VMS and Windows build machinery.miod2-21/+21
2012-10-13resolve conflictsdjm2-1/+5
2012-10-13import OpenSSL-1.0.1cdjm1-2/+5
2010-10-01resolve conflicts, fix local changesdjm5-123/+7
2010-10-01import OpenSSL-1.0.0adjm1-17/+5
2009-01-09resolve conflictsdjm3-3/+10
2009-01-09import openssl-0.9.8jdjm1-3/+8
2008-09-06resolve conflictsdjm6-232/+18
2008-09-06import of OpenSSL 0.9.8hdjm1-29/+17
2006-06-27resolve conflictsdjm1-1/+2
2006-06-27import of openssl-0.9.7jdjm1-1/+1
2005-04-29resolve conflictsdjm2-1/+5
2005-04-29import of openssl-0.9.7g; tested on platforms from alpha to zaurus, ok deraadt@djm1-0/+111
2005-03-29belive -> believemiod1-1/+1
2004-04-08merge 0.9.7dmarkus1-0/+1
2004-03-22Unbreak rmd160. Was broken on sparc64 when compiled with gcc3. Fix and reporthshoexer1-2/+2
by Simon Kellner. XXX This is only a temporary work-around and we still need a REAL fix for XXX this issue. Testing on different archs by marc@ tdvall@ millert@ otto@ ho@ miod@ hshoexer@ ok deraadt@
2003-05-12merge 0.9.7b with local changes; crank majors for libssl/libcryptomarkus5-21/+21
2002-09-14merge with openssl-0.9.7-stable-SNAP-20020911,markus1-1/+1
new minor for libcrypto (_X509_REQ_print_ex) tested by miod@, pb@
2002-09-10merge openssl-0.9.7-beta3, tested on vax by miod@markus1-1/+1
2002-09-04execute bourne shell scripts with 'sh' and not with $SHELLmarkus1-1/+1
2002-05-15OpenSSL 0.9.7 stable 2002 05 08 mergebeck5-18/+25
2001-06-22openssl-engine-0.9.6a mergebeck1-1/+2
2000-12-15openssl-engine0.9.6 mergebeck2-0/+0
Again, be sure to whack an old /usr/obj/lib/libssl if you are doing builds
2000-12-15openssl-engine-0.9.6 mergebeck1-1/+1
2000-04-15OpenSSL 0.9.5a mergebeck4-2088/+2
2000-03-19OpenSSL 0.9.5 mergebeck9-2133/+2075
*warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2 if you are using the ssl26 packages for ssh and other things to work you will need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs
1999-11-23do not assume shell scripts are +x; dderaadt1-1/+1
1999-09-29OpenSSL 0.9.4 mergebeck11-2110/+65
1998-10-05Import of SSLeay-0.9.0b with RSA and IDEA stubbed + OpenBSD buildryker14-0/+6480
functionality for shared libs. Note that routines such as sslv2_init and friends that use RSA will not work due to lack of RSA in this library. Needs documentation and help from ports for easy upgrade to full functionality where legally possible.