summaryrefslogtreecommitdiff
path: root/crypto/ripemd
Commit message (Expand)AuthorAgeFilesLines
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-227-439/+468
* make updateDr. Stephen Henson2014-01-061-4/+10
* make updateDr. Stephen Henson2013-12-081-10/+4
* Fix some clang warnings.Ben Laurie2013-01-142-20/+20
* Remove hard coded ecdsaWithSHA1 hack in ssl routines and check for RSADr. Stephen Henson2011-08-141-2/+5
* Prohibit use of low level digest APIs in FIPS mode.Dr. Stephen Henson2011-06-012-1/+5
* PR: 1835Dr. Stephen Henson2009-02-141-1/+1
* Apply mingw patches as supplied by Roumen Petrov an Alon Bar-LevLutz Jänicke2008-04-171-1/+1
* Unify x86 perlasm make rules.Andy Polyakov2008-01-111-11/+2
* Update perl asm scripts include paths for perlasm.Dr. Stephen Henson2008-01-051-1/+2
* Engage x86 assembler in Mac OS X build.Andy Polyakov2007-12-181-0/+2
* Remove unnecessary casts and avoid some warnings with gcc 4.2.Dr. Stephen Henson2007-06-071-3/+3
* Constify version strings and some structures.Dr. Stephen Henson2007-01-211-1/+1
* #include <stddef.h> in digest headers.Andy Polyakov2006-12-291-0/+1
* Re-implement md32_common.h [make it simpler!] and eliminate code renderedAndy Polyakov2006-10-113-220/+4
* Update filenames in makefiles.Dr. Stephen Henson2006-02-041-1/+1
* Keep disclaiming 16-bit platform support. For now remove WIN16 referencesAndy Polyakov2005-12-181-1/+1
* Eliminate false preprocessor dependencies introduced with VOS support.Andy Polyakov2005-10-251-4/+3
* Update for Stratus VOS.Richard Levitte2005-06-231-2/+6
* Further BUILDENV refinement, further fool-proofing of Makefiles andAndy Polyakov2005-05-161-3/+9
* 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
* Don't use $(EXHEADER) directly in for loops, as most shells will breakRichard Levitte2004-11-021-1/+1
* Proper support for OpenBSD-i386 shared build, including assember modules!Andy Polyakov2004-08-291-3/+4
* 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
* 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
* 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
* Provide ASFLAGS in the subdirectories handling assembler code.Lutz Jänicke2003-11-161-0/+1
* 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
* Unified targets for ELF assembler modules. Tested on Linux, Solaris andAndy Polyakov2003-01-031-9/+3
* 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
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-1/+1
* Use double dashes so makedepend doesn't misunderstand the flags weRichard Levitte2002-10-091-1/+1
* Do not include openssl/ripemd.h when the RIPEMD algorithm has been deselected.Richard Levitte2002-08-121-1/+1
* Pass CFLAG to dependency makers, so non-standard system include paths areRichard Levitte2002-06-271-1/+1
* Synchronise with 0.9.7-stable.Richard Levitte2002-04-291-1/+1
* fix #include positionBodo Möller2002-03-181-1/+1