summaryrefslogtreecommitdiffstats
path: root/crypto/whrlpool
AgeCommit message (Collapse)Author
2014-02-01wp-mmx.pl: ~10% performance improvement.Andy Polyakov
(cherry picked from commit ae007d4d09f2ed9940c6e581bab9290d78615506)
2014-02-01wp-x86_64.pl: ~10% performance improvement.Andy Polyakov
(cherry picked from commit 701d593f7095db84459c76265349a83d30a4cae5)
2013-01-22x86_64 assembly pack: make Windows build more robust [from master].Andy Polyakov
PR: 2963 and a number of others
2012-06-27x86_64 assembly pack: make it possible to compile with Perl locatedAndy Polyakov
on path with spaces [from HEAD]. PR: 2835
2012-06-03Reduce version skew: trivia (I hope).Ben Laurie
2011-08-14Remove hard coded ecdsaWithSHA1 hack in ssl routines and check for RSADr. Stephen Henson
using OBJ xref utilities instead of string comparison with OID name. This removes the arbitrary restriction on using SHA1 only with some ECC ciphersuites.
2011-06-28Expand OPENSSL_ia32cap_P to 64 bits. It might appear controversial, becauseAndy Polyakov
such operation can be considered as breaking binary compatibility. However! OPNESSL_ia32cap_P is accessed by application through pointer returned by OPENSSL_ia32cap_loc() and such change of *internal* OPENSSL_ia32cap_P declaration is possible specifically on little-endian platforms, such as x86[_64] ones in question. In addition, if 32-bit application calls OPENSSL_ia32cap_loc(), it clears upper half of capability vector maintaining the illusion that it's still 32 bits wide.
2011-06-01Prohibit use of low level digest APIs in FIPS mode.Dr. Stephen Henson
2008-12-29Fix "possible loss of data" Win64 compiler warnings.Andy Polyakov
2008-12-19x86_64 assembler pack: add support for Win64 SEH.Andy Polyakov
2008-11-12Update make rules for x86_64 assembler pack.Andy Polyakov
2008-11-12x86_64 assembler pack to comply with updated styling x86_64-xlate.pl rules.Andy Polyakov
2008-04-17Apply mingw patches as supplied by Roumen Petrov an Alon Bar-LevLutz Jänicke
PR: 1552 Submitted by: Roumen Petrov <openssl@roumenpetrov.info>, "Alon Bar-Lev" <alon.barlev@gmail.com>
2008-01-13Make all x86_64 modules independent on current working directory.Andy Polyakov
2008-01-11Unify x86 perlasm make rules.Andy Polyakov
2008-01-05Update perl asm scripts include paths for perlasm.Dr. Stephen Henson
2007-12-18Engage x86 assembler in Mac OS X build.Andy Polyakov
2007-06-18Update .cvsignoreDr. Stephen Henson
2006-07-17Update .cvsignore again.Dr. Stephen Henson
2006-07-17Update .cvsignoreDr. Stephen Henson
2006-03-11fix signed vs. unsigned warningNils Larsch
2005-12-16Make framework for Whirlpool assembler flexible.Andy Polyakov
2005-12-16Engage Whirlpool assembler and mention Whirlpool in CHANGES.Andy Polyakov
2005-12-06Fix typos in wp-mmx.pl.Andy Polyakov
2005-12-03Couple other benchmark comparisons for wp-x86_64.pl.Andy Polyakov
2005-11-30Whirlpool for x86_64.Andy Polyakov
2005-11-30Adapt Whirlpool API for EVP.Andy Polyakov
2005-11-30Fix typos in wp-mmx.pl.Andy Polyakov
2005-11-28Remove development leftover from whrlpool/asm/wp-mmx.pl.Andy Polyakov
2005-11-28Add missing Makefile and fix couple of typos in commentary.Andy Polyakov
2005-11-28Whirlpool hash implementation. The fact that subdirectory and .h file areAndy Polyakov
called whrlpool is not a typo, but a way to keep the names shorter than 8 characters. Remaining TODO list comprises adding OID, EVP, corresponding flag to apps/openssl dgst, benchmark, engage assembler...