aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ripemd
Commit message (Collapse)AuthorAgeFilesLines
* Update for Stratus VOS.Richard Levitte2005-06-231-2/+6
| | | | PR: 1130
* Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-161-3/+9
| | | | | [most importantly] put back dependencies accidentaly eliminated in check-in #13342.
* make updateBodo Möller2005-05-161-8/+1
|
* Fool-proofing MakefilesAndy Polyakov2005-05-151-4/+1
|
* Add DTLS support.Ben Laurie2005-04-261-0/+1
|
* Check return values of <Digest>_Init functions in low level digest calls.Dr. Stephen Henson2005-04-141-1/+2
|
* Add emacs cache files to .cvsignore.Richard Levitte2005-04-112-0/+4
|
* Blow away Makefile.ssl.Ben Laurie2005-03-301-4/+3
|
* This patch was "ignited" by OpenBSD 3>=4 support. They've switched to ELFAndy Polyakov2005-02-061-3/+3
| | | | | and GNU binutils, but kept BSD make... And I took the opportunity to unify other targets to this common least denominator...
* Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte2004-11-021-1/+1
| | | | | | if $(EXHEADER) is empty. Notified by many, solution suggested by Carson Gaspar <carson@taltos.org>
* Proper support for OpenBSD-i386 shared build, including assember modules!Andy Polyakov2004-08-291-3/+4
| | | | "Proper" means "compiles and passes test." Versioning is broken (I think).
* OpenBSD fix-up for new a.out targets. OpenBSD .s.o rule is busted...Andy Polyakov2004-08-011-3/+3
|
* Clean-up GAS targets: get rid of "cpp" stuff and replace it with "purified"Andy Polyakov2004-08-011-13/+8
| | | | | | | | COFF and a.out targets [similar to ELF targets]. You might notice some rudementary support for shared mingw builds under cygwin. It works (it produces cryptoeay32.dll and ssleay32.dll with everything exported by name), but it's primarily for testing/debugging purposes, at least for now...
* Minor 64-bit md32_common.h update and minor unsignification of digests.Andy Polyakov2004-07-251-1/+1
|
* EVP_Digest is size_t-fied, clean up test programs accordingly.Andy Polyakov2004-07-221-1/+1
|
* After the latest round of header-hacking, regenerate the dependencies inGeoff Thorpe2004-05-171-3/+3
| | | | | the Makefiles. NB: this commit is probably going to generate a huge posting and it is highly uninteresting to read.
* size_t-fication of message digest APIs. We should size_t-fy more APIs...Andy Polyakov2004-05-154-9/+9
|
* Use sh explicitely to run point.shRichard Levitte2003-12-271-1/+1
| | | | This is part of a large change submitted by Markus Friedl <markus@openbsd.org>
* Provide ASFLAGS in the subdirectories handling assembler code.Lutz Jänicke2003-11-161-0/+1
| | | | | | Submitted by: Tim Rice <tim@multitalents.net> PR: #735, #765
* A few more files to ignoreRichard Levitte2003-01-161-0/+1
|
* Make sure not to declare a clashing read() for DJGPP.Richard Levitte2003-01-131-1/+1
| | | | PR: 440
* Unified targets for ELF assembler modules. Tested on Linux, Solaris andAndy Polyakov2003-01-031-9/+3
| | | | FreeBSD. Goal is to extend support even to SCO5, UnixWare/OpenUnix...
* x86_64 performance patch.Andy Polyakov2002-12-141-6/+6
|
* make updateRichard Levitte2002-12-051-2/+5
|
* Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au>Richard Levitte2002-12-031-0/+1
|
* Have all tests use EXIT() to exit rather than exit(), since the latter doesn'tRichard Levitte2002-11-281-1/+3
| | | | always give the expected result on some platforms.
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-1/+1
| | | | I've covered all the memset()s I felt safe modifying, but may have missed some.
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
| | | | | | | give it. For 0.9.7 and up, that means util/domd needs to remove those double dashes from the argument list when gcc is used to find the dependencies.
* Do not include openssl/ripemd.h when the RIPEMD algorithm has been deselected.Richard Levitte2002-08-121-1/+1
| | | | PR: 216, point 1
* Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte2002-06-271-1/+1
| | | | | handled properly. Part of PR 75
* Synchronise with 0.9.7-stable.Richard Levitte2002-04-291-1/+1
|
* fix #include positionBodo Möller2002-03-181-1/+1
| | | | Submitted by: Nils Larsch
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2001-10-161-1/+1
| | | | | | with existing code. Modify library to use digest *_ex() functions.
* openbsd-x86 macrosUlf Möller2001-10-141-2/+2
| | | | Submitted by: Toomas Kiisk <vix@cyber.ee>
* make updateRichard Levitte2001-07-311-2/+2
|
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-302-2/+3
|
* Change all calls to low level digest routines in the library andDr. Stephen Henson2001-06-191-2/+4
| | | | | | | | | | applications to use EVP. Add missing calls to HMAC_cleanup() and don't assume HMAC_CTX can be copied using memcpy(). Note: this is almost identical to the patch submitted to openssl-dev by Verdon Walker <VWalker@novell.com> except some redundant EVP_add_digest_()/EVP_cleanup() calls were removed and some changes made to avoid compiler warnings.
* Instead of telling both 'make' and the user that ranlibBodo Möller2001-03-091-2/+1
| | | | | | errors can be tolerated, hide the error from 'make'. This gives shorter output both if ranlib fails and if it works.
* Make EVP_Digest*() routines return a value.Dr. Stephen Henson2001-03-082-4/+5
| | | | | TODO: update docs, and make soe other routines which use EVP_Digest*() check return codes.
* Make all configuration macros available for application by makingRichard Levitte2001-02-193-8/+12
| | | | | | | | | | | | 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.
* 'ranlib' doesn't always run on some systems. That's actuallyRichard Levitte2000-09-251-1/+2
| | | | | acceptable, since all that happens if it fails is a library with an index, which makes linking slower, but still working correctly.
* Avoid unnecessary links and incomplete program file in apps/.Bodo Möller2000-06-191-1/+1
|
* FLAT_INC is not needed; we use -I.. all the timeUlf Möller2000-03-191-4/+0
|
* Remove "Makefile.uni" files and some related stuff.Bodo Möller2000-03-141-109/+0
| | | | | | | | This was meant for building individual ciphers separately; but nothing of this is maintained, it does not work because we rely on central configuration by the Configure utility with <openssl/opensslconf.h> etc., so the files are only wasting space and time.
* Remove Win32 assembler files. They are always rebuilt (with someBodo Möller2000-03-131-1973/+0
| | | | choice of parameters) when they are needed.
* asm workaround for SuSE LinuxUlf Möller2000-03-121-1/+1
| | | | proposed by Holger Reif
* Add missing dependencies.Bodo Möller2000-03-021-1/+1
|
* Fix signed/unsigned warnings.Ben Laurie2000-02-161-1/+1
|
* HP-UX tune-up: new unified configs, HP C compiler bug workaround.Andy Polyakov2000-02-121-13/+12
|
* Document hash functions.Ulf Möller2000-02-032-2/+3
|