summaryrefslogtreecommitdiffstats
path: root/crypto/ripemd/rmd_one.c
AgeCommit message (Collapse)Author
2016-05-17Copyright consolidation 08/10Rich Salz
Reviewed-by: Richard Levitte <levitte@openssl.org>
2016-01-26Remove /* foo.c */ commentsRich Salz
This was done by the following find . -name '*.[ch]' | /tmp/pl where /tmp/pl is the following three-line script: print unless $. == 1 && m@/\* .*\.[ch] \*/@; close ARGV if eof; # Close file to reset $. And then some hand-editing of other files. Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
Reviewed-by: Tim Hudson <tjh@openssl.org>
2005-04-14Check return values of <Digest>_Init functions in low level digest calls.Dr. Stephen Henson
2004-05-15size_t-fication of message digest APIs. We should size_t-fy more APIs...Andy Polyakov
2002-12-03Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au>Richard Levitte
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
I've covered all the memset()s I felt safe modifying, but may have missed some.
2000-02-03Document hash functions.Ulf Möller
1999-12-19MacOS updates.Andy Polyakov
1999-09-06Fix warnings.Ben Laurie
1999-08-28RIPEMD160 shape-up. Major news are that it's operational on all platformsAndy Polyakov
now and I'm putting it back to 'make test' later today.
1999-04-19Change functions to ANSI C.Ulf Möller
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall