aboutsummaryrefslogtreecommitdiff
path: root/crypto/ripemd/rmd_dgst.c
AgeCommit message (Collapse)AuthorFilesLines
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
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-08-10RT3999: Remove sub-component version stringsRich Salz1-2/+0
Especially since after the #ifdef cleanups this is not useful. Reviewed-by: Matt Caswell <matt@openssl.org>
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-214/+256
Reviewed-by: Tim Hudson <tjh@openssl.org>
2013-01-13Fix some clang warnings.Ben Laurie1-15/+15
2007-01-21Constify version strings and some structures.Dr. Stephen Henson1-1/+1
2006-10-11Re-implement md32_common.h [make it simpler!] and eliminate code renderedAndy Polyakov1-204/+1
redundant as result.
2004-05-15size_t-fication of message digest APIs. We should size_t-fy more APIs...Andy Polyakov1-4/+4
2002-12-14x86_64 performance patch.Andy Polyakov1-6/+6
2001-03-08Make EVP_Digest*() routines return a value.Dr. Stephen Henson1-1/+2
TODO: update docs, and make soe other routines which use EVP_Digest*() check return codes.
2000-02-12HP-UX tune-up: new unified configs, HP C compiler bug workaround.Andy Polyakov1-13/+12
2000-01-30Source code cleanups: Use void * rather than char * in lhash,Ulf Möller1-1/+1
eliminate some of the -Wcast-qual warnings (debug-ben-strict target)
1999-08-28RIPEMD160 shape-up. Major news are that it's operational on all platformsAndy Polyakov1-235/+214
now and I'm putting it back to 'make test' later today.
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller1-10/+0
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1-1/+1
Submitted by: Reviewed by: PR:
1999-04-19Change functions to ANSI C.Ulf Möller1-18/+7
1999-03-22Fix security hole.Ben Laurie1-1/+2
1998-12-31Fix version stuff:Ralf S. Engelschall1-1/+1
1. The already released version was 0.9.1c and not 0.9.1b 2. The next release should be 0.9.2 and not 0.9.1d, because first the changes are already too large, second we should avoid any more 0.9.1x confusions and third, the Apache version semantics of VERSION.REVISION.PATCHLEVEL for the version string is reasonable (and here .2 is already just a patchlevel and not major change). tVS: ----------------------------------------------------------------------
1998-12-23*** empty log message ***OpenSSL_0_9_1cRalf S. Engelschall1-1/+1
1998-12-23Switch version string to SSLeay/OpenSSLRalf S. Engelschall1-1/+1
1998-12-22Various cleanups and fixed by Marc and Ralf to start the OpenTLS projectRalf S. Engelschall1-1/+1
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall1-2/+2
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-0/+535