Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use std namespace for memset, memcpy, memcmp (#1204) | Jeffrey Walton | 2023-04-15 | 1 | -3/+3 |
| | |||||
* | Fix typos (PR# 1099) | Dimitris Apostolou | 2022-01-04 | 1 | -2/+2 |
| | |||||
* | Clear GCC warnings | Jeffrey Walton | 2021-04-09 | 1 | -9/+10 |
| | |||||
* | Add asserts to detect allocation problems in ByteQueue (GH #962) | Jeffrey Walton | 2020-09-13 | 1 | -0/+25 |
| | |||||
* | Switch to PtrAdd and PtrSub in ByteQueue | Jeffrey Walton | 2018-07-10 | 1 | -41/+42 |
| | |||||
* | Add C++ nullptr support (Issue 383) | Jeffrey Walton | 2017-03-01 | 1 | -5/+5 |
| | |||||
* | Change file preamble to include "originally written by Wei Dai" | Jeffrey Walton | 2017-01-27 | 1 | -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 Walton | 2016-09-16 | 1 | -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 checkin | Jeffrey Walton | 2016-09-10 | 1 | -1/+1 |
| | |||||
* | Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 ↵ | Jeffrey Walton | 2015-11-18 | 1 | -1/+1 |
| | | | | (Coverity rollup) | ||||
* | CRYPTOPP 5.6.3 RC6 checkin | Jeffrey Walton | 2015-11-05 | 1 | -570/+574 |
| | |||||
* | Added self-assignment guards or comment indicating why the check is not needed | Jeffrey Walton | 2015-07-30 | 1 | -5/+5 |
| | |||||
* | Whitespace checkin | Jeffrey Walton | 2015-07-30 | 1 | -3/+3 |
| | |||||
* | Cut-in CRYPTOPP_ASSERT in all remaining header and source files | Jeffrey Walton | 2015-07-26 | 1 | -1/+1 |
| | |||||
* | Added "trap.h" include for header and source files that assert | Jeffrey Walton | 2015-07-26 | 1 | -0/+1 |
| | |||||
* | Added check to guard against self-assignment | Jeffrey Walton | 2015-07-25 | 1 | -0/+2 |
| | |||||
* | Cleared "Base class ‘class ByteQueue’ should be explicitly initialized ↵ | Jeffrey Walton | 2015-07-25 | 1 | -2/+2 |
| | | | | in the copy constructor" warning under GCC 5.1 with -Wextra | ||||
* | Cleared UBsan error using non-null pointer | Jeffrey Walton | 2015-07-17 | 1 | -0/+2 |
| | |||||
* | fix compiler/Valgrind warning | weidai | 2010-06-18 | 1 | -1/+2 |
| | |||||
* | add x86/x64 assembly for SHA-256, | weidai | 2009-03-10 | 1 | -4/+4 |
| | | | | | add DEFAULT_CHANNEL and AAD_CHANNEL, fix macChannel for AuthenticatedEncryptionFilter | ||||
* | port to MSVC .NET 2005 beta 2 | weidai | 2005-07-12 | 1 | -71/+71 |
| | |||||
* | fix bug in swap | weidai | 2003-10-14 | 1 | -0/+2 |
| | |||||
* | fix bug (found by Michael Hunley) | weidai | 2003-10-14 | 1 | -1/+8 |
| | |||||
* | create DLL version, fix GetNextIV() bug in CTR and OFB modes | weidai | 2003-07-04 | 1 | -0/+5 |
| | |||||
* | auto queue node size | weidai | 2003-06-20 | 1 | -3/+12 |
| | |||||
* | sync with private branch | weidai | 2003-06-19 | 1 | -3/+9 |
| | |||||
* | sync with private branch | weidai | 2003-06-06 | 1 | -1/+14 |
| | |||||
* | misc optimizations | weidai | 2003-05-16 | 1 | -1/+2 |
| | |||||
* | *** empty log message *** | weidai | 2003-05-15 | 1 | -23/+26 |
| | |||||
* | Initial revision | weidai | 2002-10-04 | 1 | -0/+518 |