summaryrefslogtreecommitdiff
path: root/secblock.h
Commit message (Expand)AuthorAgeFilesLines
...
* Fix alignment on Win32 and Solaris Sparc (PR #709)Jeffrey Walton2018-08-231-2/+9
* Add partial specializations for FixedSizeAllocatorWithCleanupJeffrey Walton2018-08-231-35/+192
* Fix SecBlock ELEMS_MAX in Visual Studio .Net (2002 and 2003)Jeffrey Walton2018-08-201-0/+4
* Update commentsJeffrey Walton2018-07-301-8/+10
* Fix FixedSizeAllocatorWithCleanup assert on SolarisJeffrey Walton2018-07-301-1/+27
* Fix clang warnings in headers (#655)Marcel Raad2018-05-101-3/+3
* Fix compile error on Windows due to symbol U collision (GH #599)Jeffrey Walton2018-03-161-16/+16
* Remove unneeded Doxygen directiveJeffrey Walton2018-01-191-11/+0
* Change Doxygen comment style from //! to ///Jeffrey Walton2017-11-291-366/+366
* Update documentationJeffrey Walton2017-09-271-0/+14
* Back-off assert in SecBlockJeffrey Walton2017-09-021-2/+4
* Remove unneeded deallocate (GH #485)Jeffrey Walton2017-08-311-6/+0
* Remove deallocate() overload in SecBlock for AIX (GH #485)Jeffrey Walton2017-08-311-45/+1
* Actually fix the VS2010 compilation bug. I somehow missed this in the first p...Wyatt O'Day2017-08-301-1/+1
* Fix compilation of secblock.h under Visual Studio 2010 (which only has partia...Wyatt O'Day2017-08-291-1/+1
* Test align 16 for i386 and x86_64Jeffrey Walton2017-08-271-1/+1
* Test align 16 for i386 and x86_64Jeffrey Walton2017-08-271-2/+2
* Update documentationJeffrey Walton2017-08-191-5/+13
* Fix MSC C4100 warning for sizeJeffrey Walton2017-08-181-0/+2
* Clear Coverity finding CONSTANT_EXPRESSION_RESULT (CID 182772)Jeffrey Walton2017-08-181-1/+5
* Fix constexpr issues under GCC 4.1.2 found on CentOS 5Jeffrey Walton2017-08-171-1/+1
* Add ELEMS_MAX for SecBlock (Issue 346)Jeffrey Walton2017-08-151-15/+55
* 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