| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed VC++ 5.0 and 6.0 workarounds (Issue 342) | Jeffrey Walton | 2016-12-03 | 1 | -12/+12 |
* | Commented typedef guarded by CRYPTOPP_MAINTAIN_BACKWARDS_COMPATIBILITY | Jeffrey Walton | 2016-12-03 | 1 | -2/+2 |
* | Removed MAINTAIN_BACKWARDS_COMPATIBILITY_562 (Issue 70) | Jeffrey Walton | 2016-12-03 | 1 | -44/+26 |
* | Silence select conversion warnings (Issue 340) | Jeffrey Walton | 2016-12-02 | 1 | -0/+12 |
* | Fix: GCC warning "type qualifiers ignored on function return type". | Ralph Tandetzky | 2016-12-01 | 1 | -6/+6 |
* | Add CRYPTOPP_STATIC_CONSTEXPR macro | Jeffrey Walton | 2016-11-13 | 1 | -6/+6 |
* | Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420) | Jeffrey Walton | 2016-09-16 | 1 | -1/+1 |
* | Add constexpr-ness to StaticAlgorithmName member function | Jeffrey Walton | 2016-09-07 | 1 | -6/+6 |
* | Backed out use of "static const" to declare constant; switch to "enum" (Issue... | Jeffrey Walton | 2016-09-06 | 1 | -9/+35 |
* | Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov... | Jeffrey Walton | 2015-11-18 | 1 | -26/+44 |
* | CRYPTOPP 5.6.3 RC6 checkin | Jeffrey Walton | 2015-11-05 | 1 | -415/+441 |
* | Remove implementation of ResizeBuffer() from headers | Zireael | 2015-10-26 | 1 | -10/+2 |
* | 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 |
* | add support for AES-NI and CLMUL instruction sets in AES and GMAC/GCM | weidai | 2010-07-24 | 1 | -0/+1 |
* | - add EAX mode, XSalsa20 | weidai | 2009-03-12 | 1 | -26/+8 |
* | changes for 5.6: | weidai | 2009-03-02 | 1 | -32/+22 |
* | fixes for GCC 4.3.2 (reports from Chris Morgan and DiegoT) | weidai | 2008-11-21 | 1 | -3/+3 |
* | fix infinite recursive call in IsRandomAccess (reported by ASBai) | weidai | 2008-02-02 | 1 | -2/+2 |
* | fix AlgorithmName() for ExternalCipher classes and move SetCipher() into Ciph... | weidai | 2007-12-05 | 1 | -21/+19 |
* | reduce risk of reusing random numbers after VM state rollback | weidai | 2007-05-04 | 1 | -4/+1 |
* | rename STRUCTURED_IV to UNIQUE_IV. assert correct cipher direction | weidai | 2007-04-16 | 1 | -2/+6 |
* | port to Borland C++Builder 2006 | weidai | 2006-12-14 | 1 | -1/+2 |
* | port to GCC 4, reorganize implementations of SetKey | weidai | 2006-12-10 | 1 | -6/+3 |
* | fix StaticAlgorithmName() for CTR mode | weidai | 2006-07-17 | 1 | -1/+1 |
* | fix MSVC 2005 warnings | weidai | 2006-03-13 | 1 | -6/+7 |
* | port to MSVC .NET 2005 beta 2 | weidai | 2005-07-12 | 1 | -23/+23 |
* | changes done for FIPS-140 lab code drop | weidai | 2005-01-20 | 1 | -7/+7 |
* | fix documentation, fix PanamaMAC, fix algorithm names | weidai | 2004-07-22 | 1 | -3/+12 |
* | port to GCC 3.4 | weidai | 2004-06-19 | 1 | -17/+17 |
* | add CFB mode FIPS variant | weidai | 2004-04-29 | 1 | -0/+15 |
* | fix "feedbackSize not used" exception | weidai | 2004-03-09 | 1 | -1/+6 |
* | fix bugs in 64-bit CPU support | weidai | 2003-07-25 | 1 | -1/+1 |
* | misc changes | weidai | 2003-07-18 | 1 | -5/+12 |
* | create DLL version, fix GetNextIV() bug in CTR and OFB modes | weidai | 2003-07-04 | 1 | -37/+68 |
* | add CRYPTOPP_NO_VTABLE | weidai | 2003-05-16 | 1 | -12/+12 |
* | fix bugs in SEAL and Panama | weidai | 2003-03-26 | 1 | -11/+25 |
* | fix whitespace problems | weidai | 2003-02-24 | 1 | -135/+135 |
* | add missing #include, and fix CounterMode typedef | weidai | 2003-02-03 | 1 | -1/+2 |
* | make CTS functions public | weidai | 2002-10-15 | 1 | -2/+3 |
* | bug fix and optimization | weidai | 2002-10-06 | 1 | -13/+1 |
* | bug fixes | weidai | 2002-10-06 | 1 | -140/+140 |
* | Initial revision | weidai | 2002-10-04 | 1 | -0/+380 |