aboutsummaryrefslogtreecommitdiff
path: root/crypto/sha/sha.h
AgeCommit message (Expand)AuthorFilesLines
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte1-168/+0
2015-01-27OPENSSL_NO_xxx cleanup: SHARich Salz1-32/+13
2015-01-23Keep disclaiming 16-bit support.Andy Polyakov1-11/+2
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-90/+87
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell1-3/+6
2015-01-12RT3548: Remove some unsupported platforms.Rich Salz1-1/+1
2014-12-30mark all block comments that need format preserving so thatTim Hudson1-1/+1
2014-12-08remove FIPS_*_SIZE_TDr. Stephen Henson1-4/+0
2006-12-22Oops! New prototype code creeped through...Andy Polyakov1-1/+1
2006-12-22Make sha.h more "portable."Andy Polyakov1-1/+2
2005-12-18Keep disclaiming 16-bit platform support. For now remove WIN16 referencesAndy Polyakov1-1/+1
2005-05-24It seems like mkdef.pl couldn't quite understand that #ifdef OPENSSL_NO_SHA512Richard Levitte1-0/+2
2005-05-22OPENSSL_NO_SHA512 to mask even SHA512_CTX declaration. This is done toAndy Polyakov1-1/+1
2004-07-25Some compilers are just too whiny. DEC C doesn't like long long...Andy Polyakov1-1/+4
2004-06-15Making some values explicitely unsigned was derived from ongoing workRichard Levitte1-2/+2
2004-05-31Final SHA-256/-512 touches. Extra md_len field in SHA[256|512]_CTXAndy Polyakov1-7/+2
2004-05-30SHA224_Update() and SHA224_Final() aren't implemented, and sinceRichard Levitte1-2/+7
2004-05-17Make reservations for FIPS code in HEAD branch, so that the moment FIPSAndy Polyakov1-0/+4
2004-05-15size_t-fication of message digest APIs. We should size_t-fy more APIs...Andy Polyakov1-4/+4
2004-05-13SHA-224/-256/-384/-512 implementation. This is just sheer code commit.Andy Polyakov1-0/+69
2001-03-08Make EVP_Digest*() routines return a value.Dr. Stephen Henson1-6/+6
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-5/+7
2000-02-16Fix signed/unsigned warnings.Ben Laurie1-2/+2
2000-01-30Make DSA_generate_parameters, and fix a couple of bugBodo Möller1-1/+1
1999-09-05SHA clean-up and (LP64) tune-up.Andy Polyakov1-3/+3
1999-05-05SHA-1 cleanups and performance enhancements.Ulf Möller1-8/+18
1999-04-27Message digest stuff.Ulf Möller1-4/+4
1999-04-27New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1-0/+8
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller1-14/+0
1999-04-20Problems with 64-bit long.Ulf Möller1-3/+9
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1-1/+5
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1-0/+105