summaryrefslogtreecommitdiff
path: root/secblock.h
Commit message (Expand)AuthorAgeFilesLines
* Use \return and \throw consitently in the docsJeffrey Walton2020-12-071-28/+28
* Use CRYPTOPP_CXX11_STRONG_ENUM define nameJeffrey Walton2020-08-061-2/+2
* Clear GCC analyzer warningJeffrey Walton2020-07-171-11/+17
* Clean GCC 10 Analyzer warningsJeffrey Walton2020-05-101-2/+3
* Use size_type in allocator functionsJeffrey Walton2019-10-141-11/+13
* Cleanup asserts in SecBlockJeffrey Walton2019-10-141-17/+34
* Avoid circular dependency using AlignedAllocate (GH #885)Jeffrey Walton2019-09-281-1/+2
* Use AlignedDeallocate if T_Align16 in deallocate (GH #875)Jeffrey Walton2019-09-271-10/+9
* Remove unneeded size check (GH #875)Jeffrey Walton2019-09-271-2/+2
* Update documentationJeffrey Walton2019-08-311-155/+174
* Fix spellingJeffrey Walton2019-02-061-1/+1
* Fix clang warnings (GH #771)Marcel Raad2019-01-021-2/+2
* Fix missing SunCC Allocator::max_size(size_type) member function (GH #770)Jeffrey Walton2019-01-011-0/+6
* Fix alignment on AIX (GH #745)Jeffrey Walton2018-11-221-12/+14
* Add additional assert to FixedSizeAllocatorWithCleanup (GH #745)Jeffrey Walton2018-11-211-0/+3
* Clear documentation warning due to specializationJeffrey Walton2018-08-281-4/+0
* Update commentsJeffrey Walton2018-08-241-2/+12
* Fix partial specializations for FixedSizeAllocatorWithCleanup (PR #710)Jeffrey Walton2018-08-241-10/+33
* 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