History log of /openssl/crypto/sha/sha512.c (Results 51 – 58 of 58)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OpenSSL_0_9_8-beta3, BEN_FIPS_TEST_8, OpenSSL_0_9_8-beta2, OpenSSL_0_9_8-beta1, OpenSSL_0_9_7g, OpenSSL_0_9_7f, BEN_FIPS_TEST_7, BEN_FIPS_TEST_6, OpenSSL_0_9_7e
# 2b247cf8 29-Aug-2004 Andy Polyakov

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.


# fbf96849 25-Jul-2004 Andy Polyakov

Make SHA-256/-512 optional. Note that no-sha switches off *all* SHA.


# d70e2507 25-Jul-2004 Andy Polyakov

Some compilers are just too whiny. Nothing makes Microsoft compiler
stop complaining about loss of precision, but explicit cast.


# 859ceeeb 18-Jul-2004 Andy Polyakov

Anchor AES and SHA-256/-512 assembler from C.


# 7997b13a 31-May-2004 Andy Polyakov

Final SHA-256/-512 touches. Extra md_len field in SHA[256|512]_CTX
reserves for truncated hash function output mode and makes SHA224
thread-safe. Next stop is integration with EVP and we're d

Final SHA-256/-512 touches. Extra md_len field in SHA[256|512]_CTX
reserves for truncated hash function output mode and makes SHA224
thread-safe. Next stop is integration with EVP and we're done...

show more ...


# 8d9fb0f0 29-May-2004 Andy Polyakov

gcc -Wcast-qual clean-up.


# 63077bd4 20-May-2004 Andy Polyakov

SHA-256/-512 update. A bug fix, SHA-512 tune-up for AMD64, hook for SSE2
code, Makefile update.


# c842261b 13-May-2004 Andy Polyakov

SHA-224/-256/-384/-512 implementation. This is just sheer code commit.
Makefile modifications, make test, etc. will appear later...


123