summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* prepare for 5.6.2 releaseweidai2013-02-205-4/+29
* add Save/Loadweidai2013-01-261-0/+10
* add more "this->", for consistency and possibly prevent future compile problemsweidai2013-01-261-16/+16
* handle EAGAIN from /dev/urandom and /dev/random (Folkert van Heusden)weidai2013-01-261-4/+25
* fix compile with MINGWweidai2013-01-262-13/+14
* fix line endingsweidai2013-01-261-845/+845
* add SHA-3weidai2013-01-1921-210/+1474
* switch to Boost Software Licenseweidai2013-01-091-40/+29
* fix clang dection for MacOS (Jeff Walton)weidai2012-05-231-1/+1
* fix compile with clang 2.9 (Jeff Walton)weidai2011-10-122-3/+8
* fix warning with LLVM (Marshall Clow)weidai2011-10-121-0/+1
* From Jeff Walton:weidai2011-09-191-7/+15
* fix Salsa validation failure when compiling with GCC 4.6 (https://sourceforge...weidai2011-06-051-10/+11
* fix Blowfish minimum keylength to be 4 bytes (32 bits)weidai2011-05-121-1/+1
* re-enable accidentally disabled benchmarksweidai2011-04-261-2/+2
* fix for makefile and Panama cipher validation failure on armel http://bugs.de...weidai2011-04-253-19/+18
* fix for Valgrind error http://tahoe-lafs.org/trac/pycryptopp/ticket/67weidai2011-01-281-2/+2
* fix AS detection on (from FreeBSD)weidai2011-01-271-3/+3
* fix for https://sourceforge.net/apps/trac/cryptopp/ticket/6weidai2011-01-071-0/+4
* fix for compiling with Clang from Marshall Clowweidai2011-01-076-13/+13
* update Readme for 5.6.1 releaseweidai2010-08-091-11/+12
* fix compile with GCC 4.4 and -march=i386weidai2010-08-087-490/+1019
* fix compile with Sun CC on Linuxweidai2010-08-082-10/+16
* add HMAC/SHA2 test vectorsweidai2010-08-084-44/+162
* fix CTR mode not allowing NULL as IVweidai2010-08-052-2/+4
* fix compile with Intel C++ Compiler 11.1weidai2010-08-042-4/+8
* fix memcpy with same src and dest (Peter Klotz)weidai2010-08-031-1/+2
* fix possible error during DLL startup self-test due to calling functions in A...weidai2010-07-292-19/+6
* fix compile on GCC 4.4 and greaterweidai2010-07-295-22/+86
* fix compile on Sun CCweidai2010-07-284-6/+18
* fix compile on Mac OS Xweidai2010-07-251-3/+3
* fix compile on Linuxweidai2010-07-243-4/+5
* add support for AES-NI and CLMUL instruction sets in AES and GMAC/GCMweidai2010-07-2415-158/+631
* add longer self-generated test vectorsweidai2010-07-242-0/+81
* fix build of dlltest project on MSVC 2008weidai2010-07-242-2/+6
* move memory allocation/deallocation for SecBlock into DLLweidai2010-07-243-40/+71
* better detection of GCC 4.2weidai2010-07-241-1/+1
* add AESNI and CLMUL detectionweidai2010-07-073-2/+20
* fix compile on C++Builder 2010weidai2010-07-071-0/+6
* remove WAKE-CFBweidai2010-07-064-50/+1
* port to Sun Studio 12u1 Sun C++ 5.10 SunOS_i386 128229-02 2009/09/21weidai2010-07-052-2/+4
* port to Sun Studio 12u1 Sun C++ 5.10 SunOS_i386 128229-02 2009/09/21weidai2010-07-057-22/+49
* update version number to 5.6.1weidai2010-06-294-8/+8
* rename "cryptdll" project to "cryptopp"weidai2010-06-296-132/+17
* add makefile option for shared libraryweidai2010-06-291-0/+4
* use test vector file for SHA testsweidai2010-06-292-48/+3
* randomize test buffer length and alignment to better detect alignment-related...weidai2010-06-291-4/+18
* use GlobalRNG(), improved benchmarking of AuthenticatedSymmetricCipherweidai2010-06-292-41/+38
* fix incorrect SHA-256 hash on x64 when compiled with GCC with optimizations e...weidai2010-06-291-1/+1
* don't default to SHA-1 for ECDSAweidai2010-06-281-4/+4