summaryrefslogtreecommitdiff
path: root/secblock.h
Commit message (Expand)AuthorAgeFilesLines
* Updated documentationJeffrey Walton2015-12-161-3/+3
* Fixed documentation on New(), CleanNew(), Grow() and CleanGrow()Jeffrey Walton2015-12-121-32/+22
* Crypto++ 5.6.3 check-inCRYPTOPP_5_6_3Jeffrey Walton2015-11-221-1/+4
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov...Jeffrey Walton2015-11-181-114/+112
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-520/+803
* This patch (1) documents the interface, including when the underlying array i...Jeffrey Walton2015-08-031-40/+80
* Wrapped SecByteBlock and SecWordBlock in DOCUMENTED_TYPEDEFJeffrey Walton2015-08-011-2/+4
* Added self-assignment guards or comment indicating why the check is not neededJeffrey Walton2015-07-301-0/+1
* Cleared "unused parameter" warning with GCC 5.1 and -WextraJeffrey Walton2015-07-231-9/+19
* fix for compiling with Clang from Marshall Clowweidai2011-01-071-1/+1
* fix compile on Linuxweidai2010-07-241-4/+0
* move memory allocation/deallocation for SecBlock into DLLweidai2010-07-241-40/+10
* fix possible race condition in Singleton::Ref()weidai2010-06-181-4/+5
* add and use SecureWipeArray() to avoid compiler optimizing away memset() (rep...weidai2009-05-011-3/+3
* fix compile on MSVC 6weidai2009-03-131-7/+7
* add x86/x64 assembly for SHA-256,weidai2009-03-101-1/+1
* changes for 5.6: weidai2009-03-021-1/+1
* fixes for GCC 4.3.2 (reports from Chris Morgan and DiegoT)weidai2008-11-211-2/+2
* fix compile for for STLport 5.1.3 and MSVC 6 SP5weidai2007-09-121-1/+2
* fix compile with Borland C++Builder 2007weidai2007-08-161-2/+5
* fix compile for QNXweidai2007-08-151-2/+1
* fix VC 6 compileweidai2007-05-051-3/+1
* fix compile on Turbo C++ 2006weidai2007-05-051-14/+10
* fix compile for x64, DLL and VC 6weidai2007-05-041-9/+18
* reorganized aligned allocatorweidai2007-04-161-8/+87
* port to Borland C++Builder 2006weidai2006-12-141-8/+2
* fix warning on VC6weidai2006-04-131-0/+10
* fix MSVC 2005 warningsweidai2006-03-131-7/+9
* port to MSVC .NET 2005 beta 2weidai2005-07-121-28/+24
* changes done for FIPS-140 lab code dropweidai2005-01-201-1/+17
* fix compile with -msse2 on systems without memalign()weidai2004-07-181-2/+8
* *** empty log message ***weidai2004-06-191-0/+8
* port to GCC 3.4weidai2004-06-191-11/+2
* guard against potential integer overflow in allocatorsweidai2003-08-041-4/+11
* prevent problems when application and Crypto++ have different NDEBUG settingsweidai2003-07-311-22/+20
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-9/+11
* add script-driven testingweidai2002-12-061-0/+9
* Initial revisionweidai2002-10-041-0/+376