summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* switch to non-branching code in AlmostInverse()weidai2010-06-281-35/+23
* fix compiler/Valgrind warningweidai2010-06-181-1/+2
* fix possible race condition in Singleton::Ref()weidai2010-06-187-57/+45
* turn off whole program optimizationweidai2010-06-181-0/+5
* remove extra fileweidai2010-06-181-4/+0
* avoid SecBlock of arraysweidai2010-06-186-42/+45
* check ciphertext length in TF_DecryptorBase::Decrypt()weidai2010-06-181-1/+4
* check for integer overflow in OID::DecodeValue()weidai2010-06-181-0/+2
* add "volatile" to prevent compiler optimizing away codeweidai2010-06-189-10/+10
* fix for 'pwdbased.h needs <integer.h>' http://sourceforge.net/apps/trac/crypt...weidai2010-05-131-0/+1
* fix for http://sourceforge.net/apps/trac/cryptopp/ticket/2 (Ken Raeburn)weidai2010-05-131-3/+3
* fix incorrect encryption bug with WAKE-OFB that was introduced in version 5.5...weidai2009-10-314-1/+21
* honor uppercase/lowercase in operator<<() (Jeff Walton)weidai2009-10-221-1/+4
* initialize memory to remove Valgrind warning (Zooko, Jeffrey Walton)weidai2009-09-171-0/+2
* fix endianess test on MIPS (Zhang Le)weidai2009-09-041-1/+1
* fix for id_sha1 (Alexei)weidai2009-08-281-1/+1
* fix compile on VS Express (Eugene Zolenko)weidai2009-08-281-2/+2
* improve Unicode filename handlingweidai2009-07-112-57/+56
* handle Unicode filenamesweidai2009-07-114-11/+99
* fix bugs in AES assembly (from trantrungan and Andrew Bromba)weidai2009-07-052-7/+3
* fix incorrect SHA-256 computation on non-SSE2 x86 machines on non-aligned inp...weidai2009-07-051-5/+6
* fix bug in PutDecodedDatumInto() with STLPort (from trungantran)weidai2009-06-181-0/+4
* improve SecureWipeBuffer for GCCweidai2009-05-011-7/+27
* add and use SecureWipeArray() to avoid compiler optimizing away memset() (rep...weidai2009-05-012-3/+103
* fix ECNR name to ECDSAweidai2009-04-051-2/+2
* fix Integer operator<< output on Windows x64weidai2009-04-051-1/+3
* disable Panama SSE2 code for P4weidai2009-04-051-1/+1
* fix compile on MacOS X and MinGWweidai2009-04-053-5/+11
* fixed Panama x64 MASM code not saving RDIweidai2009-03-292-4/+8
* fix EC2N skipping of optional seed, switch to public domain MARS code, delive...weidai2009-03-2812-153/+222