Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated documentation | Jeffrey Walton | 2015-12-16 | 1 | -3/+3 |
| | |||||
* | Fixed documentation on New(), CleanNew(), Grow() and CleanGrow() | Jeffrey Walton | 2015-12-12 | 1 | -32/+22 |
| | |||||
* | Crypto++ 5.6.3 check-inCRYPTOPP_5_6_3 | Jeffrey Walton | 2015-11-22 | 1 | -1/+4 |
| | |||||
* | Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 ↵ | Jeffrey Walton | 2015-11-18 | 1 | -114/+112 |
| | | | | (Coverity rollup) | ||||
* | CRYPTOPP 5.6.3 RC6 checkin | Jeffrey Walton | 2015-11-05 | 1 | -520/+803 |
| | |||||
* | This patch (1) documents the interface, including when the underlying array ↵ | Jeffrey Walton | 2015-08-03 | 1 | -40/+80 |
| | | | | is uninitialized versus set to 0; (2) adds move semantics; (3) makes its members private; (4) adds asserts for some sanity checks in Debug builds; (5) guards calls to memset and memcpy for NULL pointers and 0-sizes; (6) prefers initialization over assignment; and (7) switches to numeric_limits::max() for sizes | ||||
* | Wrapped SecByteBlock and SecWordBlock in DOCUMENTED_TYPEDEF | Jeffrey Walton | 2015-08-01 | 1 | -2/+4 |
| | |||||
* | Added self-assignment guards or comment indicating why the check is not needed | Jeffrey Walton | 2015-07-30 | 1 | -0/+1 |
| | |||||
* | Cleared "unused parameter" warning with GCC 5.1 and -Wextra | Jeffrey Walton | 2015-07-23 | 1 | -9/+19 |
| | |||||
* | fix for compiling with Clang from Marshall Clow | weidai | 2011-01-07 | 1 | -1/+1 |
| | |||||
* | fix compile on Linux | weidai | 2010-07-24 | 1 | -4/+0 |
| | |||||
* | move memory allocation/deallocation for SecBlock into DLL | weidai | 2010-07-24 | 1 | -40/+10 |
| | |||||
* | fix possible race condition in Singleton::Ref() | weidai | 2010-06-18 | 1 | -4/+5 |
| | | | | | tolerate double destruction of Singleton and g_nullNameValuePairs fix #include of standard headers | ||||
* | add and use SecureWipeArray() to avoid compiler optimizing away memset() ↵ | weidai | 2009-05-01 | 1 | -3/+3 |
| | | | | (reported by Paul Pelzl) | ||||
* | fix compile on MSVC 6 | weidai | 2009-03-13 | 1 | -7/+7 |
| | |||||
* | add x86/x64 assembly for SHA-256, | weidai | 2009-03-10 | 1 | -1/+1 |
| | | | | | add DEFAULT_CHANNEL and AAD_CHANNEL, fix macChannel for AuthenticatedEncryptionFilter | ||||
* | changes for 5.6: | weidai | 2009-03-02 | 1 | -1/+1 |
| | | | | | | - added AuthenticatedSymmetricCipher interface class and Filter wrappers - added CCM, GCM (with SSE2 assembly), CMAC, and SEED - improved AES speed on x86 and x64 - removed WORD64_AVAILABLE; compiler 64-bit int support is now required | ||||
* | fixes for GCC 4.3.2 (reports from Chris Morgan and DiegoT) | weidai | 2008-11-21 | 1 | -2/+2 |
| | |||||
* | fix compile for for STLport 5.1.3 and MSVC 6 SP5 | weidai | 2007-09-12 | 1 | -1/+2 |
| | |||||
* | fix compile with Borland C++Builder 2007 | weidai | 2007-08-16 | 1 | -2/+5 |
| | |||||
* | fix compile for QNX | weidai | 2007-08-15 | 1 | -2/+1 |
| | |||||
* | fix VC 6 compile | weidai | 2007-05-05 | 1 | -3/+1 |
| | |||||
* | fix compile on Turbo C++ 2006 | weidai | 2007-05-05 | 1 | -14/+10 |
| | |||||
* | fix compile for x64, DLL and VC 6 | weidai | 2007-05-04 | 1 | -9/+18 |
| | |||||
* | reorganized aligned allocator | weidai | 2007-04-16 | 1 | -8/+87 |
| | |||||
* | port to Borland C++Builder 2006 | weidai | 2006-12-14 | 1 | -8/+2 |
| | |||||
* | fix warning on VC6 | weidai | 2006-04-13 | 1 | -0/+10 |
| | |||||
* | fix MSVC 2005 warnings | weidai | 2006-03-13 | 1 | -7/+9 |
| | |||||
* | port to MSVC .NET 2005 beta 2 | weidai | 2005-07-12 | 1 | -28/+24 |
| | |||||
* | changes done for FIPS-140 lab code drop | weidai | 2005-01-20 | 1 | -1/+17 |
| | |||||
* | fix compile with -msse2 on systems without memalign() | weidai | 2004-07-18 | 1 | -2/+8 |
| | |||||
* | *** empty log message *** | weidai | 2004-06-19 | 1 | -0/+8 |
| | |||||
* | port to GCC 3.4 | weidai | 2004-06-19 | 1 | -11/+2 |
| | |||||
* | guard against potential integer overflow in allocators | weidai | 2003-08-04 | 1 | -4/+11 |
| | |||||
* | prevent problems when application and Crypto++ have different NDEBUG settings | weidai | 2003-07-31 | 1 | -22/+20 |
| | |||||
* | create DLL version, fix GetNextIV() bug in CTR and OFB modes | weidai | 2003-07-04 | 1 | -9/+11 |
| | |||||
* | add script-driven testing | weidai | 2002-12-06 | 1 | -0/+9 |
| | |||||
* | Initial revision | weidai | 2002-10-04 | 1 | -0/+376 |