Compensate inline assembler in sha512.c for gcc 2.7.2 compiler bug.
[openssl.git] / crypto / sha / sha512.c
2008-04-24 Andy PolyakovCompensate inline assembler in sha512.c for gcc 2.7...
2007-09-26 Andy PolyakovMake sha512-armv4.pl byte-order neutral.
2007-09-15 Andy PolyakovRemove sha512-sse2.pl.
2007-09-07 Andy PolyakovAdd sha512_block implementation optimized for small...
2007-08-23 Andy PolyakovWorkaround MSVC6 compiler bug.
2007-05-13 Andy PolyakovAs all assembler modules are alignment neutral, allow...
2007-04-30 Andy PolyakovTypo in commit #16187.
2007-04-30 Andy Polyakovs390x optimizations.
2007-01-21 Dr. Stephen HensonConstify version strings and some structures.
2006-10-17 Andy PolyakovFurther synchronizations with md32_common.h update...
2006-05-01 Andy PolyakovSHA1 for PowerPC.
2005-10-25 Andy Polyakov+20% SHA512 performance improvement on x86.
2005-05-31 Andy Polyakov"Show" more respect to no-sha* config options.
2004-08-29 Andy PolyakovOPENSSL_ia32cap final touches. Note that OPENSSL_ia32ca...
2004-07-25 Andy PolyakovMake SHA-256/-512 optional. Note that no-sha switches...
2004-07-25 Andy PolyakovSome compilers are just too whiny. Nothing makes Micros...
2004-07-18 Andy PolyakovAnchor AES and SHA-256/-512 assembler from C.
2004-05-31 Andy PolyakovFinal SHA-256/-512 touches. Extra md_len field in SHA...
2004-05-29 Andy Polyakovgcc -Wcast-qual clean-up.
2004-05-20 Andy PolyakovSHA-256/-512 update. A bug fix, SHA-512 tune-up for...
2004-05-13 Andy PolyakovSHA-224/-256/-384/-512 implementation. This is just...