summaryrefslogtreecommitdiffstats
path: root/crypto/sha/sha.h
Commit message (Expand)AuthorAgeFilesLines
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-95/+92
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-221-3/+6
* mark all block comments that need format preserving so thatTim Hudson2015-01-221-1/+1
* Merge FIPS low level algorithm blocking code. Give hard errors if non-FIPSDr. Stephen Henson2008-09-161-0/+3
* Make sha.h more "portable" [from HEAD].Andy Polyakov2006-12-221-0/+1
* It seems like mkdef.pl couldn't quite understand that #ifdef OPENSSL_NO_SHA512Richard Levitte2005-05-241-0/+2
* OPENSSL_NO_SHA512 to mask even SHA512_CTX declaration. This is done toAndy Polyakov2005-05-221-1/+1
* Some compilers are just too whiny. DEC C doesn't like long long...Andy Polyakov2004-07-251-1/+4
* Making some values explicitely unsigned was derived from ongoing workRichard Levitte2004-06-151-2/+2
* Final SHA-256/-512 touches. Extra md_len field in SHA[256|512]_CTXAndy Polyakov2004-05-311-7/+2
* SHA224_Update() and SHA224_Final() aren't implemented, and sinceRichard Levitte2004-05-301-2/+7
* Make reservations for FIPS code in HEAD branch, so that the moment FIPSAndy Polyakov2004-05-171-0/+4
* size_t-fication of message digest APIs. We should size_t-fy more APIs...Andy Polyakov2004-05-151-4/+4
* SHA-224/-256/-384/-512 implementation. This is just sheer code commit.Andy Polyakov2004-05-131-0/+69
* Make EVP_Digest*() routines return a value.Dr. Stephen Henson2001-03-081-6/+6
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-5/+7
* Fix signed/unsigned warnings.Ben Laurie2000-02-161-2/+2
* Make DSA_generate_parameters, and fix a couple of bugBodo Möller2000-01-301-1/+1
* SHA clean-up and (LP64) tune-up.Andy Polyakov1999-09-051-3/+3
* SHA-1 cleanups and performance enhancements.Ulf Möller1999-05-051-8/+18
* Message digest stuff.Ulf Möller1999-04-271-4/+4
* New Configure option no-<cipher> (rsa, idea, rc5, ...).Ulf Möller1999-04-271-0/+8
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-14/+0
* Problems with 64-bit long.Ulf Möller1999-04-201-3/+9
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-1/+5
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+105