openssl/crypto/whrlpool
Andy Polyakov 0ec55604c0 Expand OPENSSL_ia32cap_P to 64 bits. It might appear controversial, because
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-28 13:31:58 +00:00
..
asm x86_64 assembler pack: add support for Win64 SEH. 2008-12-19 11:17:29 +00:00
.cvsignore Apply mingw patches as supplied by Roumen Petrov an Alon Bar-Lev 2008-04-17 10:19:16 +00:00
Makefile Update make rules for x86_64 assembler pack. 2008-11-12 08:19:04 +00:00
whrlpool.h Prohibit use of low level digest APIs in FIPS mode. 2011-06-01 13:39:45 +00:00
wp_block.c Expand OPENSSL_ia32cap_P to 64 bits. It might appear controversial, because 2011-06-28 13:31:58 +00:00
wp_dgst.c Prohibit use of low level digest APIs in FIPS mode. 2011-06-01 13:39:45 +00:00
wp_locl.h
wp_test.c