Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix Clang specialization and definition warnings (GH #300, GH #533) | Jeffrey Walton | 2017-12-26 | 1 | -6/+0 |
| | | | | Clang 3.8 and above generates lots of "'PKCS_DigestDecoration<SHA1>::decoration' required here, but no definition is available" warnings | ||||
* | Fix failed self test under Clang (GH #533) | Jeffrey Walton | 2017-12-25 | 1 | -1/+2 |
| | | | | This may cause GH #300, "Clang 3.9 and missing member definitions for template classes" or GH #294, "Fix clang warnings about undefined variable templates in pkcspad.h" to resurface. Man I hope not... | ||||
* | Add PKCS #1 SHA3-based signatures (GH #517) | Jeffrey Walton | 2017-10-04 | 1 | -2/+13 |
| | |||||
* | 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 | ||||
* | Clang 3.9 and missing member definitions for template classes (Issue 300) | Jeffrey Walton | 2016-09-22 | 1 | -5/+30 |
| | |||||
* | Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420) | Jeffrey Walton | 2016-09-16 | 1 | -4/+4 |
| | | | | 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 |
| | |||||
* | CRYPTOPP 5.6.3 RC6 checkin | Jeffrey Walton | 2015-11-05 | 1 | -124/+129 |
| | |||||
* | Cut-in CRYPTOPP_ASSERT in all remaining header and source files | Jeffrey Walton | 2015-07-26 | 1 | -3/+3 |
| | |||||
* | Added "trap.h" include for header and source files that assert | Jeffrey Walton | 2015-07-26 | 1 | -1/+1 |
| | |||||
* | use Weak1 namespace | weidai | 2007-05-04 | 1 | -4/+4 |
| | |||||
* | move MD2, MD4, MD5, PanamaHash, WAKE_CFB into the namespace 'Weak' | weidai | 2007-04-15 | 1 | -4/+4 |
| | |||||
* | fix SunCC compile | weidai | 2006-12-21 | 1 | -2/+2 |
| | |||||
* | update version number, port to Sun C++ 5.8 | weidai | 2006-12-18 | 1 | -0/+5 |
| | |||||
* | port to MSVC .NET 2005 beta 2 | weidai | 2005-07-12 | 1 | -9/+9 |
| | |||||
* | changes done for FIPS-140 lab code drop | weidai | 2005-01-20 | 1 | -3/+2 |
| | |||||
* | changes related to the next FIPS validation | weidai | 2004-09-03 | 1 | -9/+1 |
| | |||||
* | added support for using encoding parameters and key derivation parameters | weidai | 2003-07-16 | 1 | -2/+2 |
| | |||||
* | create DLL version, fix GetNextIV() bug in CTR and OFB modes | weidai | 2003-07-04 | 1 | -3/+5 |
| | |||||
* | various changes for 5.1 | weidai | 2003-03-20 | 1 | -50/+25 |
| | |||||
* | Initial revision | weidai | 2002-10-04 | 1 | -0/+151 |