summaryrefslogtreecommitdiff
path: root/config.h
Commit message (Expand)AuthorAgeFilesLines
* Cleared Cygwin i386 crash at -O3 due to unaligned data access and vectorizationHEADmasternoloader2015-07-161-0/+5
* Cleared crash with GCC 4.8 and above and -O3. In a nutshell, it was due to ve...noloader2015-07-141-1/+7
* Moved GCC_DIAGNOSTIC_AWARE and GCC_OPTIMIZE_AWARE into misc.hnoloader2015-07-131-4/+0
* Added COUNTOF to misc.h to count elements in an array (fails on pointers). Mo...noloader2015-07-031-2/+0
* Enabled security related warnings; see http://blogs.msdn.com/b/vcblog/archive...noloader2015-06-291-0/+3
* Added GCC_DIAGNOSTIC_AWARE to help suppress some warnings on contemporary com...noloader2015-06-291-0/+4
* Add CRYPTOPP_UNUSED to help supress unused variable warnings. Applied Algorit...noloader2015-06-291-0/+2
* add SHA-3weidai2013-01-191-6/+1
* fix compile with GCC 4.4 and -march=i386weidai2010-08-081-2/+2
* add support for AES-NI and CLMUL instruction sets in AES and GMAC/GCMweidai2010-07-241-0/+7
* update version number to 5.6.1weidai2010-06-291-1/+1
* fix endianess test on MIPS (Zhang Le)weidai2009-09-041-1/+1
* fix compile on OpenBSD 4.4weidai2009-03-131-1/+2
* fix compile on OpenSolaris 8.11weidai2009-03-131-1/+1
* fix compile on MSVC 6weidai2009-03-131-0/+6
* add x86/x64 assembly for SHA-256,weidai2009-03-101-1/+1
* changes for 5.6: weidai2009-03-021-17/+11
* port to Sun Studio 12's 64-bit C++ Compiler 5.9 Patch 124864-09 2008/12/16weidai2009-02-131-9/+8
* fix compile with GCC 4.0.1 on MacOS X 64-bitweidai2008-12-221-5/+6
* fix compile with ICC 9.1 on x64weidai2007-09-241-1/+1
* fix warning on MSVC Orcas Beta 2weidai2007-08-151-1/+2
* fixed Whirlpool crash on Pentium 2 machinesweidai2007-08-131-1/+3
* fix compile for VC6 without processor pack, and GCC 4 on MINGWweidai2007-06-011-8/+1
* fix compile with ICC for ia64weidai2007-05-051-1/+1
* fix compile with Sun CCweidai2007-05-051-1/+1
* fix compile on Mac OS Xweidai2007-05-041-1/+1
* fix warning with Intel compilerweidai2007-05-041-2/+2
* add word128weidai2007-05-041-0/+10
* fix compile on Sun CCweidai2007-04-161-2/+5
* changes to support optimizationsweidai2007-04-161-52/+106
* fix compile on MSVC2002 and MSVC6 without Processor Packweidai2006-12-251-9/+36
* fix compile with Sun CC 64-bitweidai2006-12-201-2/+9
* update version number, port to Sun C++ 5.8weidai2006-12-181-12/+11
* port to Borland C++Builder 2006weidai2006-12-141-4/+21
* improved method of disable inlining, fix compile on NetBSDweidai2006-12-111-1/+14
* AES timing attack countermeasuresweidai2006-07-171-0/+17
* fix TYPE_OF_SOCKLEN_T for Darwinweidai2006-01-301-1/+1
* port to GCC 4weidai2005-09-051-6/+14
* port to MSVC .NET 2005 beta 2weidai2005-07-121-1/+3
* changes done for FIPS-140 lab code dropweidai2005-01-201-3/+1
* fix compile with -msse2 on systems without memalign()weidai2004-07-181-2/+13
* allow compile with STLport againweidai2004-07-031-1/+5
* port to CodeWarrior 8.3weidai2004-06-201-1/+5
* *** empty log message ***weidai2004-06-191-1/+1
* disable x86 assembly on systems without GNU as 2.10 or laterweidai2004-06-191-0/+5
* add ThreadUserTimerweidai2004-04-081-1/+1
* fix bugs in 64-bit CPU supportweidai2003-07-251-48/+34
* fix 64-bit CPU issuesweidai2003-07-191-3/+7
* remove Diamond2, code size reductionsweidai2003-07-191-4/+0
* added support for using encoding parameters and key derivation parametersweidai2003-07-161-0/+4