summaryrefslogtreecommitdiff
path: root/queue.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Switch to PtrAdd and PtrSub in ByteQueueJeffrey Walton2018-07-101-41/+42
|
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-5/+5
|
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
| | | | We have made a fair number of changes, and we don't want WD to receive credit for issues he was not part of
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-1/+1
| | | | trap.h and CRYPTOPP_ASSERT has existed for over a year in Master. We deferred on the cut-over waiting for a minor version bump (5.7). We have to use it now due to CVE-2016-7420
* Whitespace checkinJeffrey Walton2016-09-101-1/+1
|
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 ↵Jeffrey Walton2015-11-181-1/+1
| | | | (Coverity rollup)
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-570/+574
|
* Added self-assignment guards or comment indicating why the check is not neededJeffrey Walton2015-07-301-5/+5
|
* Whitespace checkinJeffrey Walton2015-07-301-3/+3
|
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-1/+1
|
* Added "trap.h" include for header and source files that assertJeffrey Walton2015-07-261-0/+1
|
* Added check to guard against self-assignmentJeffrey Walton2015-07-251-0/+2
|
* Cleared "Base class ‘class ByteQueue’ should be explicitly initialized ↵Jeffrey Walton2015-07-251-2/+2
| | | | in the copy constructor" warning under GCC 5.1 with -Wextra
* Cleared UBsan error using non-null pointerJeffrey Walton2015-07-171-0/+2
|
* fix compiler/Valgrind warningweidai2010-06-181-1/+2
|
* add x86/x64 assembly for SHA-256,weidai2009-03-101-4/+4
| | | | | add DEFAULT_CHANNEL and AAD_CHANNEL, fix macChannel for AuthenticatedEncryptionFilter
* port to MSVC .NET 2005 beta 2weidai2005-07-121-71/+71
|
* fix bug in swapweidai2003-10-141-0/+2
|
* fix bug (found by Michael Hunley)weidai2003-10-141-1/+8
|
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-0/+5
|
* auto queue node sizeweidai2003-06-201-3/+12
|
* sync with private branchweidai2003-06-191-3/+9
|
* sync with private branchweidai2003-06-061-1/+14
|
* misc optimizationsweidai2003-05-161-1/+2
|
* *** empty log message ***weidai2003-05-151-23/+26
|
* Initial revisionweidai2002-10-041-0/+518