summaryrefslogtreecommitdiff
path: root/secblock.h
Commit message (Expand)AuthorAgeFilesLines
* Make SecBlock<T,A> data members protectedJeffrey Walton2017-07-271-1/+1
* Update documentationJeffrey Walton2017-07-271-5/+3
* Revert "Revert "Clear Visual Studio warnings (Issue 412)""Jeffrey Walton2017-06-021-2/+2
* Revert "Clear Visual Studio warnings (Issue 412)"Jeffrey Walton2017-06-021-2/+2
* Clear Visual Studio warnings (Issue 412)Jeffrey Walton2017-05-301-2/+2
* Remove VC++ 6.0 guard and code (Issue 342)Jeffrey Walton2017-03-011-4/+0
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-11/+11
* Change next version from 5.7 to 6.0Jeffrey Walton2017-02-211-1/+1
* Add NIST SP800-90A HMAC_DRBG generatorJeffrey Walton2017-02-071-5/+5
* Add SecBlock member to track number of elements to zeroize (Issue 346)Jeffrey Walton2017-01-281-28/+111
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-16/+16
* Fixed use of FixedSizeAlignedSecBlock and non-aligned allocator in validat1.c...Jeffrey Walton2016-09-091-1/+4
* Add constexpr to size_max() methods for C++11Jeffrey Walton2016-09-041-16/+16
* Updated documentationJeffrey Walton2016-05-211-25/+15
* Updated documentationJeffrey Walton2016-05-191-2/+8
* Updated documentationJeffrey Walton2016-05-191-4/+6
* Update documentationJeffrey Walton2016-02-291-2/+9
* Updated documentationJeffrey Walton2016-02-011-1/+1
* Cleared -Wcast-align (Issue 122)Jeffrey Walton2016-01-251-10/+1
* Suppressed false positives on -Wcast-align warningJeffrey Walton2016-01-141-0/+11
* Removed unneeded test for 0-sized SecBlock. Removed temporary SecBlockJeffrey Walton2016-01-081-5/+3
* Added test case for growing FixedSizeSecBlock. Fixed copy count during growJeffrey Walton2015-12-311-1/+1
* Added "make coverage" recipe. Added additional SecBlock testsJeffrey Walton2015-12-281-1/+4
* Fixed SecBlock append when "this == t", fixed assert, added validation test (...Jeffrey Walton2015-12-281-11/+19
* Revert "Fixed SecBlock append when "this == t" (Issue 92)". It was an incompl...Jeffrey Walton2015-12-271-18/+10
* Fixed SecBlock append when "this == t" (Issue 92)Jeffrey Walton2015-12-271-10/+18
* Revert "Fixed append when "this == t" (Issue 92)". It was an incomplete remed...Jeffrey Walton2015-12-271-18/+10
* Fixed append when "this == t" (Issue 92)Jeffrey Walton2015-12-271-10/+18
* 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