aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/sha/sha256t.c
Commit message (Expand)AuthorAgeFilesLines
* fix warnings when building openssl with the following compiler options:Nils Larsch2005-08-281-1/+1
* Be more consistent with OPENSSL_NO_SHA256.Andy Polyakov2005-05-221-0/+9
* sha256_block advances the input pointer double as fast sometimes. Fix theAndy Polyakov2004-09-271-2/+5
* Run SHA-256/-512 tests through EVP...Andy Polyakov2004-07-221-17/+22
* Get rid of signed/unsigned warnings, and teach CVS about new things toGeoff Thorpe2004-06-171-4/+4
* Make sure we return 0 if test passed.Andy Polyakov2004-05-281-0/+2
* SHA-224 test vectors added.Andy Polyakov2004-05-271-0/+56
* SHA-224/-256/-384/-512 implementation. This is just sheer code commit.Andy Polyakov2004-05-131-0/+72