Nils Larsch
|
8215e7a938
|
fix warnings when building openssl with the following compiler options:
-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
|
2005-08-28 22:49:57 +00:00 |
|
Andy Polyakov
|
4b23506594
|
OPENSSL_NO_SHA512 to mask even SHA512_CTX declaration. This is done to
make no-sha512 more effective on platforms, which don't support 64-bit
integer type of *any* kind.
|
2005-05-22 08:55:15 +00:00 |
|
Andy Polyakov
|
2b247cf81f
|
OPENSSL_ia32cap final touches. Note that OPENSSL_ia32cap is no longer a
symbol, but a macro expanded as (*(OPENSSL_ia32cap_loc())). The latter
is the only one to be exported to application.
|
2004-08-29 16:36:05 +00:00 |
|
Andy Polyakov
|
e39c2548f5
|
Run SHA-256/-512 tests through EVP...
|
2004-07-22 10:21:13 +00:00 |
|
Geoff Thorpe
|
f18ea6cae9
|
Get rid of signed/unsigned warnings, and teach CVS about new things to
ignore.
|
2004-06-17 20:28:28 +00:00 |
|
Andy Polyakov
|
674ee8b72d
|
Make sure we return 0 if test passed.
|
2004-05-28 21:42:40 +00:00 |
|
Andy Polyakov
|
df364f1b00
|
Stress collector/padding function.
|
2004-05-20 21:20:19 +00:00 |
|
Andy Polyakov
|
c842261b1b
|
SHA-224/-256/-384/-512 implementation. This is just sheer code commit.
Makefile modifications, make test, etc. will appear later...
|
2004-05-13 13:48:33 +00:00 |
|