| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix compile on early Apple platforms. | Jeffrey Walton | 2018-11-03 | 1 | -1/+1 |
* | Add VectorSource (GH #730) | orangefour | 2018-11-01 | 1 | -2/+2 |
* | Fix clang warnings in headers (#655) | Marcel Raad | 2018-05-10 | 1 | -2/+2 |
* | Handle C++17 std::uncaught_exceptions (GH #590) | Jeffrey Walton | 2018-02-21 | 1 | -4/+6 |
* | Cleanup warnings under MSC | Jeffrey Walton | 2018-01-21 | 1 | -15/+1 |
* | Remove unneeded Doxygen directive | Jeffrey Walton | 2018-01-19 | 1 | -7/+0 |
* | Change Doxygen comment style from //! to /// | Jeffrey Walton | 2017-11-29 | 1 | -112/+112 |
* | Update documentation | Jeffrey Walton | 2017-07-27 | 1 | -6/+18 |
* | Revert "Revert "Clear Visual Studio warnings (Issue 412)"" | Jeffrey Walton | 2017-06-02 | 1 | -3/+5 |
* | Revert "Clear Visual Studio warnings (Issue 412)" | Jeffrey Walton | 2017-06-02 | 1 | -5/+3 |
* | Re-add CRYPTOPP_DLL to AssignIntToInteger | Jeffrey Walton | 2017-05-30 | 1 | -1/+1 |
* | Clear Visual Studio warnings (Issue 412) | Jeffrey Walton | 2017-05-30 | 1 | -4/+6 |
* | Export AssignIntToInteger for FIPS DLL builds (Issue 389) | Jeffrey Walton | 2017-05-30 | 1 | -1/+1 |
* | Remove g_pAssignIntToInteger pointer, add CRYPTOPP_NO_ASSIGN_TO_INTEGER (Issu... | Jeffrey Walton | 2017-03-25 | 1 | -5/+9 |
* | Add C++ nullptr support (Issue 383) | Jeffrey Walton | 2017-03-01 | 1 | -8/+8 |
* | Change file preamble to include "originally written by Wei Dai" | Jeffrey Walton | 2017-01-27 | 1 | -1/+1 |
* | Add German digital signature algorithm (ECGDSA) (Issue 113) | Jeffrey Walton | 2016-12-13 | 1 | -4/+2 |
* | Removed VC++ 5.0 and 6.0 workarounds (Issue 342) | Jeffrey Walton | 2016-12-03 | 1 | -81/+18 |
* | Guard on DEBUG_NEW and stub-out for precompiled headers | Jeffrey Walton | 2016-10-02 | 1 | -2/+2 |
* | Guard DEBUG_NEW for Visual Studio and leak detection | Jeffrey Walton | 2016-10-02 | 1 | -0/+9 |
* | Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420) | Jeffrey Walton | 2016-09-16 | 1 | -1/+1 |
* | Whitespace checkin | Jeffrey Walton | 2016-09-10 | 1 | -3/+3 |
* | Updated documentation | Jeffrey Walton | 2015-12-17 | 1 | -4/+71 |
* | Crypto++ 5.6.3 check-inCRYPTOPP_5_6_3 | Jeffrey Walton | 2015-11-22 | 1 | -1/+6 |
* | Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov... | Jeffrey Walton | 2015-11-18 | 1 | -14/+41 |
* | CRYPTOPP 5.6.3 RC6 checkin | Jeffrey Walton | 2015-11-05 | 1 | -399/+472 |
* | Whitespace checkin | Jeffrey Walton | 2015-07-30 | 1 | -1/+1 |
* | Included "integer.h" in source files with Integer dependencies so make would ... | Jeffrey Walton | 2015-07-30 | 1 | -0/+1 |
* | Added TODO message on the throw dtors | Jeffrey Walton | 2015-07-27 | 1 | -0/+1 |
* | Tuned preprocessor tests. Added CRYPTOPP_THROW to AlgorithmParametersBase | Jeffrey Walton | 2015-07-26 | 1 | -1/+1 |
* | Removed VC 6.0 dummy function parameter that was also used as a template para... | Jeffrey Walton | 2015-07-25 | 1 | -2/+2 |
* | Cleared Issue #5. Thanks to Jonathan Wakely for the patch | Jeffrey Walton | 2015-07-16 | 1 | -21/+9 |
* | Added GCC_DIAGNOSTIC_AWARE to help suppress some warnings on contemporary com... | Jeffrey Walton | 2015-06-29 | 1 | -0/+10 |
* | Add CRYPTOPP_UNUSED to help supress unused variable warnings. Applied to Algo... | Jeffrey Walton | 2015-06-04 | 1 | -0/+1 |
* | fix C++Builder 2009 compile, update Readme and License | weidai | 2009-03-15 | 1 | -8/+21 |
* | fix compile on gcc 4.1.2, armv5tel | weidai | 2009-03-13 | 1 | -22/+5 |
* | fix VC60 compile, project file line-endings, Apple GCC 4.2 compile | weidai | 2009-03-03 | 1 | -0/+3 |
* | fix compile on non-x86 | weidai | 2009-03-02 | 1 | -1/+1 |
* | changes for 5.6: | weidai | 2009-03-02 | 1 | -19/+56 |
* | port to Sun Studio 12's 64-bit C++ Compiler 5.9 Patch 124864-09 2008/12/16 | weidai | 2009-02-13 | 1 | -28/+30 |
* | ICC workaround | weidai | 2007-04-16 | 1 | -0/+2 |
* | port to MSVC .NET 2005 beta 2 | weidai | 2005-07-12 | 1 | -6/+6 |
* | changes done for FIPS-140 lab code drop | weidai | 2005-01-20 | 1 | -4/+5 |
* | port to GCC 3.4 | weidai | 2004-06-19 | 1 | -2/+2 |
* | reduce warnings on GCC | weidai | 2003-11-05 | 1 | -1/+1 |
* | misc changes | weidai | 2003-07-18 | 1 | -2/+12 |
* | added support for using encoding parameters and key derivation parameters | weidai | 2003-07-16 | 1 | -55/+77 |
* | create DLL version, fix GetNextIV() bug in CTR and OFB modes | weidai | 2003-07-04 | 1 | -2/+2 |
* | various changes for 5.1 | weidai | 2003-03-20 | 1 | -26/+28 |
* | bug fixes and KAT for X9.17 RNG | weidai | 2002-10-17 | 1 | -2/+2 |