summaryrefslogtreecommitdiff
path: root/crypto/sha/sha512t.c
Commit message (Collapse)AuthorAgeFilesLines
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-150/+162
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* fix warnings when building openssl with the following compiler options:Nils Larsch2005-08-281-1/+1
| | | | | | | -Wmissing-prototypes -Wcomment -Wformat -Wimplicit -Wmain -Wmultichar -Wswitch -Wshadow -Wtrigraphs -Werror -Wchar-subscripts -Wstrict-prototypes -Wreturn-type -Wpointer-arith -W -Wunused -Wno-unused-parameter -Wuninitialized
* OPENSSL_NO_SHA512 to mask even SHA512_CTX declaration. This is done toAndy Polyakov2005-05-221-0/+9
| | | | | make no-sha512 more effective on platforms, which don't support 64-bit integer type of *any* kind.
* OPENSSL_ia32cap final touches. Note that OPENSSL_ia32cap is no longer aAndy Polyakov2004-08-291-3/+5
| | | | | symbol, but a macro expanded as (*(OPENSSL_ia32cap_loc())). The latter is the only one to be exported to application.
* Run SHA-256/-512 tests through EVP...Andy Polyakov2004-07-221-29/+34
|
* Get rid of signed/unsigned warnings, and teach CVS about new things toGeoff Thorpe2004-06-171-4/+4
| | | | ignore.
* Make sure we return 0 if test passed.Andy Polyakov2004-05-281-0/+2
|
* Stress collector/padding function.Andy Polyakov2004-05-201-2/+18
|
* SHA-224/-256/-384/-512 implementation. This is just sheer code commit.Andy Polyakov2004-05-131-0/+150
Makefile modifications, make test, etc. will appear later...