aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/whrlpool
Commit message (Collapse)AuthorAgeFilesLines
* Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte2015-03-311-17/+1
| | | | | | | | | | | | With no more symlinks, there's no need for those variables, or the links target. This also goes for all install: and uninstall: targets that do nothing but copy $(EXHEADER) files, since that's now taken care of by the top Makefile. Also, removed METHTEST from test/Makefile. It looks like an old test that's forgotten... Reviewed-by: Rich Salz <rsalz@openssl.org>
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-312-279/+0
| | | | | | | | | | | | | Rather than making include/openssl/foo.h a symlink to crypto/foo/foo.h, this change moves the file to include/openssl/foo.h once and for all. Likewise, move crypto/foo/footest.c to test/footest.c, instead of symlinking it there. Originally-by: Geoff Thorpe <geoff@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
* Re-align some comments after running the reformat script.Matt Caswell2015-01-221-12/+12
| | | | | | | This should be a one off operation (subsequent invokation of the script should not move them) Reviewed-by: Tim Hudson <tjh@openssl.org>
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-225-955/+1082
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-221-2/+5
| | | | | | | Sometimes it fails to format them very well, and sometimes it corrupts them! This commit moves some particularly problematic ones. Reviewed-by: Tim Hudson <tjh@openssl.org>
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+1
| | | | | | | indent will not alter them when reformatting comments Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org>
* Remove fipscanister build functionality from makefiles.Dr. Stephen Henson2014-12-081-1/+1
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* Remove all .cvsignore filesRich Salz2014-11-281-3/+0
| | | | Reviewed-by: Tim Hudson <tjh@openssl.org>
* x86_64 assembly pack: make Windows build more robust.Andy Polyakov2013-01-221-1/+2
| | | | PR: 2963 and a number of others
* wp-x86_64.pl: ~10% performance improvement.Andy Polyakov2012-07-151-20/+23
|
* wp-mmx.pl: ~10% performance improvement.Andy Polyakov2012-07-151-20/+22
|
* x86_64 assembly pack: make it possible to compile with Perl located onAndy Polyakov2012-06-271-1/+1
| | | | | | path with spaces. PR: 2835
* perlasm: fix symptom-less bugs, missing semicolons and 'my' declarations.Andy Polyakov2012-04-281-1/+1
|
* crypto/whrlpool/wp_block.c: harmonize OPENSSL_ia32cap_P.Andy Polyakov2011-06-281-2/+2
|
* Change AR to ARX to allow exclusion of fips object modulesDr. Stephen Henson2011-01-261-1/+1
|
* Fix "possible loss of data" Win64 compiler warnings.Andy Polyakov2008-12-291-2/+2
|
* x86_64 assembler pack: add support for Win64 SEH.Andy Polyakov2008-12-191-15/+130
|
* Update make rules for x86_64 assembler pack.Andy Polyakov2008-11-121-1/+1
|
* x86_64 assembler pack to comply with updated styling x86_64-xlate.pl rules.Andy Polyakov2008-11-121-2/+1
|
* Apply mingw patches as supplied by Roumen Petrov an Alon Bar-LevLutz Jänicke2008-04-171-2/+2
| | | | | PR: 1552 Submitted by: Roumen Petrov <openssl@roumenpetrov.info>, "Alon Bar-Lev" <alon.barlev@gmail.com>
* Make all x86_64 modules independent on current working directory.Andy Polyakov2008-01-131-1/+7
|
* Unify x86 perlasm make rules.Andy Polyakov2008-01-111-8/+2
|
* Update perl asm scripts include paths for perlasm.Dr. Stephen Henson2008-01-051-1/+2
|
* Engage x86 assembler in Mac OS X build.Andy Polyakov2007-12-181-0/+2
|
* Update .cvsignoreDr. Stephen Henson2007-06-181-0/+1
|
* Update .cvsignore again.Dr. Stephen Henson2006-07-171-0/+1
|
* Update .cvsignoreDr. Stephen Henson2006-07-171-0/+1
|
* fix signed vs. unsigned warningNils Larsch2006-03-111-2/+1
|
* Make framework for Whirlpool assembler flexible.Andy Polyakov2005-12-161-1/+3
|
* Engage Whirlpool assembler and mention Whirlpool in CHANGES.Andy Polyakov2005-12-161-4/+7
|
* Fix typos in wp-mmx.pl.Andy Polyakov2005-12-061-2/+2
|
* Couple other benchmark comparisons for wp-x86_64.pl.Andy Polyakov2005-12-031-3/+4
|
* Whirlpool for x86_64.Andy Polyakov2005-11-301-0/+468
|
* Adapt Whirlpool API for EVP.Andy Polyakov2005-11-302-8/+18
|
* Fix typos in wp-mmx.pl.Andy Polyakov2005-11-301-3/+3
|
* Remove development leftover from whrlpool/asm/wp-mmx.pl.Andy Polyakov2005-11-281-2/+2
|
* Add missing Makefile and fix couple of typos in commentary.Andy Polyakov2005-11-283-2/+94
|
* Whirlpool hash implementation. The fact that subdirectory and .h file areAndy Polyakov2005-11-286-0/+1671
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...